lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 19 Apr 2022 19:42:42 -0700 From: Kees Cook <keescook@...omium.org> To: joao@...rdrivepizza.com Cc: linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org, peterz@...radead.org, jpoimboe@...hat.com, andrew.cooper3@...rix.com, samitolvanen@...gle.com, mark.rutland@....com, hjl.tools@...il.com, alyssa.milburn@...ux.intel.com, ndesaulniers@...gle.com, gabriel.gomes@...ux.intel.com, rick.p.edgecombe@...el.com Subject: Re: [RFC PATCH 00/11] Kernel FineIBT Support Hi! On Tue, Apr 19, 2022 at 05:42:30PM -0700, joao@...rdrivepizza.com wrote: > I'm considering detaching the prototype fixes from this series and reworking > them to submit actual fixes (patches 10 and 11). Any specific suggestions for > these specific patches? Maybe you want to take a look and help in co-authorship > as we did with the void*-in-x86-crypto patches in the past? I guess these are > useful for whatever CFI scheme is in place. Yeah, if 10 and 11 are general prototype-based fixes, let's get them in. I would expect regular CFI and kCFI to trip over those too. I'll comment on those patches directly. > Any other major concerns, ideas, or suggestions? :) I think it'd be good to get kCFI landed in Clang first (since it is effectively architecture agnostic), and then get FineIBT landed. But that doesn't mean we can't be working on the kernel side of things at the same time. And just thinking generally, for other architecture-specific stuff, I do wonder what an arm64 PAC-based CFI might look like. I prefer things be hard-coded as kCFI is doing, but it'd be nice to be able to directly measure performance and size overheads comparing the various methods. -- Kees Cook
Powered by blists - more mailing lists