Commit 1af5c1d
committed
Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Ingo Molnar:
- Fix a race in timer->function clearing in timer_shutdown_sync()
- Fix a timekeeper sysfs-setup resource leak in error paths
- Fix the NOHZ report_idle_softirq() syslog rate-limiting
logic to have no side effects on the return value
* tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timers: Fix NULL function pointer race in timer_shutdown_sync()
timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
tick/sched: Fix bogus condition in report_idle_softirq()3 files changed
+21
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
1158 | 1155 | | |
1159 | 1156 | | |
1160 | 1157 | | |
1161 | 1158 | | |
1162 | | - | |
1163 | | - | |
1164 | | - | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
1165 | 1164 | | |
1166 | 1165 | | |
1167 | 1166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3060 | 3060 | | |
3061 | 3061 | | |
3062 | 3062 | | |
| 3063 | + | |
3063 | 3064 | | |
3064 | 3065 | | |
3065 | | - | |
| 3066 | + | |
3066 | 3067 | | |
3067 | 3068 | | |
3068 | | - | |
3069 | | - | |
3070 | | - | |
3071 | | - | |
| 3069 | + | |
| 3070 | + | |
3072 | 3071 | | |
3073 | 3072 | | |
3074 | 3073 | | |
3075 | 3074 | | |
3076 | 3075 | | |
3077 | 3076 | | |
3078 | | - | |
3079 | | - | |
3080 | | - | |
| 3077 | + | |
3081 | 3078 | | |
| 3079 | + | |
3082 | 3080 | | |
3083 | | - | |
| 3081 | + | |
3084 | 3082 | | |
3085 | 3083 | | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
3086 | 3089 | | |
3087 | 3090 | | |
3088 | 3091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1458 | 1458 | | |
1459 | 1459 | | |
1460 | 1460 | | |
1461 | | - | |
| 1461 | + | |
1462 | 1462 | | |
1463 | | - | |
1464 | | - | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
1465 | 1466 | | |
1466 | 1467 | | |
1467 | 1468 | | |
| |||
0 commit comments