]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Nov 2019 20:41:14 +0000 (12:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Nov 2019 20:41:14 +0000 (12:41 -0800)
commit9b04b286b1421aacce4c9ba0b96fbcdfe773d345
treef961abd1c86404ea5411e090cc3e325cee86e3bd
parent6c68f3b427b7974fb7980c4ade4f2949bbab6c51
parent96a2307d9f13e98c4397bc02d513c9f8f3ce3f6e
Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "There's an inadvertent preemption point in ptrace_stop() which was
  reliably triggering for a test scenario significantly slowing it down.

  This contains Oleg's fix to remove the unwanted preemption point"

* 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop()