diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-23 15:54:52 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-23 15:54:52 +0100 |
| commit | d44adeb63e95a7b4f31622744d6607d5f18e3340 (patch) | |
| tree | 04a42f8d0864dbe958a476b097406a70deeedd7e /lib | |
| parent | be12eaab30a9311c2176043fbeb99820e90a39fe (diff) | |
| parent | 3421b9b056a6576d0ebac1030eafb48ad0544092 (diff) | |
| download | linux-next-d44adeb63e95a7b4f31622744d6607d5f18e3340.tar.gz linux-next-d44adeb63e95a7b4f31622744d6607d5f18e3340.zip | |
Merge branch 'for-next/kspp' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/test_fortify/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_fortify/Makefile b/lib/test_fortify/Makefile index 399cae880e1d..44cd5df41a81 100644 --- a/lib/test_fortify/Makefile +++ b/lib/test_fortify/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 ccflags-y := $(call cc-disable-warning,fortify-source) +ccflags-y += $(call cc-disable-warning,stringop-overread) quiet_cmd_test_fortify = TEST $@ cmd_test_fortify = $(CONFIG_SHELL) $(src)/test_fortify.sh \ |
