Linus Torvalds
68cadad11f
Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
...
Pull RCU updates from Paul McKenney:
- Documentation updates
- Miscellaneous fixes, perhaps most notably simplifying
SRCU_NOTIFIER_INIT() as suggested
- RCU Tasks updates, most notably treating Tasks RCU callbacks as lazy
while still treating synchronous grace periods as urgent. Also fixes
one bug that restores the ability to apply debug-objects to RCU Tasks
and another that fixes a race condition that could result in
false-positive failures of the boot-time self-test code
- RCU-scalability performance-test updates, most notably adding the
ability to measure the RCU-Tasks's grace-period kthread's CPU
consumption. This proved quite useful for the RCU Tasks work
- Reference-acquisition/release performance-test updates, including a
fix for an uninitialized wait_queue_head_t
- Miscellaneous torture-test updates
- Torture-test scripting updates, including removal of the
non-longer-functional formal-verification scripts, test builds of
individual RCU Tasks flavors, better diagnostics for loss of
connectivity for distributed rcutorture tests, disabling of reboot
loops in qemu/KVM-based rcutorture testing, and passing of init
parameters to rcutorture's init program
* tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: (64 commits)
rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls
rcu: Make the rcu_nocb_poll boot parameter usable via boot config
rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs load
srcu,notifier: Remove #ifdefs in favor of SRCU Tiny srcu_usage
rcutorture: Stop right-shifting torture_random() return values
torture: Stop right-shifting torture_random() return values
torture: Move stutter_wait() timeouts to hrtimers
torture: Move torture_shuffle() timeouts to hrtimers
torture: Move torture_onoff() timeouts to hrtimers
torture: Make torture_hrtimeout_*() use TASK_IDLE
torture: Add lock_torture writer_fifo module parameter
torture: Add a kthread-creation callback to _torture_create_kthread()
rcu-tasks: Fix boot-time RCU tasks debug-only deadlock
rcu-tasks: Permit use of debug-objects with RCU Tasks flavors
checkpatch: Complain about unexpected uses of RCU Tasks Trace
torture: Cause mkinitrd.sh to indicate failure on compile errors
torture: Make init program dump command-line arguments
torture: Switch qemu from -nographic to -display none
torture: Add init-program support for loongarch
torture: Avoid torture-test reboot loops
...
2023-08-28 13:19:28 -07:00
..
2023-05-31 19:01:32 +01:00
2023-06-16 16:46:30 +02:00
2023-06-22 09:43:40 +02:00
2023-06-16 12:27:04 -06:00
2023-06-26 12:47:20 -07:00
2023-05-24 12:20:45 +05:30
2023-07-04 19:42:27 +01:00
2023-05-31 20:27:24 +01:00
2023-05-30 18:58:43 -05:00
2023-06-29 10:11:10 -07:00
2023-05-20 19:20:30 +02:00
2023-07-03 12:46:47 -07:00
2023-06-26 17:07:53 -07:00
2023-06-19 15:06:07 -04:00
2023-06-05 09:56:36 +01:00
2023-07-03 10:55:04 -07:00
2023-06-29 21:01:17 -07:00
2023-06-28 16:43:10 -07:00
2023-06-12 08:04:04 -06:00
2023-06-22 19:41:01 -07:00
2023-06-27 10:47:08 -04:00
2023-06-28 10:59:38 -07:00
2023-05-19 23:23:52 +05:30
2023-07-06 09:48:31 -07:00
2023-06-28 13:32:47 -07:00
2023-07-04 13:50:38 -07:00
2023-06-29 15:28:33 -07:00
2023-06-21 16:31:44 +05:30
2023-08-04 12:01:26 -07:00
2023-07-01 14:38:25 -07:00
2023-05-30 11:20:02 +02:00
2023-06-22 08:59:56 +02:00
2023-07-03 13:23:10 -07:00
2023-06-26 17:11:53 -07:00
2023-07-06 22:25:06 -07:00
2023-06-12 12:17:22 -05:00
2023-06-21 18:44:56 +02:00
2023-07-01 07:04:29 -04:00
2023-05-26 13:43:52 +02:00
2023-05-22 17:05:20 -04:00
2023-06-05 09:57:21 +02:00
2023-08-09 16:04:07 -06:00
2023-06-22 13:57:41 -07:00
2023-08-09 08:21:22 +02:00
2023-07-05 16:36:12 -06:00
2023-07-20 13:29:25 -06:00
2023-08-28 11:04:18 -07:00
2023-06-14 20:24:03 -06:00
2023-07-08 09:29:31 -07:00
2023-06-13 15:15:08 -07:00
2023-05-23 23:31:42 +02:00
2023-05-31 13:06:57 +02:00
2023-06-09 10:38:43 +01:00
2023-06-12 08:04:04 -06:00
2023-05-19 22:44:14 -07:00
2023-06-29 13:39:51 -07:00
2023-06-19 16:19:20 -07:00
2023-06-12 08:04:05 -06:00
2023-06-28 10:28:11 -07:00
2023-06-26 11:14:18 +02:00
2023-06-26 08:55:22 -07:00
2023-08-04 18:18:19 -07:00
2023-06-19 16:19:28 -07:00
2023-06-22 17:10:09 +02:00
2023-08-17 16:46:35 -07:00
2023-08-15 14:57:24 -07:00
2023-06-26 11:14:18 +02:00
2023-07-17 16:08:08 -07:00
2023-06-05 09:57:20 +02:00
2023-06-05 09:57:20 +02:00
2023-06-15 08:50:23 +01:00
2023-05-25 09:26:19 +02:00
2023-08-10 09:12:18 -07:00
2023-06-15 18:15:25 +02:00
2023-06-26 13:59:56 -07:00
2023-07-17 15:47:21 -07:00
2023-06-23 16:15:36 +08:00
2023-06-26 07:54:23 -06:00
2023-06-09 17:44:16 -07:00
2023-05-29 23:23:04 +09:00
2023-06-12 08:04:05 -06:00
2023-07-04 13:50:38 -07:00
2023-06-16 18:24:13 -04:00
2023-08-25 16:07:30 -07:00
2023-07-03 13:47:06 +02:00
2023-06-19 16:19:23 -07:00
2023-06-19 16:19:20 -07:00
2023-06-05 09:36:38 +02:00
2023-07-10 14:36:12 +02:00
2023-06-30 21:35:52 -07:00
2023-05-19 08:58:11 -06:00
2023-06-15 14:55:15 +02:00
2023-06-22 21:17:10 +09:00
2023-06-22 21:21:06 +09:00
2023-05-22 18:08:37 +02:00
2023-06-30 16:38:27 -07:00
2023-06-09 16:25:23 -07:00
2023-06-15 10:45:17 +02:00
2023-06-26 11:14:18 +02:00
2023-07-10 14:36:11 +02:00
2023-06-06 17:05:21 +02:00
2023-07-04 11:02:34 -07:00
2023-06-06 21:39:55 +09:00
2023-06-19 16:19:05 -07:00
2023-08-28 11:04:18 -07:00
2023-07-24 10:30:07 +02:00
2023-08-28 11:59:52 -07:00
2023-06-19 18:18:04 +02:00
2023-06-14 10:41:07 -07:00
2023-07-28 20:01:36 -04:00
2023-06-06 11:42:51 -07:00
2023-06-09 16:25:24 -07:00
2023-06-13 16:49:23 +02:00
2023-06-19 09:02:51 +02:00
2023-05-26 20:45:39 +02:00
2023-06-05 13:51:00 +02:00
2023-08-21 13:07:20 -07:00
2023-06-23 16:59:33 -07:00
2023-06-08 06:41:17 -07:00
2023-08-02 23:29:08 +00:00
2023-06-09 17:30:47 +02:00
2023-06-08 10:11:17 -04:00
2023-06-20 20:18:39 -07:00
2023-06-22 19:52:09 +02:00
2023-05-19 22:46:37 -07:00
2023-06-28 12:47:30 -07:00
2023-08-01 13:45:08 +02:00
2023-05-30 22:04:46 +03:00
2023-05-25 08:54:06 -06:00
2023-07-25 10:55:56 +05:30
2023-05-22 17:38:45 +02:00
2023-06-05 15:35:27 +02:00
2023-06-16 12:22:35 +01:00
2023-05-24 11:39:44 +02:00
2023-06-26 11:14:18 +02:00
2023-06-26 07:47:11 +02:00
2023-07-08 10:07:14 +01:00
2023-07-10 23:09:21 -04:00
2023-06-05 09:57:20 +02:00
2023-06-08 12:27:20 -07:00
2023-06-09 16:25:19 -07:00
2023-06-09 17:44:17 -07:00
2023-07-03 09:27:12 +01:00
2023-06-08 15:42:02 -07:00
2023-06-29 15:06:32 +01:00
2023-06-16 17:08:01 +02:00
2023-07-01 07:20:04 -04:00
2023-07-03 11:26:05 -07:00
2023-06-30 11:57:07 -07:00
2023-08-15 14:57:25 -07:00
2023-06-27 14:14:30 -07:00
2023-06-27 14:14:30 -07:00
2023-08-15 08:32:30 +02:00
2023-06-09 16:25:46 -07:00
2023-06-05 21:11:06 +02:00
2023-06-09 17:44:22 -07:00
2023-05-29 21:46:53 -07:00
2023-06-19 16:19:05 -07:00
2023-06-19 16:19:35 -07:00
2023-06-19 16:19:04 -07:00
2023-06-19 16:19:12 -07:00
2023-06-23 16:59:31 -07:00
2023-08-21 13:07:20 -07:00
2023-08-21 13:07:20 -07:00
2023-07-27 13:07:04 -07:00
2023-06-09 16:25:31 -07:00
2023-06-28 10:28:11 -07:00
2023-07-03 12:56:23 -07:00
2023-05-26 15:10:18 -07:00
2023-06-28 10:59:38 -07:00
2023-06-20 20:17:10 -07:00
2023-06-20 20:18:39 -07:00
2023-05-24 18:08:49 +02:00
2023-06-26 11:14:18 +02:00
2023-06-18 11:16:00 +01:00
2023-06-24 15:50:13 -07:00
2023-06-24 14:52:28 -07:00
2023-06-26 13:27:51 +02:00
2023-06-08 13:42:33 +02:00
2023-06-12 11:32:44 +01:00
2023-06-19 15:08:12 -04:00
2023-06-19 12:10:48 -04:00
2023-07-25 00:30:02 -05:00
2023-06-19 16:25:29 -07:00
2023-06-22 13:57:41 -07:00
2023-08-16 14:27:01 -07:00
2023-08-21 11:29:12 -07:00
2023-05-22 13:51:56 +02:00
2023-06-12 10:36:55 -07:00
2023-07-10 09:12:31 -07:00
2023-05-26 13:52:19 -07:00
2023-05-29 16:14:28 +01:00
2023-06-19 16:19:00 -07:00
2023-07-24 18:04:30 -04:00
2023-06-23 16:59:30 -07:00
2023-08-21 13:07:20 -07:00
2023-06-09 17:44:15 -07:00
2023-07-03 12:46:47 -07:00
2023-06-30 15:06:45 -07:00
2023-06-23 15:05:28 -05:00
2023-06-23 15:05:28 -05:00
2023-05-31 12:26:53 -05:00
2023-06-08 19:19:50 -07:00
2023-05-28 20:45:46 +02:00
2023-06-05 09:36:39 +02:00
2023-07-04 13:50:38 -07:00
2023-07-01 08:58:41 -07:00
2023-06-19 16:19:25 -07:00
2023-06-02 23:20:31 -07:00
2023-06-27 09:33:54 -07:00
2023-06-30 09:04:01 -07:00
2023-07-10 14:36:12 +02:00
2023-06-07 14:26:09 -06:00
2023-07-24 09:51:51 +02:00
2023-06-22 21:21:06 +09:00
2023-06-26 11:14:18 +02:00
2023-08-12 09:18:47 -07:00
2023-06-15 13:34:30 +02:00
2023-07-10 09:52:30 +02:00
2023-07-10 09:52:30 +02:00
2023-06-20 09:02:33 +01:00
2023-08-24 21:34:28 -04:00
2023-06-19 16:19:04 -07:00
2023-06-05 21:11:03 +02:00
2023-08-16 14:27:41 -07:00
2023-07-14 15:01:49 -07:00
2023-07-19 13:19:41 -07:00
2023-07-04 13:50:38 -07:00
2023-05-23 12:55:12 -07:00
2023-06-05 15:28:42 -07:00
2023-07-12 12:01:16 -07:00
2023-06-05 10:55:20 -06:00
2023-06-26 11:14:18 +02:00
2023-06-23 16:59:28 -07:00
2023-06-28 10:28:11 -07:00
2023-06-06 14:04:01 +01:00
2023-08-15 08:32:30 +02:00
2023-07-27 08:48:12 -07:00
2023-06-05 21:11:03 +02:00
2023-06-21 17:55:53 +02:00
2023-08-01 07:48:55 +02:00
2023-05-18 19:52:31 -07:00
2023-06-11 18:22:47 +02:00
2023-08-09 09:15:51 +02:00
2023-06-10 00:11:41 -07:00
2023-08-09 20:29:02 -07:00
2023-07-04 13:50:38 -07:00
2023-06-05 09:36:39 +02:00
2023-06-24 15:50:13 -07:00
2023-06-26 11:14:18 +02:00
2023-06-28 16:43:10 -07:00
2023-07-04 13:50:38 -07:00
2023-08-16 14:27:01 -07:00
2023-06-20 20:44:38 -07:00
2023-06-12 20:14:22 +03:00
2023-06-12 20:14:21 +03:00
2023-06-05 15:31:12 -07:00
2023-06-28 10:28:11 -07:00
2023-07-17 16:08:08 -07:00
2023-06-23 16:59:29 -07:00
2023-06-19 16:19:12 -07:00
2023-06-07 15:06:34 +02:00
2023-07-27 12:24:09 +02:00
2023-06-18 02:32:54 -07:00
2023-07-20 12:34:18 -07:00
2023-07-24 09:51:31 +02:00
2023-06-09 17:44:16 -07:00
2023-06-16 09:53:27 +03:00
2023-06-09 17:44:17 -07:00
2023-08-14 15:00:37 -07:00
2023-08-07 17:55:54 +00:00
2023-08-16 16:33:27 -04:00
2023-06-06 21:39:55 +09:00
2023-06-06 21:39:55 +09:00
2023-06-28 10:59:38 -07:00
2023-05-31 19:00:26 +01:00
2023-07-24 18:03:58 -04:00
2023-06-08 15:41:34 -07:00
2023-05-23 21:08:33 -04:00
2023-06-19 16:19:28 -07:00
2023-05-23 15:49:03 -06:00
2023-08-17 11:53:40 -07:00
2023-06-27 10:47:08 -04:00
2023-06-27 10:47:09 -04:00
2023-07-17 16:08:08 -07:00
2023-06-06 10:47:04 +02:00
2023-06-23 12:08:14 -07:00
2023-08-21 14:52:16 +02:00
2023-08-10 12:06:04 +02:00
2023-06-19 16:19:27 -07:00