Commit f6eb0fed6a39 for kernel

commit f6eb0fed6a3957c0b93e3a00c1ffaad84d4ffc31
Merge: c5f1e32e3231 e362359ace6f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Aug 13 14:38:22 2022 -0700

    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