Home
last modified time | relevance | path

Searched hist:"38009 c766725a9877ea8866fc813a5460011817f" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/test/
H A DMakefilediff 38009c766725a9877ea8866fc813a5460011817f Mon Jan 25 13:45:27 CET 2021 Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210125124533.101339-3-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>