On Tue, 10 Jul 2018, Eric W. Biederman wrote:
>
> Use the information we already have to document which signals are sent
> to a group of processes and which signals are sent to a single process
> or a single thread.
Ahh.
This is much nicer than what I was playing with yesterday, trying to
separate out the "bool group" logic in the signal sending code.
I didn't even think to use the pidtype.
In my defense, I would never have done this whole pidtype cleanup that
preceded this patch just to fix that odd fork() thing.
As I started reading this patch series, I went from "this seems a bit
pointless" to "Ahhh...." and as I did that I started liking the series a
lot more.
My initial reaction was "this seems over-engineered" when I just looked at
the subject lines in my mailbox.
But as I progressed through the series, I really appreciated it. And this
"10/11" was when I went "ok, I don't even need to see patch 11, I know
what he's doing.
Anyway, take that as a long-winded ack for the approach and the
appreciation of the series.
Of course, that's just reading through the patches, no actual _testing_ of
them. But it looks good to me.
Thanks,
Linus
- [RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts Eric W. Biederman
- [RFC][PATCH 06/11] pid: Implement PIDTYPE_TGID Eric W. Biederman
- [RFC][PATCH 09/11] tty_io: Use do_send_sig_info in ... Eric W. Biederman
- [RFC][PATCH 01/11] pids: Initialize leader_pid in i... Eric W. Biederman
- [RFC][PATCH 05/11] pids: Move the pgrp and session ... Eric W. Biederman
- [RFC][PATCH 04/11] kvm: Don't open code task_pid in... Eric W. Biederman
- [RFC][PATCH 03/11] pids: Compute task_tgid using si... Eric W. Biederman
- [RFC][PATCH 02/11] pids: Move task_pid_type into sc... Eric W. Biederman
- [RFC][PATCH 08/11] signal: Use PIDTYPE_TGID to clea... Eric W. Biederman
- [RFC][PATCH 10/11] signal: Push pid type from signa... Eric W. Biederman
- Re: [RFC][PATCH 10/11] signal: Push pid type fr... Linus Torvalds
- [RFC][PATCH 07/11] signal: Deliver group signals vi... Eric W. Biederman
- [RFC][PATCH 11/11] signal: Ignore all but multi-pro... Eric W. Biederman
- Re: [RFC][PATCH 11/11] signal: Ignore all but m... Oleg Nesterov
- Re: [RFC][PATCH 11/11] signal: Ignore all b... Eric W. Biederman
- Re: [RFC][PATCH 11/11] signal: Ignore a... Oleg Nesterov
- Re: [RFC][PATCH 11/11] signal: Ign... Eric W. Biederman
- Re: [RFC][PATCH 11/11] signal: Ignore all b... Eric W. Biederman

