]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:06:15 +0000 (09:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:06:15 +0000 (09:06 -0800)
commit8e59e1c7691cf71fc204af9cf539d8b62dd9bcbf
tree205f798be891b8ede69ea83deb1156ad5d4f2cf5
parente503622e6c8ecd9f74acc9d10c53c0f8d42f8174
parent6a25f1f873ed8f1e8029ad5a84a3f598eda05227
Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull gcc-plugins updates from Kees Cook:
 "This adds additional type coverage to the existing structleak plugin
  and adds a large set of selftests to help evaluate stack variable
  zero-initialization coverage.

  That can be used to test whatever instrumentation might be performing
  zero-initialization: either with the structleak plugin or with Clang's
  coming "-ftrivial-auto-var-init=zero" option.

  Summary:

   - Add scalar and array initialization coverage

   - Refactor Kconfig to make options more clear

   - Add self-test module for testing automatic initialization"

* tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  lib: Introduce test_stackinit module
  gcc-plugins: structleak: Generalize to all variable types
lib/Kconfig.debug
lib/Makefile
scripts/gcc-plugins/Kconfig