]> 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)
commit9a4dd8b3f4be9b0e7833fe5c2e69bd654bc888c5
treea5dcf52347b95a669857c9b66d51ddeed8a3783e
parent555262b0e8dbe2df8c065696de6138bd07977a1a
parent6eec9d6b8742e381a508a4a472e9d47065029467
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