diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2025-04-28 08:40:45 -0700 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2025-04-28 08:40:45 -0700 |
| commit | 224ee86639f57818cf4e05bd86eb7d9f31baac8d (patch) | |
| tree | cbe03eeaf350d550e14809d2c6c40e0881dd5e4d /scripts | |
| parent | Use thread-safe function pointer in libbpf_print (diff) | |
| parent | Linux 6.15-rc4 (diff) | |
| download | linux-224ee86639f57818cf4e05bd86eb7d9f31baac8d.tar.gz linux-224ee86639f57818cf4e05bd86eb7d9f31baac8d.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Cross-merge bpf and other fixes after downstream PRs.
No conflicts.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.extrawarn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.extrawarn b/scripts/Makefile.extrawarn index d75897559d18..2d6e59561c9d 100644 --- a/scripts/Makefile.extrawarn +++ b/scripts/Makefile.extrawarn @@ -15,7 +15,7 @@ KBUILD_CFLAGS += -Werror=return-type KBUILD_CFLAGS += -Werror=strict-prototypes KBUILD_CFLAGS += -Wno-format-security KBUILD_CFLAGS += -Wno-trigraphs -KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) +KBUILD_CFLAGS += $(call cc-disable-warning, frame-address) KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) KBUILD_CFLAGS += -Wmissing-declarations KBUILD_CFLAGS += -Wmissing-prototypes |
