All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Rust enablement for AArch64
@ 2023-10-16 13:15 ` Jamie Cunliffe
  0 siblings, 0 replies; 18+ messages in thread
From: Jamie Cunliffe @ 2023-10-16 13:15 UTC (permalink / raw)
  To: linux-arm-kernel, rust-for-linux
  Cc: Miguel Ojeda, Catalin Marinas, Will Deacon, steve.capper,
	Asahi Lina, boqun.feng

Enable Rust support for the AArch64 architecture.

The only change here since the v2 patch is the removal of the
fp-armv8 feature. rustc ties fp and Neon together. However due to a
bug in versions before 1.71 fp wasn't correctly being disabled. Now
the compiler version used is 1.71 we can drop this option which now
allows this to build without warnings.

Jamie Cunliffe (1):
  arm64: rust: Enable Rust support for AArch64

 Documentation/rust/arch-support.rst | 1 +
 Makefile                            | 1 -
 arch/arm64/Kconfig                  | 1 +
 arch/arm64/Makefile                 | 4 ++++
 arch/x86/Makefile                   | 1 +
 rust/Makefile                       | 6 +++++-
 scripts/Makefile                    | 5 +++--
 scripts/generate_rust_target.rs     | 4 +++-
 8 files changed, 18 insertions(+), 5 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-10-19 15:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 13:15 [PATCH v3 0/1] Rust enablement for AArch64 Jamie Cunliffe
2023-10-16 13:15 ` Jamie Cunliffe
2023-10-16 13:15 ` [PATCH v3 1/1] arm64: rust: Enable Rust support " Jamie Cunliffe
2023-10-16 13:15   ` Jamie Cunliffe
2023-10-16 18:14   ` Boqun Feng
2023-10-16 18:14     ` Boqun Feng
2023-10-16 21:47   ` Andrew Lunn
2023-10-16 21:47     ` Andrew Lunn
2023-10-17  9:24     ` Miguel Ojeda
2023-10-17  9:24       ` Miguel Ojeda
2023-10-17  9:27   ` Miguel Ojeda
2023-10-17  9:27     ` Miguel Ojeda
2023-10-17 15:38   ` Miguel Ojeda
2023-10-17 15:38     ` Miguel Ojeda
2023-10-17 17:47     ` Miguel Ojeda
2023-10-17 17:47       ` Miguel Ojeda
2023-10-19 14:41   ` Will Deacon
2023-10-19 14:41     ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.