https://github.com/torvalds/linux
Revision 5f3ab27b9eb7f1b97e6d4460ac4e494588e09f0c authored by Linus Torvalds on 17 May 2019, 02:01:23 UTC, committed by Linus Torvalds on 17 May 2019, 02:01:23 UTC
Pull cgroup fix from Tejun Heo:
 "The cgroup2 freezer pulled in this cycle broke strace. This pull
  request includes a workaround for the problem.

  It's not a complete fix in that it may cause spurious frozen state
  flip-flops which is fairly minor. Will push a full fix once it's
  ready"

* 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  signal: unconditionally leave the frozen state in ptrace_stop()
2 parent s 4c7b63a + 05b2892
History
Tip revision: 5f3ab27b9eb7f1b97e6d4460ac4e494588e09f0c authored by Linus Torvalds on 17 May 2019, 02:01:23 UTC
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Tip revision: 5f3ab27

back to top