index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.extrawarn
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogs
Nathan Chancellor
1
-3
/
+5
2025-08-18
kbuild: enable -Werror for hostprogs
Thomas Weißschuh
1
-0
/
+5
2025-08-14
kbuild: respect CONFIG_WERROR for userprogs
Thomas Weißschuh
1
-0
/
+2
2025-08-14
kbuild: respect CONFIG_WERROR for linker and assembler
Thomas Weißschuh
1
-0
/
+2
2025-08-14
kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
Miguel Ojeda
1
-0
/
+1
2025-08-14
kbuild: unify W=e and CONFIG_WERROR
Thomas Weißschuh
1
-4
/
+2
2025-08-14
kbuild: align W=e with CONFIG_WERROR
Thomas Weißschuh
1
-1
/
+1
2025-05-28
Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+7
2025-05-27
Remove legacy 'cc-disable-warning' use from the generic build scripts
Linus Torvalds
1
-16
/
+16
2025-05-12
kbuild: Disable -Wdefault-const-init-unsafe
Nathan Chancellor
1
-0
/
+12
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
1
-2
/
+7
2025-04-30
kbuild: Properly disable -Wunterminated-string-initialization for clang
Nathan Chancellor
1
-1
/
+8
2025-04-23
Fix mis-uses of 'cc-option' for warning disablement
Linus Torvalds
1
-1
/
+1
2025-03-15
kbuild: move -fzero-init-padding-bits=all to the top-level Makefile
Masahiro Yamada
1
-3
/
+0
2025-02-09
Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2025-02-07
kbuild: Move -Wenum-enum-conversion to W=2
Nathan Chancellor
1
-1
/
+4
2025-02-06
scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1
Nathan Chancellor
1
-5
/
+5
2025-01-30
kbuild: Use -fzero-init-padding-bits=all
Kees Cook
1
-0
/
+3
2024-05-19
kbuild: enable -Wcast-function-type-strict unconditionally
Arnd Bergmann
1
-1
/
+0
2024-05-19
kbuild: enable -Wformat-truncation on clang
Arnd Bergmann
1
-0
/
+7
2024-05-19
kbuild: turn on -Wrestrict by default
Arnd Bergmann
1
-1
/
+0
2024-05-19
kbuild: remove redundant extra warning flags
Arnd Bergmann
1
-15
/
+0
2024-05-19
kbuild: turn on -Wextra by default
Arnd Bergmann
1
-1
/
+4
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-7
/
+3
2024-03-11
kbuild: remove GCC's default -Wpacked-bitfield-compat flag
Masahiro Yamada
1
-1
/
+0
2024-03-10
kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
Nathan Chancellor
1
-0
/
+2
2024-01-21
Makefile: Enable -Wstringop-overflow globally
Gustavo A. R. Silva
1
-2
/
+0
2024-01-18
Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-9
/
+0
2023-12-20
Makefile.extrawarn: turn on missing-prototypes globally
Arnd Bergmann
1
-2
/
+2
2023-12-03
kbuild: support W=c and W=e shorthands for Kconfig
Masahiro Yamada
1
-9
/
+0
2023-08-20
extrawarn: move -Wrestrict into W=1 warnings
Arnd Bergmann
1
-3
/
+2
2023-08-20
extrawarn: enable format and stringop overflow warnings in W=1
Arnd Bergmann
1
-5
/
+6
2023-08-20
kbuild: avoid duplicate warning options
Arnd Bergmann
1
-17
/
+26
2023-08-20
kbuild: consolidate warning flags in scripts/Makefile.extrawarn
Arnd Bergmann
1
-0
/
+90
2022-12-11
kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 builds
Masahiro Yamada
1
-0
/
+1
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2022-10-03
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-10-01
Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
Sami Tolvanen
1
-0
/
+1
2022-09-29
Makefile.compiler: replace cc-ifversion with compiler-specific macros
Nick Desaulniers
1
-2
/
+2
2022-09-04
Makefile.extrawarn: re-enable -Wformat for clang; take 2
Nick Desaulniers
1
-0
/
+12
2022-08-21
scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
Nathan Chancellor
1
-1
/
+0
2022-08-11
Revert "Makefile.extrawarn: re-enable -Wformat for clang"
Linus Torvalds
1
-0
/
+1
2022-08-03
Makefile.extrawarn: re-enable -Wformat for clang
Justin Stitt
1
-1
/
+0
2022-05-08
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
1
-2
/
+11
2022-03-13
Kbuild: add -Wno-shift-negative-value where -Wextra is used
Arnd Bergmann
1
-0
/
+1
2022-02-08
Makefile.extrawarn: Move -Wunaligned-access to W=1
Nathan Chancellor
1
-0
/
+1
2020-12-08
Makefile.extrawarn: remove -Wnested-externs warning
Arnd Bergmann
1
-1
/
+0
2020-11-25
Makefile.extrawarn: move -Wcast-align to W=3
Arnd Bergmann
1
-1
/
+1
2020-08-18
Makefile.extrawarn: Move sign-compare from W=2 to W=3
Joe Perches
1
-1
/
+1
2020-07-09
kbuild: Move -Wtype-limits to W=2
Rikard Falkeborn
1
-0
/
+2
[next]