On 28/07/2025 9:23 pm, dm...@proton.me wrote:
> From: Denis Mukhin
>
> Polling is relevant for early boot only where facilities requiring
> run_in_exception_handler() are not used (e.g. 'd' keyhandler).
>
> Rework ns16550_poll() by droppping use of run_in_exception_handler().
>
> The ground work
From: Denis Mukhin
Polling is relevant for early boot only where facilities requiring
run_in_exception_handler() are not used (e.g. 'd' keyhandler).
Rework ns16550_poll() by droppping use of run_in_exception_handler().
The ground work for run_in_exception_handler() removal was done under XSA-4