Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Borislav Petkov: - Reset hrtimers correctly when a CPU hotplug state traversal happens "half-ways" and leaves hrtimers not (re-)initialized properly - Annotate accesses to a timer group's ignore flag to prevent KCSAN from raising data_race warnings - Make sure timer group initialization is visible to timer tree walkers and avoid a hypothetical race - Fix another race between CPU hotplug and idle entry/exit where timers on a fully idle system are getting ignored - Fix a case where an ignored signal is still being handled which it shouldn't be * tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: hrtimers: Handle CPU state correctly on hotplug timers/migration: Annotate accesses to ignore flag timers/migration: Enforce group initialization visibility to tree walkers timers/migration: Fix another race between hotplug and idle entry/exit signal/posixtimers: Handle ignore/blocked sequences correctly
No related branches found
No related tags found
Showing
- include/linux/hrtimer.h 1 addition, 0 deletionsinclude/linux/hrtimer.h
- kernel/cpu.c 1 addition, 1 deletionkernel/cpu.c
- kernel/signal.c 28 additions, 9 deletionskernel/signal.c
- kernel/time/hrtimer.c 10 additions, 1 deletionkernel/time/hrtimer.c
- kernel/time/timer_migration.c 55 additions, 9 deletionskernel/time/timer_migration.c
Loading
Please register or sign in to comment