Linus Torvalds
ec03de73b1
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking updates from Ingo Molnar:
"lockdep:
- Fix potential deadlock between lockdep and RCU (Zhiguo Niu)
- Use str_plural() to address Coccinelle warning (Thorsten Blum)
- Add debuggability enhancement (Luis Claudio R. Goncalves)
static keys & calls:
- Fix static_key_slow_dec() yet again (Peter Zijlstra)
- Handle module init failure correctly in static_call_del_module()
(Thomas Gleixner)
- Replace pointless WARN_ON() in static_call_module_notify() (Thomas
Gleixner)
<linux/cleanup.h>:
- Add usage and style documentation (Dan Williams)
rwsems:
- Move is_rwsem_reader_owned() and rwsem_owner() under
CONFIG_DEBUG_RWSEMS (Waiman Long)
atomic ops, x86:
- Redeclare x86_32 arch_atomic64_{add,sub}() as void (Uros Bizjak)
- Introduce the read64_nonatomic macro to x86_32 with cx8 (Uros
Bizjak)"
Signed-off-by: Ingo Molnar <mingo@kernel.org>
* tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DEBUG_RWSEMS
jump_label: Fix static_key_slow_dec() yet again
static_call: Replace pointless WARN_ON() in static_call_module_notify()
static_call: Handle module init failure correctly in static_call_del_module()
locking/lockdep: Simplify character output in seq_line()
lockdep: fix deadlock issue between lockdep and rcu
lockdep: Use str_plural() to fix Coccinelle warning
cleanup: Add usage and style documentation
lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
locking/atomic/x86: Redeclare x86_32 arch_atomic64_{add,sub}() as void
locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8
2024-09-29 08:51:30 -07:00
..
2024-09-04 15:01:17 +01:00
2024-09-10 19:52:30 -05:00
2024-09-01 20:43:24 -07:00
2024-09-25 11:01:27 +02:00
2024-09-11 08:55:35 +00:00
2024-09-03 13:14:41 +02:00
2024-09-17 16:46:22 +02:00
2024-09-05 21:43:42 -07:00
2024-09-11 10:44:10 -06:00
2024-09-01 10:04:56 -04:00
2024-09-23 14:17:08 -07:00
2024-09-24 11:48:00 -07:00
2024-09-21 08:20:50 -07:00
2024-09-09 11:52:06 +02:00
2024-09-26 12:00:25 -07:00
2024-09-21 09:44:57 -07:00
2024-09-26 12:00:25 -07:00
2024-09-23 14:00:46 -07:00
2024-09-10 12:41:42 +01:00
2024-09-23 15:03:30 -04:00
2024-09-26 10:27:10 -07:00
2024-09-06 14:49:20 +02:00
2024-09-27 09:55:30 -07:00
2024-09-09 16:39:18 -07:00
2024-08-30 16:30:41 +01:00
2024-09-13 15:41:42 +02:00
2024-09-03 12:48:51 +02:00
2024-09-27 12:10:45 -07:00
2024-09-25 14:56:40 -07:00
2024-09-13 13:22:09 -06:00
2024-09-13 12:31:45 -06:00
2024-09-20 00:19:48 -06:00
2024-09-05 13:29:06 -07:00
2024-09-03 12:06:24 -07:00
2024-09-24 14:54:26 -07:00
2024-09-16 08:54:30 +02:00
2024-09-11 09:58:30 -07:00
2024-09-21 07:29:05 -07:00
2024-09-21 09:44:57 -07:00
2024-09-29 08:51:30 -07:00
2024-09-05 13:48:00 -07:00
2024-09-05 13:51:46 -07:00
2024-09-03 21:15:36 -07:00
2024-09-26 14:01:44 -07:00
2024-09-04 15:56:32 +02:00
2024-09-18 07:52:24 +02:00
2024-09-26 11:39:02 -07:00
2024-09-18 15:03:58 +02:00
2024-09-27 12:10:45 -07:00
2024-08-30 10:00:16 -10:00
2024-09-09 16:39:00 -07:00
2024-09-27 08:18:43 -07:00
2024-09-04 07:08:51 +03:00
2024-08-30 11:41:05 -07:00
2024-09-22 18:47:51 +02:00
2024-09-03 21:15:38 -07:00
2024-09-11 03:30:27 +00:00
2024-09-01 20:43:33 -07:00
2024-09-19 10:18:15 +02:00
2024-09-23 09:35:36 -07:00
2024-09-21 09:27:50 -07:00
2024-09-12 22:30:37 +09:00
2024-09-12 12:20:41 +02:00
2024-09-27 08:18:43 -07:00
2024-09-09 09:41:47 -04:00
2024-09-09 16:39:03 -07:00
2024-09-09 16:39:05 -07:00
2024-09-02 11:47:06 +02:00
2024-09-13 15:14:56 +02:00
2024-09-21 07:29:05 -07:00
2024-09-26 14:01:43 -07:00
2024-09-13 07:27:36 -07:00
2024-09-21 12:46:00 +02:00
2024-09-04 11:38:34 +02:00
2024-09-10 11:14:15 +02:00
2024-09-22 18:48:00 +02:00
2024-09-05 12:43:53 -03:00
2024-09-12 12:20:42 +02:00
2024-09-08 20:47:40 +02:00
2024-09-03 21:15:46 -07:00
2024-09-20 18:28:26 +03:00
2024-09-01 20:26:03 -07:00
2024-09-09 16:39:04 -07:00
2024-09-25 20:12:58 +09:00
2024-09-17 11:38:20 -04:00
2024-09-07 10:16:56 +09:00
2024-09-01 20:43:29 -07:00
2024-09-24 14:54:26 -07:00
2024-09-09 16:39:06 -07:00
2024-09-17 01:07:01 -07:00
2024-09-03 21:15:28 -07:00
2024-09-03 21:15:59 -07:00
2024-09-01 20:25:51 -07:00
2024-09-03 21:15:44 -07:00
2024-09-23 08:58:31 -07:00
2024-09-01 20:25:59 -07:00
2024-09-23 11:07:55 +02:00
2024-09-13 07:36:02 +02:00
2024-09-03 11:36:43 +02:00
2024-09-11 20:44:31 -07:00
2024-09-26 13:03:03 +02:00
2024-09-12 12:20:41 +02:00
2024-09-20 19:31:03 -04:00
2024-09-23 15:03:29 -04:00
2024-09-23 15:03:30 -04:00
2024-09-23 15:03:29 -04:00
2024-09-23 15:03:30 -04:00
2024-09-23 15:03:30 -04:00
2024-09-03 21:15:32 -07:00
2024-09-03 21:15:28 -07:00
2024-09-11 20:53:45 -07:00
2024-08-30 10:57:24 -07:00
2024-09-01 20:25:53 -07:00
2024-09-09 16:39:04 -07:00
2024-09-20 17:53:17 -07:00
2024-09-01 20:25:59 -07:00
2024-09-23 14:08:08 -07:00
2024-09-19 14:25:32 -05:00
2024-09-03 17:11:05 -05:00
2024-09-19 14:25:34 -05:00
2024-09-01 20:26:04 -07:00
2024-09-18 15:03:58 +02:00
2024-09-09 16:39:18 -07:00
2024-09-17 01:06:59 -07:00
2024-09-11 11:06:11 +01:00
2024-09-03 13:00:50 +02:00
2024-09-03 23:20:28 +02:00
2024-09-08 18:40:33 +01:00
2024-09-05 11:14:14 +02:00
2024-09-01 20:43:38 -07:00
2024-09-05 16:56:15 +02:00
2024-09-09 00:03:55 +05:30
2024-09-09 00:09:47 +05:30
2024-09-18 08:53:53 +02:00
2024-09-18 08:53:53 +02:00
2024-09-09 16:39:03 -07:00
2024-09-20 00:20:06 -06:00
2024-09-21 09:44:57 -07:00
2024-09-24 14:54:26 -07:00
2024-09-22 13:35:36 -07:00
2024-09-11 15:47:13 +02:00
2024-09-17 01:07:00 -07:00
2024-09-09 16:39:12 -07:00
2024-09-11 20:44:31 -07:00
2024-09-11 20:44:31 -07:00
2024-09-21 07:29:05 -07:00
2024-09-18 07:52:24 +02:00
2024-09-11 20:44:32 -07:00
2024-09-10 16:42:11 -07:00
2024-09-05 09:50:16 -07:00
2024-09-19 10:18:15 +02:00
2024-09-03 21:15:47 -07:00
2024-09-05 11:39:17 +02:00
2024-09-08 20:47:40 +02:00
2024-09-25 23:23:44 +09:00
2024-09-22 11:19:35 -07:00
2024-09-12 12:20:39 +02:00
2024-09-17 01:07:01 -07:00
2024-09-03 09:54:39 +02:00
2024-09-12 12:16:09 +02:00
2024-09-01 20:25:53 -07:00
2024-09-10 02:51:48 -04:00
2024-09-11 20:43:07 -07:00
2024-09-09 16:39:04 -07:00
2024-09-01 20:25:43 -07:00
2024-09-03 21:15:36 -07:00
2024-09-21 07:29:05 -07:00
2024-09-01 20:43:27 -07:00
2024-09-09 16:39:06 -07:00
2024-09-01 20:26:02 -07:00