]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Nov 2021 19:33:31 +0000 (11:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Nov 2021 19:33:31 +0000 (11:33 -0800)
commit9a7cd45dba897f88e250757f8789cf6b69190fd9
treeff59567a4f3d21650d48bf5712a1f84a94df69c5
parent9feb54ca3ad9b84e958ccc1055cf4f22e71c4f50
parentb3a017acc07af918ec004def05ca222dd21bf185
Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull exit-vs-signal handling fixes from Eric Biederman:
 "This is a small set of changes where debuggers were no longer able to
  intercept synchronous SIGTRAP and SIGSEGV, introduced by the exit
  cleanups.

  This is essentially the change you suggested with all of i's dotted
  and the t's crossed so that ptrace can intercept all of the cases it
  has been able to intercept the past, and all of the cases that made it
  to exit without giving ptrace a chance still don't give ptrace a
  chance"

* 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  signal: Replace force_fatal_sig with force_exit_sig when in doubt
  signal: Don't always set SA_IMMUTABLE for forced signals