Merge tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Feb 2023 21:45:09 +0000 (13:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Feb 2023 21:45:09 +0000 (13:45 -0800)
commit64e0253df67d5e1557e82b923c78f1bad185eb9a
treecc95d5689af34b0f6d67722ccb0169072dab2ef6
parentec35307e18ba8174e2a3f701956059f6a36f22fb
parentc2dbe32d5db5c4ead121cf86dabd5ab691fb47fe
Merge tag 'sched-urgent-2023-02-17' of git://git./linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:

 - Fix user-after-free bug in call_usermodehelper_exec()

 - Fix missing user_cpus_ptr update in __set_cpus_allowed_ptr_locked()

 - Fix PSI use-after-free bug in ep_remove_wait_queue()

* tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/psi: Fix use-after-free in ep_remove_wait_queue()
  sched/core: Fix a missed update of user_cpus_ptr
  freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL