diff options
author | Oleg Nesterov <oleg@redhat.com> | 2024-02-09 16:06:50 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-02-11 00:37:23 +0300 |
commit | 81b9d8ac0640b285a3c369cd41a85f6c240d3a60 (patch) | |
tree | 705697b20594d890f7494e2fd9ce6b3741ec59ef /drivers/fpga/xilinx-selectmap.c | |
parent | c044a9502649a66bf5c5e1a584cb82b2c538ae25 (diff) | |
download | linux-81b9d8ac0640b285a3c369cd41a85f6c240d3a60.tar.xz |
pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
Turn kill_pid_info() into kill_pid_info_type(), this allows to pass any
pid_type to group_send_sig_info(), despite its name it should work fine
even if type = PIDTYPE_PID.
Change pidfd_send_signal() to use PIDTYPE_PID or PIDTYPE_TGID depending
on PIDFD_THREAD.
While at it kill another TODO comment in pidfd_show_fdinfo(). As Christian
expains fdinfo reports f_flags, userspace can already detect PIDFD_THREAD.
Reviewed-by: Tycho Andersen <tandersen@netflix.com>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Link: https://lore.kernel.org/r/20240209130650.GA8048@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions