aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-notifier-error-inject.c
diff options
context:
space:
mode:
authorTzung-Bi Shih <[email protected]>2023-01-17 16:02:54 +0800
committerTzung-Bi Shih <[email protected]>2023-01-18 10:57:56 +0800
commit6514bac4a321daaf2fdf3a116a644c77e4908f20 (patch)
tree98cbd6265e33dbbadb6c28634695b0d859bb12e2 /lib/netdev-notifier-error-inject.c
parent8bb233b27fb7c11deefbe2318e75490b22cf3d1a (diff)
platform/chrome: cros_ec_proto: remove big stub objects from stack
sizeof(struct device) = 680 sizeof(struct cros_ec_dev) = 720 They tend to exceed the stack frame size limit in some specific environment which results in the following compilation error: >> drivers/platform/chrome/cros_ec_proto_test.c:2530:13: error: stack frame size (2128) exceeds limit (2048) in 'cros_ec_proto_test_get_sensor_count_legacy' Remove the big stub objects from stack. This is: $ sed -i 's/struct cros_ec_dev /static struct cros_ec_dev /' \ drivers/platform/chrome/cros_ec_proto_test.c Reported-by: kernel test robot <[email protected]> Signed-off-by: Tzung-Bi Shih <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions