]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Aug 2022 21:38:22 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Aug 2022 21:38:22 +0000 (14:38 -0700)
commit4f94e4393f690e3508d22c84a66ebbb047aaf632
tree9728d3ce3dfee85b12648f5665ca76c07b763623
parent7499c62600480288f6177ce22565009c72a63e2b
parent958bd12e79238d69236fcac7ffe1cf2d908cf2e6
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixes from Ingo Molnar:
 "Misc timer fixes:

   - fix a potential use-after-free bug in posix timers

   - correct a prototype

   - address a build warning"

* tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  posix-cpu-timers: Cleanup CPU timers before freeing them during exec
  time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
  posix-timers: Make do_clock_gettime() static