aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2024-12-19 19:37:07 +0000
committerLinus Torvalds <[email protected]>2024-12-23 19:18:35 +0000
commitf372b2256acbfbbf703cfdfae3d02c5a6c0e1679 (patch)
treebb64152bcbb2216e9b2605bfea16e77063fdfac3 /security/selinux/hooks.c
parentvsprintf: deal with format specifiers with a lookup table (diff)
downloadkernel-f372b2256acbfbbf703cfdfae3d02c5a6c0e1679.tar.gz
kernel-f372b2256acbfbbf703cfdfae3d02c5a6c0e1679.zip
vsnprintf: inline skip_atoi() again
At some point skip_atoi() had been marked 'noinline_for_stack', but it turns out that this is now a pessimization, and not inlining it actually results in a stack frame in format decoding due to the call and thus hurts stack usage rather than helping. With the simplistic atoi function inlined, the format decoding now needs no frame at all. Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions