[PATCH v1 0/2] remove use of run_in_exception_handler() in console code

dmkhn@proton.me posted 2 patches 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250728202300.1017904-1-dmukhin@ford.com
xen/drivers/char/ehci-dbgp.c | 19 ++-----------------
xen/drivers/char/ns16550.c   | 18 ++----------------
2 files changed, 4 insertions(+), 33 deletions(-)
[PATCH v1 0/2] remove use of run_in_exception_handler() in console code
Posted by dmkhn@proton.me 3 months ago
The series is a small cleanup in console drivers which removes
run_in_exception_handler() in few places.

Patch 1 updates EHCI driver.

Patch 2 updates NS16550-compatible driver.

[1] Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1953178528

Denis Mukhin (2):
  drivers/ehci-dbgp: remove use of run_in_exception_handle()
  drivers/ns16550: remove use of run_in_exception_handler()

 xen/drivers/char/ehci-dbgp.c | 19 ++-----------------
 xen/drivers/char/ns16550.c   | 18 ++----------------
 2 files changed, 4 insertions(+), 33 deletions(-)

-- 
2.34.1