From: Linus Torvalds Date: Fri, 19 Nov 2021 19:33:31 +0000 (-0800) Subject: Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux... X-Git-Tag: v6.6.17~8768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7af959b5d5c8497b423e802e2b0ad847cb29b3d3;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git./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 --- 7af959b5d5c8497b423e802e2b0ad847cb29b3d3