diff options
author | Will Deacon <[email protected]> | 2021-08-25 10:39:11 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2021-08-25 17:44:04 +0100 |
commit | 24de5838db7044401c719042e95f646d72a78c49 (patch) | |
tree | 4a4af51714289eacfc909868da201b254455fc8d /scripts/bpf_doc.py | |
parent | 7559b7d7d651d397debbcd838bd49ec4b9e0a4a4 (diff) |
arm64: signal32: Drop pointless call to sigdelsetmask()
Commit 77097ae503b1 ("most of set_current_blocked() callers want
SIGKILL/SIGSTOP removed from set") extended set_current_blocked() to
remove SIGKILL and SIGSTOP from the new signal set and updated all
callers accordingly.
Unfortunately, this collided with the merge of the arm64 architecture,
which duly removes these signals when restoring the compat sigframe, as
this was what was previously done by arch/arm/.
Remove the redundant call to sigdelsetmask() from
compat_restore_sigframe().
Reported-by: Al Viro <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions