]> Git Repo - linux.git/commitdiff
Merge tag 'Wstringop-overflow-for-6.8-rc2' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <[email protected]>
Mon, 22 Jan 2024 17:47:24 +0000 (09:47 -0800)
committerLinus Torvalds <[email protected]>
Mon, 22 Jan 2024 17:47:24 +0000 (09:47 -0800)
Pull stringop-overflow warning update from Gustavo A. R. Silva:
 "Enable -Wstringop-overflow globally.

  I waited for the release of -rc1 to run a final build-test on top of
  it before sending this pull request. Fortunatelly, after building 358
  kernels overnight (basically all supported archs with a wide variety
  of configs), no more warnings have surfaced! :)

  Thus, we are in a good position to enable this compiler option for all
  versions of GCC that support it, with the exception of GCC-11, which
  appears to have some issues with this option [1]"

Link: https://lore.kernel.org/lkml/[email protected]/
* tag 'Wstringop-overflow-for-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux:
  init: Kconfig: Disable -Wstringop-overflow for GCC-11
  Makefile: Enable -Wstringop-overflow globally


Trivial merge
This page took 0.051744 seconds and 4 git commands to generate.