[PATCH 0/2] Normalized CFI integer tags Kconfig fixes

Alice Ryhl posted 2 patches 1 month, 2 weeks ago
arch/Kconfig             | 26 ++++++++++++--------------
init/Kconfig             |  8 ++++++--
scripts/Kconfig.include  |  4 ++++
scripts/rustc-version.sh | 31 +++++++++++++++++++++++++------
4 files changed, 47 insertions(+), 22 deletions(-)
[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
Posted by Alice Ryhl 1 month, 2 weeks ago
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,
-- 
Alice Ryhl <aliceryhl@google.com>
Re: [PATCH 0/2] Normalized CFI integer tags Kconfig fixes
Posted by Miguel Ojeda 1 month, 1 week ago
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