]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tags 'free-mq_sysctls-for-v5.19' and 'ptrace_unfreeze_fix-for-v5.19' of git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jul 2022 21:33:41 +0000 (14:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jul 2022 21:33:41 +0000 (14:33 -0700)
commitc4f514332d211866b60fe40e33f54c08bcc3c901
tree3d39f48972f2dd3cccf4c5f9ec497d93bb3167a4
parentcc95a42cdfc6c15d6c78f20b3b077c0d61144bbb
parent77dc733defdc8d5d66bc933658dd10774f4e9694
parentd0b0b3fe9cb64aada952276618ab3864dccc7dff
Merge tags 'free-mq_sysctls-for-v5.19' and 'ptrace_unfreeze_fix-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull ipc namespace fix from Eric Biederman:
 "This fixes a bug with error handling if ipc creation fails that was
  reported by syzbot"

For completeness, this also pulls the ptrace_unfreeze_fix tag that
contains the original version of one of the hotfixes that I manually
applied earlier so that it would be fixed in rc6.

* tag 'free-mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  ipc: Free mq_sysctls if ipc namespace creation failed

* tag 'ptrace_unfreeze_fix-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()