Linus Torvalds
9cc6fea175
Merge tag 'core-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull core updates from Thomas Gleixner:
"Two small updates to ptrace_stop():
- Add a comment to explain that the preempt_disable() before
unlocking tasklist lock is not a correctness problem and just
avoids the tracer to preempt the tracee before the tracee schedules
out.
- Make that preempt_disable() conditional on PREEMPT_RT=n.
RT enabled kernels cannot disable preemption at this point because
cgroup_enter_frozen() and sched_submit_work() acquire spinlocks or
rwlocks which are substituted by sleeping locks on RT. Acquiring a
sleeping lock in a preemption disable region is obviously not
possible.
This obviously brings back the potential slowdown of ptrace() for
RT enabled kernels, but that's a price to be paid for latency
guarantees"
* tag 'core-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
signal: Add a proper comment about preempt_disable() in ptrace_stop()
2023-10-30 17:03:32 -10:00
..
2023-10-30 09:47:13 -10:00
2023-10-09 06:42:05 -10:00
2023-09-05 11:01:47 -07:00
2023-09-04 13:20:19 -07:00
2023-10-25 16:26:20 +02:00
2023-08-23 10:32:39 +02:00
2023-10-30 13:44:35 -10:00
2023-10-27 11:53:42 +02:00
2023-08-18 10:18:58 -07:00
2023-08-28 14:33:11 -07:00
2023-06-09 23:29:50 +10:00
2023-06-05 13:56:52 +02:00
2023-10-30 12:38:48 -10:00
2023-08-29 09:39:08 -07:00
2023-10-28 13:29:19 +02:00
2023-10-11 12:58:14 +02:00
2023-09-01 09:38:00 -07:00
2023-10-30 13:12:15 -10:00
2023-09-02 09:01:48 -07:00
2023-10-30 09:14:19 -10:00
2023-09-11 15:05:50 +02:00
2022-08-22 18:50:06 -04:00
2022-09-01 17:39:30 -04:00
2023-08-15 18:16:14 -04:00
2023-07-21 12:17:25 -04:00
2023-08-15 18:16:14 -04:00
2023-10-13 18:34:46 +02:00
2022-09-26 19:46:09 -07:00
2023-08-08 16:48:47 -04:00
2022-09-26 10:13:13 -07:00
2023-03-14 19:32:38 -07:00
2023-06-05 09:57:20 +02:00
2023-01-13 11:48:15 +01:00
2023-08-30 12:24:22 +02:00
2023-09-29 17:20:48 -07:00
2023-08-18 10:18:49 -07:00
2023-04-18 16:39:34 -07:00
2023-06-01 17:15:33 -04:00
2022-07-05 13:32:59 -07:00
2023-02-08 13:36:22 +01:00
2023-10-19 11:02:48 +02:00
2023-09-18 08:14:36 +02:00
2023-05-28 16:20:21 +09:00
2022-07-15 18:21:49 +00:00
2023-04-08 13:45:37 -07:00
2023-08-21 13:37:28 -07:00
2023-03-24 11:01:29 +01:00
2022-12-01 15:53:05 -08:00
2022-11-12 18:47:36 -08:00
2023-08-29 17:32:32 -07:00
2022-11-15 00:42:02 -08:00
2023-08-25 15:00:36 -07:00
2023-10-19 11:02:48 +02:00
2023-08-24 16:25:14 -07:00
2023-06-09 17:44:17 -07:00
2023-08-24 16:25:13 -07:00
2023-08-30 09:16:56 -07:00
2022-09-11 21:55:06 -07:00
2023-08-24 16:25:14 -07:00
2023-03-24 20:10:59 -07:00
2023-08-23 09:38:17 +09:00
2023-06-08 12:27:20 -07:00
2023-08-24 16:25:14 -07:00
2023-08-18 10:18:59 -07:00
2022-09-11 21:55:12 -07:00
2023-06-28 15:51:08 -07:00
2023-04-08 13:45:38 -07:00
2023-08-21 11:29:12 -07:00
2023-03-14 17:06:44 +08:00
2023-09-15 11:28:08 +02:00
2023-07-10 12:47:01 -07:00
2023-08-21 13:37:59 -07:00
2023-08-21 13:37:59 -07:00
2023-09-19 13:21:33 -07:00
2022-09-11 21:55:12 -07:00
2023-04-16 14:23:07 +02:00
2022-10-04 15:59:36 +02:00
2023-08-18 10:18:55 -07:00
2023-02-17 14:58:01 -08:00
2022-12-27 12:52:12 +01:00
2023-07-14 15:02:57 -07:00
2022-11-09 18:06:35 +00:00
2023-08-17 12:32:15 -07:00
2023-09-19 22:08:29 +02:00
2023-07-10 14:19:04 -07:00
2023-05-15 13:45:00 +02:00
2023-07-13 15:21:50 +02:00
2023-04-20 11:36:35 +02:00
2023-09-11 23:59:47 -04:00
2022-10-17 16:41:16 +02:00
2023-09-21 19:22:10 +02:00
2023-07-17 12:53:21 -07:00
2022-09-08 16:56:45 -07:00
2023-10-05 10:26:50 +02:00
2023-09-19 13:21:32 -07:00
2022-08-29 12:47:15 +01:00
2023-08-14 15:01:08 -07:00
2023-02-18 14:34:36 -05:00
2023-08-15 15:26:17 -07:00
2023-06-29 15:19:43 -07:00
2023-02-02 22:50:04 -08:00
2022-11-30 20:16:49 -04:00
2023-04-13 11:49:35 -07:00
2023-06-08 15:43:09 -04:00
2023-06-06 10:47:04 +02:00
2023-06-19 16:25:28 -07:00
2023-06-09 17:44:21 -07:00
2023-08-18 10:19:00 -07:00
2023-08-07 15:57:22 -10:00
2023-10-12 09:53:40 -10:00