Re: [REVIEW][PATCH 00/26] signal: Remove task argument from force_sig_info

2019-05-29 Thread Eric W. Biederman
"Eric W. Biederman" writes: > Folks, > > If folks can look this over and see if I have missed something I would > appreciate it. > > The force_sig_info interface is designed to handle synchronous exceptions > like page faults. The locking in force_sig_info does not handle being > called on a rem

Re: [REVIEW][PATCH 00/26] signal: Remove task argument from force_sig_info

2019-05-24 Thread Eric W. Biederman
Oleg, Any comments on this patchset? Eric

[REVIEW][PATCH 00/26] signal: Remove task argument from force_sig_info

2019-05-22 Thread Eric W. Biederman
Folks, If folks can look this over and see if I have missed something I would appreciate it. The force_sig_info interface is designed to handle synchronous exceptions like page faults. The locking in force_sig_info does not handle being called on a remote task that is already running. It has be