Re: [PATCH 1/2] driver/char: Drop run_in_exception_handler() ifdefary

2023-12-15 Thread Stefano Stabellini
On Fri, 15 Dec 2023, Andrew Cooper wrote: > Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new > common bug.h provides an implementation of run_in_exception_handler() in all > cases, making the #else here dead. > > Signed-off-by: Andrew Cooper Reviewed-by: Stefano Sta

Re: [PATCH 1/2] driver/char: Drop run_in_exception_handler() ifdefary

2023-12-15 Thread Julien Grall
Hi Andrew, On 15/12/2023 18:14, Andrew Cooper wrote: Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new common bug.h provides an implementation of run_in_exception_handler() in all cases, making the #else here dead. This reminds me, I need to look at using CONFIG_GE

[PATCH 1/2] driver/char: Drop run_in_exception_handler() ifdefary

2023-12-15 Thread Andrew Cooper
Since commit 60a9b0715055 ("xen: introduce CONFIG_GENERIC_BUG_FRAME"), the new common bug.h provides an implementation of run_in_exception_handler() in all cases, making the #else here dead. Signed-off-by: Andrew Cooper --- CC: George Dunlap CC: Jan Beulich CC: Stefano Stabellini CC: Wei Liu