]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Oct 2022 23:01:59 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Oct 2022 23:01:59 +0000 (16:01 -0700)
commit1ef4e499f88dbea3ab213d48601835e4cf88704c
tree448d1b2cc5595324528280ed35505372b79cddf6
parent9ebd88eadf25b65541d68e7569b7dea943e34113
parentdd7a35e786e59f3c4070317c966efb77fc7e018c
Merge tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull kthread update from Eric Biederman:
 "Break out of wait loops on kthread_stop()

  This is a small tweak to kthread_stop so it breaks out of
  interruptible waits, that don't explicitly test for kthread_stop.

  These interruptible waits occassionaly occur in kernel threads do to
  code sharing"

* tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  signal: break out of wait loops on kthread_stop()
kernel/kthread.c