summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2022-02-14 21:07:56 +0500
committerShuah Khan <skhan@linuxfoundation.org>2022-02-23 17:25:02 -0700
commit46e50459ea10cbf8a534fc1e6e752408dda191ef (patch)
tree4db0acfc99566c6be80a1955d874e7951ee4a0e9 /scripts/stackusage
parent681696862bc1823595c05960a83766d1aa965c17 (diff)
downloadkernel-46e50459ea10cbf8a534fc1e6e752408dda191ef.tar.gz
selftests: Use -isystem instead of -I to include headers
Selftests need kernel headers and glibc for compilation. In compilation of selftests, uapi headers from kernel source are used instead of default ones while glibc has already been compiled with different header files installed in the operating system. So there can be redefination warnings from compiler. These warnings can be suppressed by using -isystem to include the uapi headers. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
7f4b4ebd'>ARM: ux500: consolidate base platform filesArnd Bergmann 2016-07-12ARM: ux500: move soc_id driver to drivers/socArnd Bergmann 2016-07-12ARM: ux500: call ux500_setup_id laterArnd Bergmann 2016-07-12ARM: ux500: consolidate soc_device code in id.cArnd Bergmann 2016-07-12ARM: ux500: remove cpu_is_u* helpersArnd Bergmann 2016-07-12ARM: ux500: use CLK_OF_DECLARE()Arnd Bergmann 2016-07-12ARM: ux500: move l2x0 init to .init_irqArnd Bergmann 2016-07-12mfd: db8500 stop passing around platform dataArnd Bergmann 2016-07-12ARM: ux500: move ab8500_regulator_plat_data into driverArnd Bergmann 2016-07-12ARM: ux500: remove unused regulator dataArnd Bergmann 2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij 2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2016-02-26ARM: ux500: fix ureachable iounmap()Linus Walleij 2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsMasahiro Yamada 2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2015-12-15clocksource/drivers/prcmu: Fix Kconfig and add COMPILE_TEST optionDaniel Lezcano 2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada 2015-12-01ARM/clocksource: use automatic DT probing for ux500 PRCMULinus Walleij 2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada 2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2015-10-22ARM: Remove __ref on hotplug cpu die pathStephen Boyd 2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier 2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds 2015-09-03Merge branch 'devel-stable' into for-linusRussell King 2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij 2015-08-06ARM: ux500: simplify secondary CPU bootLinus Walleij