[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220224145138.952963315@infradead.org>
Date: Thu, 24 Feb 2022 15:51:38 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: x86@...nel.org, joao@...rdrivepizza.com, hjl.tools@...il.com,
jpoimboe@...hat.com, andrew.cooper3@...rix.com
Cc: linux-kernel@...r.kernel.org, peterz@...radead.org,
ndesaulniers@...gle.com, keescook@...omium.org,
samitolvanen@...gle.com, mark.rutland@....com,
alyssa.milburn@...el.com, mbenes@...e.cz, rostedt@...dmis.org,
mhiramat@...nel.org, alexei.starovoitov@...il.com
Subject: [PATCH v2 00/39] x86: Kernel IBT
Hi,
This is an even more complete Kernel IBT implementation.
Since last time (in no specific order):
- Reworked Xen and paravirt bits lots (andyhpp)
- Reworked entry annotation (jpoimboe)
- Renamed CONFIG symbol to CONFIG_X86_KERNEL_IBT (redgecomb)
- Pinned CR4_CET (kees)
- Added __noendbr to CET control functions (kees)
- kexec (redgecomb)
- made function-graph, kprobes and bpf not explode (rostedt)
- cleanups and split ups (jpoimboe, mbenes)
- reworked whole module objtool (nathanchance)
- attempted and failed at making Clang go
Specifically to clang; I made clang-13 explode by rediscovering:
https://reviews.llvm.org/D111108, then I tried clang-14 but it looks like
ld.lld is still generating .plt entries out of thin air.
Also, I know the very first patch is somewhat controversial amonst the clang
people, but I really think the current state of affairs is abysmal and this
lets me at least use clang.
Patches are also available here:
git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/wip.ibt
This series is on top of tip/master along with the linkage patches from Mark:
https://lore.kernel.org/all/20220216162229.1076788-1-mark.rutland@arm.com/
Enjoy!
Powered by blists - more mailing lists