Eric W. Biederman
2e1661d267
signal: Remove the task parameter from force_sig_fault
...
As synchronous exceptions really only make sense against the current
task (otherwise how are you synchronous) remove the task parameter
from from force_sig_fault to make it explicit that is what is going
on.
The two known exceptions that deliver a synchronous exception to a
stopped ptraced task have already been changed to
force_sig_fault_to_task.
The callers have been changed with the following emacs regular expression
(with obvious variations on the architectures that take more arguments)
to avoid typos:
force_sig_fault[(]\([^,]+\)[,]\([^,]+\)[,]\([^,]+\)[,]\W+current[)]
->
force_sig_fault(\1,\2,\3)
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com >
2019-05-29 09:31:43 -05:00
..
2019-05-13 02:05:50 +02:00
2019-05-14 19:52:48 -07:00
2018-10-24 20:55:56 -04:00
2019-05-14 13:44:24 +01:00
2019-05-09 08:40:55 -07:00
2019-05-27 09:36:28 -05:00
2019-05-14 19:52:51 -07:00
2019-05-19 10:58:45 -07:00
2019-05-15 16:05:47 -07:00
2019-05-07 08:46:46 +02:00
2019-05-06 19:40:31 -07:00
2019-05-18 15:52:26 -07:00
2019-05-15 16:05:47 -07:00
2019-05-14 19:52:48 -07:00
2019-05-16 11:00:20 -07:00
2019-05-15 16:05:47 -07:00
2019-04-29 16:48:03 +02:00
2019-04-04 21:04:13 -04:00
2019-04-09 14:19:06 +02:00
2019-04-28 20:33:43 -04:00
2019-04-26 13:51:03 -04:00
2019-04-28 20:33:43 -04:00
2019-03-20 20:57:48 -04:00
2019-04-28 20:33:43 -04:00
2019-05-07 20:03:32 -07:00
2019-05-07 20:03:32 -07:00
2019-04-29 12:37:47 +02:00
2018-10-31 08:54:14 -07:00
2019-01-25 11:22:43 -08:00
2019-05-15 08:16:14 -07:00
2019-03-07 18:32:02 -08:00
2019-05-06 14:50:46 -07:00
2019-03-05 21:07:14 -08:00
2019-01-08 13:18:44 -08:00
2018-10-26 16:26:32 -07:00
2019-05-14 19:52:47 -07:00
2019-04-09 14:19:06 +02:00
2019-05-14 19:52:49 -07:00
2018-08-06 12:35:20 +02:00
2019-05-14 09:47:46 -07:00
2019-04-29 16:48:03 +02:00
2019-03-07 18:31:59 -08:00
2019-04-19 12:59:36 +02:00
2019-04-18 14:07:52 +02:00
2019-04-29 08:29:21 +02:00
2019-01-21 17:38:56 -03:00
2019-05-06 16:57:52 -07:00
2018-12-15 17:44:35 +09:00
2019-03-07 18:32:02 -08:00
2019-05-03 19:42:41 +02:00
2019-05-14 09:47:50 -07:00
2018-07-16 12:31:57 -07:00
2019-04-29 16:48:03 +02:00
2019-04-16 09:38:16 +02:00
2019-05-14 19:52:48 -07:00
2019-05-14 19:52:49 -07:00
2019-05-14 19:52:47 -07:00
2019-05-14 09:47:51 -07:00
2018-11-07 14:41:41 +01:00
2019-03-28 15:00:37 +01:00
2019-05-14 10:55:54 -07:00
2019-05-14 19:52:49 -07:00
2019-04-25 22:06:11 +02:00
2019-05-18 15:52:26 -07:00
2019-05-27 09:36:28 -05:00
2019-05-14 19:52:51 -07:00
2018-10-31 08:54:16 -07:00
2019-03-29 10:01:37 -07:00
2019-05-14 19:52:51 -07:00
2019-03-12 13:27:20 -07:00
2019-04-19 12:59:36 +02:00
2019-05-27 09:36:28 -05:00
2019-05-07 19:06:04 -07:00
2019-05-29 09:31:43 -05:00
2019-01-30 19:27:00 +01:00
2018-07-03 09:20:44 +02:00
2019-03-22 14:36:02 +01:00
2018-12-05 19:31:44 -08:00
2019-04-29 12:37:57 +02:00
2019-04-09 14:19:06 +02:00
2019-05-07 14:31:03 +02:00
2019-05-14 09:47:44 -07:00
2019-01-04 13:13:47 -08:00
2019-05-14 19:52:51 -07:00
2019-04-27 17:07:22 -04:00
2019-03-26 14:42:53 -07:00
2018-11-27 09:21:41 -08:00
2019-01-11 18:05:40 -08:00
2018-10-09 16:51:11 +02:00
2018-11-07 23:51:16 -06:00
2019-05-14 19:52:49 -07:00
2018-08-11 02:05:53 -05:00
2019-04-19 09:46:05 -07:00
2019-04-18 14:05:51 +02:00
2019-04-16 16:55:15 +02:00
2019-05-09 13:48:52 -07:00