Re: [PATCH v2 2/4] eventfd: simplify eventfd_signal()

From: Christian Brauner
Date: Thu Feb 08 2024 - 04:03:21 EST


On Wed, Feb 07, 2024 at 03:34:59PM +0100, Paolo Bonzini wrote:
> On Wed, Nov 22, 2023 at 1:49 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
> >
> > Ever since the evenfd type was introduced back in 2007 in commit
> > e1ad7468c77d ("signal/timer/event: eventfd core") the eventfd_signal()
> > function only ever passed 1 as a value for @n. There's no point in
> > keeping that additional argument.
> >
> > Signed-off-by: Christian Brauner <brauner@xxxxxxxxxx>
> > ---
> > arch/x86/kvm/hyperv.c | 2 +-
> > arch/x86/kvm/xen.c | 2 +-
> > virt/kvm/eventfd.c | 4 ++--
> > 30 files changed, 60 insertions(+), 63 deletions(-)
>
> For KVM:
>
> Acked-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>

I really appreciate all of the ACKs but just fyi that this was merged
for v6.8-rc1. Just so that there's no confusion!