Re: [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs

2025-01-24 Thread K Prateek Nayak
Hello Valentin, On 1/14/2025 11:21 PM, Valentin Schneider wrote: [..snip..] diff --git a/include/linux/context_tracking_work.h b/include/linux/context_tracking_work.h index c68245f8d77c5..931ade1dcbcc2 100644 --- a/include/linux/context_tracking_work.h +++ b/include/linux/context_tracking_work.

Re: [PATCH v3 08/13] sched/wait: Add a waitqueue helper for fully exclusive priority waiters

2025-05-30 Thread K Prateek Nayak
ingle eventfd (across the entire kernel). Open code the helper instead of using __add_wait_queue() so that the common path doesn't need to "handle" impossible failures. Cc: K Prateek Nayak Feel free to include: Reviewed-by: K Prateek Nayak -- Thanks and Regards, Prateek

Re: [PATCH v3 00/13] KVM: Make irqfd registration globally unique

2025-05-30 Thread K Prateek Nayak
n KVM unit test on top of the specified base and didn't see anything unexpected. Feel free to include: Tested-by: K Prateek Nayak -- Thanks and Regards, Prateek