On Thu, Jan 23, 2025 at 03:34:45PM -0800, Josh Poimboeuf wrote: > Here's what I have at the moment. unwind_deferred_request() is vastly > simplified thanks to your suggestions, no more NMI-specific muck. > work->pending is replaced with work->cookie so the task work can use it > in case it crossed the cookie-clearing boundary (return-to-user with > IRQs disabled).
That looks a lot saner, thanks! I'll be waiting for the next cycle, not sure I can track all the changes in me head.