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

Paolo Bonzini pbonzini at redhat.com
Thu Feb 8 01:34:59 AEDT 2024


On Wed, Nov 22, 2023 at 1:49 PM Christian Brauner <brauner at kernel.org> 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 at kernel.org>
> ---
>  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 at redhat.com>



More information about the Linuxppc-dev mailing list