On Sun, Dec 20, 2020 at 04:45:54PM +0900, Leesoo Ahn wrote: > clear_siginfo() is responsible for clearing struct kernel_siginfo object. > It's obvious that manually initializing those fields is needless as > a commit[1] explains why the function introduced and its guarantee that > all bits in the struct are cleared after it. > > [1]: commit 8c5dbf2ae00b ("signal: Introduce clear_siginfo") > > Signed-off-by: Leesoo Ahn <ls...@ooseel.net> > ---
Acked-by: Christian Brauner <christian.brau...@ubuntu.com> I have a __user annotation fix in my tree from Jann that I plan to send soon so I'll just stick this on top of it if noone minds. Christian