summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorTiwei Bie <tiwei.btw@antgroup.com>2026-01-06 08:12:27 +0800
committerJohannes Berg <johannes.berg@intel.com>2026-01-13 19:39:09 +0100
commitf68b2d5a907b53eed99cf2efcaaae116df73c298 (patch)
tree835f5f3c92265987e9647c993a56eca2652b484d /scripts/checkpatch.pl
parent0f61b1860cc3f52aef9036d7235ed1f017632193 (diff)
um: Preserve errno within signal handler
We rely on errno to determine whether a syscall has failed, so we need to ensure that accessing errno is async-signal-safe. Currently, we preserve the errno in sig_handler_common(), but it doesn't cover every possible case. Let's do it in hard_handler() instead, which is the signal handler we actually register. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20260106001228.1531146-2-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions