[PATCH 0/2] eventfd: simplify signal helpers

Christian Brauner posted 2 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 0/2] eventfd: simplify signal helpers
Posted by Christian Brauner 2 years, 7 months ago
Hey everyone,

This simplifies the eventfd_signal() and eventfd_signal_mask() helpers
by removing the count argument which is effectively unused.

---



---
base-commit: 6be357f00aad4189130147fdc6f568cf776a4909
change-id: 20230713-vfs-eventfd-signal-0b0d167ad6ec
Re: [PATCH 0/2] eventfd: simplify signal helpers
Posted by Alex Williamson 2 years, 6 months ago
On Thu, 13 Jul 2023 12:05:36 +0200
Christian Brauner <brauner@kernel.org> wrote:

> Hey everyone,
> 
> This simplifies the eventfd_signal() and eventfd_signal_mask() helpers
> by removing the count argument which is effectively unused.

We have a patch under review which does in fact make use of the
signaling value:

https://lore.kernel.org/all/20230630155936.3015595-1-jaz@semihalf.com/

Thanks,
Alex