]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jan 2025 04:29:53 +0000 (20:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jan 2025 04:29:53 +0000 (20:29 -0800)
commit5ab889facc6893e4a973d6ab5432550ef4f6ff09
treec9c93500a3bea14b153985ded7f59605ef060e4e
parentad2aec7c963e8ce32c2f2106276ab6ba549ff355
parenta9a5e0bdc5a77a7c662ad4be0ad661f0b0d5e99d
Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening updates from Kees Cook:

 - stackleak: Use str_enabled_disabled() helper (Thorsten Blum)

 - Document GCC INIT_STACK_ALL_PATTERN behavior (Geert Uytterhoeven)

 - Add task_prctl_unknown tracepoint (Marco Elver)

* tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC
  stackleak: Use str_enabled_disabled() helper in stack_erasing_sysctl()
  tracing: Remove pid in task_rename tracing output
  tracing: Add task_prctl_unknown tracepoint