Hi Juergen, On 16/01/2021 10:33, Juergen Gross wrote:
There are only two keyhandlers which make use of the cpu_user_regs struct passed to them. In order to be able to call any keyhandler in non-interrupt contexts, too, modify those two handlers to cope with a NULL regs pointer by using run_in_exception_handler() in that case.Suggested-by: Julien Grall <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
