summaryrefslogtreecommitdiff
path: root/drivers/base/test
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-01-25 15:45:27 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-01-27 16:35:18 +0300
commit38009c766725a9877ea8866fc813a5460011817f (patch)
tree73c850a8359dff9e89c0d0d580f79aee8dde5ff4 /drivers/base/test
parent6091b08eda85a4da6d548d6de4b650bffae0d61c (diff)
downloadlinux-38009c766725a9877ea8866fc813a5460011817f.tar.xz
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>
Diffstat (limited to 'drivers/base/test')
-rw-r--r--drivers/base/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/test/Makefile b/drivers/base/test/Makefile
index 3ca56367c84b..2f15fae8625f 100644
--- a/drivers/base/test/Makefile
+++ b/drivers/base/test/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
obj-$(CONFIG_KUNIT_DRIVER_PE_TEST) += property-entry-test.o
+CFLAGS_REMOVE_property-entry-test.o += -fplugin-arg-structleak_plugin-byref -fplugin-arg-structleak_plugin-byref-all