mbox series

[0/2] Normalized CFI integer tags Kconfig fixes

Message ID 20241010-icall-detect-vers-v1-0-8f114956aa88@google.com (mailing list archive)
Headers show
Series Normalized CFI integer tags Kconfig fixes | expand

Message

Alice Ryhl Oct. 10, 2024, 9:38 a.m. UTC
This series adds a config option for the LLVM version in rustc and uses
it to fix the detection for the CFI integer tags constructors bugfix.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (1):
      cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS

Gary Guo (1):
      kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`

 arch/Kconfig             | 26 ++++++++++++--------------
 init/Kconfig             |  8 ++++++--
 scripts/Kconfig.include  |  4 ++++
 scripts/rustc-version.sh | 31 +++++++++++++++++++++++++------
 4 files changed, 47 insertions(+), 22 deletions(-)
---
base-commit: 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
change-id: 20241010-icall-detect-vers-79c2dc3cd41d

Best regards,

Comments

Miguel Ojeda Oct. 14, 2024, 10:01 p.m. UTC | #1
On Thu, Oct 10, 2024 at 11:38 AM Alice Ryhl <aliceryhl@google.com> wrote:
>
> This series adds a config option for the LLVM version in rustc and uses
> it to fix the detection for the CFI integer tags constructors bugfix.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>

Applied to `rust-fixes` (using Gary's alternative patch) -- thanks everyone!

Cheers,
Miguel