]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Nov 2021 18:43:38 +0000 (10:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Nov 2021 18:43:38 +0000 (10:43 -0800)
commit958bf16239dda48b959edd563963ed615c689e25
tree206a9177f4d0f51c4475d2421278b9565dfd5034
parentcb945c57e95dcce20c0456807bff61568077ee3f
parentfd02bacb1e26ed89753274f4791f739e3695bccc
Merge tag 'timers-urgent-2021-11-14' 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 to address a problem where POSIX CPU
  timer delivery stops working for a new child task because
  copy_process() copies state information which is only valid for the
  parent task"

* tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
kernel/fork.c