[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240430110925.1064685-1-aliceryhl@google.com>
Date: Tue, 30 Apr 2024 11:09:25 +0000
From: Alice Ryhl <aliceryhl@...gle.com>
To: will@...nel.org
Cc: Jamie.Cunliffe@....com, a.hindborg@...sung.com, alex.gaynor@...il.com,
aliceryhl@...gle.com, ardb@...nel.org, benno.lossin@...ton.me,
bjorn3_gh@...tonmail.com, boqun.feng@...il.com, broonie@...nel.org,
catalin.marinas@....com, gary@...yguo.net, keescook@...omium.org,
kernel@...entinobst.de, linux-arm-kernel@...ts.infradead.org,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
mark.rutland@....com, masahiroy@...nel.org, maz@...nel.org,
miguel.ojeda.sandonis@...il.com, nathan@...nel.org, ndesaulniers@...gle.com,
nicolas@...sle.eu, ojeda@...nel.org, rust-for-linux@...r.kernel.org,
samitolvanen@...gle.com, wedsonaf@...il.com
Subject: Re: [PATCH v2] rust: add flags for shadow call stack sanitizer
Will Deacon <will@...nel.org> wrote:
> On Tue, Mar 05, 2024 at 01:14:19PM +0100, Miguel Ojeda wrote:
>> Otherwise partially reverting to the `target.json` approach sounds good too.
>>
>> I added the `-Zuse-sync-unwind=n` to the list at
>> https://github.com/Rust-for-Linux/linux/issues/2. Given the default is
>> what we want, I have put it in the "Good to have" section.
>
> I think we have time to do this properly, like we did for the clang
> enablement a few years ago. In hindsight, avoiding hacks for the early
> toolchains back then was a really good idea because it meant we could
> rely on a solid baseline set of compiler features from the start.
>
> So, please can we fix this in rustc and just have SCS dependent on that?
Hi Will,
Just to keep you in the loop, I've posted a PR to make rustc recognize
the reserve-x18 target feature, so that the -Ctarget-feature=+reserve-x18
flag stops emitting a warning.
This should be sufficient for adding support for CONFIG_DYNAMIC_SCS.
You can find it here:
https://github.com/rust-lang/rust/pull/124323
As for non-dynamic SCS, I plan to tackle that after the PR is merged.
See the "Future possibilities" section in the linked PR for more info on
that.
Alice
Powered by blists - more mailing lists