]> Git Repo - linux.git/commit
Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <[email protected]>
Sun, 3 Nov 2024 18:22:21 +0000 (08:22 -1000)
committerLinus Torvalds <[email protected]>
Sun, 3 Nov 2024 18:22:21 +0000 (08:22 -1000)
commitb019b4a6706f3ee133d68a29ae92cc6695e86d6e
tree43e9f89da1db2fd00bfe96de42cb1cf4a3dc3261
parent33e83ffe4c57132c73b7d3fb7919006c5296c496
parentb5413156bad91dc2995a5c4eab1b05e56914638a
Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
 "A single fix for posix CPU timers.

  When a thread is cloned, the posix CPU timers are not inherited.

  If the parent has a CPU timer armed the corresponding tick dependency
  in the tasks tick_dep_mask is set and copied to the new thread, which
  means the new thread and all decendants will prevent the system to go
  into full NOHZ operation.

  Clear the tick dependency mask in copy_process() to fix this"

* tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
kernel/fork.c
This page took 0.05702 seconds and 4 git commands to generate.