aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/sysctl.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2025-06-20 11:22:39 +0000
committerJakub Kicinski <[email protected]>2025-06-23 23:58:43 +0000
commitb630c781bcf6ff87657146661816d0d30a902139 (patch)
tree317c5fd4850bf0f3d0ce8d0637402e51f2b2a757 /net/tipc/sysctl.c
parentlib: test_objagg: split test_hints_case() into two functions (diff)
downloadkernel-b630c781bcf6ff87657146661816d0d30a902139.tar.gz
kernel-b630c781bcf6ff87657146661816d0d30a902139.zip
caif: reduce stack size, again
I tried to fix the stack usage in this function a couple of years ago, but there is still a problem with the latest gcc versions in some configurations: net/caif/cfctrl.c:553:1: error: the frame size of 1296 bytes is larger than 1280 bytes [-Werror=frame-larger-than=] Reduce this once again, with a separate cfctrl_link_setup() function that holds the bulk of all the local variables. It also turns out that the param[] array that takes up a large portion of the stack is write-only and can be left out here. Fixes: ce6289661b14 ("caif: reduce stack size with KASAN") Signed-off-by: Arnd Bergmann <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc/sysctl.c')
0 files changed, 0 insertions, 0 deletions