diff options
author | Arnd Bergmann <[email protected]> | 2021-01-25 13:45:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-01-27 14:35:18 +0100 |
commit | 38009c766725a9877ea8866fc813a5460011817f (patch) | |
tree | 73c850a8359dff9e89c0d0d580f79aee8dde5ff4 /scripts/gdb/linux/tasks.py | |
parent | 6091b08eda85a4da6d548d6de4b650bffae0d61c (diff) |
drivers/base: build kunit tests without structleak plugin
The structleak plugin causes the stack frame size to grow immensely:
drivers/base/test/property-entry-test.c: In function 'pe_test_reference':
drivers/base/test/property-entry-test.c:481:1: error: the frame size of 2640 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]
481 | }
| ^
drivers/base/test/property-entry-test.c: In function 'pe_test_uints':
drivers/base/test/property-entry-test.c:99:1: error: the frame size of 2592 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]
Turn it off in this file.
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions