]> 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)
commitd8eccf9617437cf6074e64ba27117d435f080a6b
treef961abd1c86404ea5411e090cc3e325cee86e3bd
parentb640f8932a6f1b43e99b99d66a19f4fd97092ab4
parent5737e66b07ce62d90ddd3d611045496c08efc26c
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()