]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 May 2021 18:31:48 +0000 (08:31 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 May 2021 18:31:48 +0000 (08:31 -1000)
commita920b5693ae165ba979703f80149ae7c438e80e1
treea5dcf52347b95a669857c9b66d51ddeed8a3783e
parentd5259dd427ed2fb58e503596ae6ca6513e1747f0
parentc19d2d5da8552dd9c6906023654200cd8986ba43
Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull clang feature fixes from Kees Cook:

 - Correctly pass stack frame size checking under LTO (Nick Desaulniers)

 - Avoid CFI mismatches by checking initcall_t types (Marco Elver)

* tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  Makefile: LTO: have linker check -Wframe-larger-than
  init: verify that function is initcall_t at compile-time
Makefile