| From: |
| Peter Zijlstra <peterz-AT-infradead.org> |
| To: |
| x86-AT-kernel.org, joao-AT-overdrivepizza.com, hjl.tools-AT-gmail.com, jpoimboe-AT-redhat.com, andrew.cooper3-AT-citrix.com |
| Subject: |
| [PATCH 00/29] x86: Kernel IBT |
| Date: |
| Fri, 18 Feb 2022 17:49:02 +0100 |
| Message-ID: |
| <20220218164902.008644515@infradead.org> |
| Cc: |
| linux-kernel-AT-vger.kernel.org, peterz-AT-infradead.org, ndesaulniers-AT-google.com, keescook-AT-chromium.org, samitolvanen-AT-google.com, mark.rutland-AT-arm.com, alyssa.milburn-AT-intel.com |
| Archive-link: |
| Article |
Hi,
This is an (almost!) complete Kernel IBT implementation. It's been self-hosting
for a few days now. That is, it runs on IBT enabled hardware (Tigerlake) and is
capable of building the next kernel.
It is also almost clean on allmodconfig using GCC-11.2.
The biggest TODO item at this point is Clang, I've not yet looked at that.
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...
Enjoy!