All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: Add GCC-12 features
@ 2021-11-19 16:50 Peter Zijlstra
  2021-11-19 16:50 ` [PATCH 1/3] x86: Move RETPOLINE*_CFLAGS to arch Makefile Peter Zijlstra
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Peter Zijlstra @ 2021-11-19 16:50 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, peterz, keescook, hjl.tools, andrew.cooper3,
	mark.rutland, will, ndesaulniers

Hi,

These few patches make use of recently merged GCC-12 features:

 -mindirect-branch-cs-prefix:
    https://gcc.gnu.org/g:2196a681d7810ad8b227bf983f38ba716620545e
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102952
    https://bugs.llvm.org/show_bug.cgi?id=52323

 -mharden-sls=all:
    https://gcc.gnu.org/g:53a643f8568067d7700a9f2facc8ba39974973d3
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102952
    https://bugs.llvm.org/show_bug.cgi?id=52323




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-10 11:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 16:50 [PATCH 0/3] x86: Add GCC-12 features Peter Zijlstra
2021-11-19 16:50 ` [PATCH 1/3] x86: Move RETPOLINE*_CFLAGS to arch Makefile Peter Zijlstra
2021-11-19 17:10   ` Kees Cook
2021-11-19 19:02   ` Nick Desaulniers
2021-12-10 11:05   ` [tip: x86/core] " tip-bot2 for Peter Zijlstra
2021-11-19 16:50 ` [PATCH 2/3] x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds Peter Zijlstra
2021-11-19 17:10   ` Kees Cook
2021-12-10 11:05   ` [tip: x86/core] " tip-bot2 for Peter Zijlstra
2021-11-19 16:50 ` [PATCH 3/3] x86: Add straight-line-speculation mitigation Peter Zijlstra
2021-11-19 17:15   ` Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.