y the above fix, or rather revert the driver to its default
behaviour of using uuid=0 if it wasn't set from userspace (this is how
it was before Matthew's commit). What do you think?
Best regards,
Bartosz
On Wed, Jul 8, 2020 at 3:46 PM Bartosz Szczepanek wrote:
>
> Starting
at index -1.
This commit adds a check on uuid value to int3400_thermal_run_osc.
Signed-off-by: Bartosz Szczepanek
---
drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/thermal/intel/int340x_thermal/int3400_th
On Thu, Jun 13, 2019 at 10:55 AM Arnd Bergmann wrote:
>
> - efi.tpm_final_log is a physical address that gets passed into
> memremap() to return a pointer
> - tpm2_calc_event_log_size() takes a pointer argument and
> dereferences it.
Where does it? It's passed with some added offset to
__calc
On Thu, Jun 13, 2019 at 2:40 PM Arnd Bergmann wrote:
>
> Would it be correct to change that to 'false' then (or completely remove
> the additional remap, given that the other two callers pass false
> already) and pass final_tbl?
The problem is that we don't know the final_tbl size before running
Nope, it doesn't work. It compiled (after correcting one more leftover
mapping), but panicked the same way.
I've came up with a set of changes that make it working in my setup,
see attached patch. There was a problem with passing already remapped
address to tpm2_calc_event_log_size(), which tried
Second patch tries to unmap "mapping" which is not declared. I'm on
top of jjs/master and your TPM_MEMREMAP patches are already there, so
the first patch applied cleanly. Using it, kernel still panicked on
boot:
EFI stub: Booting Linux Kernel...
EFI stub: EFI_RNG_PROTOCOL unavailable, no randomnes
On Wed, Feb 13, 2019 at 12:26 PM Jarkko Sakkinen
wrote:
> Collides with Matthew's changes. I want to land those change first
> because they are almost production ready.
>
> Maybe you should consider reviewing those changes to make sure that
> they make sense to you so that you can build these on t
7 matches
Mail list logo