rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Mainline loongarch64 defconfig+Rust build error
@ 2025-12-09 10:56 Miguel Ojeda
  2025-12-09 11:28 ` Xi Ruoyao
  2025-12-09 12:20 ` hev
  0 siblings, 2 replies; 6+ messages in thread
From: Miguel Ojeda @ 2025-12-09 10:56 UTC (permalink / raw)
  To: Huacai Chen, WANG Xuerui, Alice Ryhl, Greg Kroah-Hartman,
	Arve Hjønnevåg, Todd Kjos, Christian Brauner,
	Carlos Llamas
  Cc: Björn Roy Baron, Danilo Krummrich, Benno Lossin, Boqun Feng,
	Andreas Hindborg, Trevor Gross, loongarch, rust-for-linux,
	linux-kernel

Hi all,

I am seeing in mainline loongarch64 defconfig+Rust the following build
error [1].

Cheers,
Miguel

[1]

 error[E0425]: cannot find value `compat_ptr_ioctl` in crate `bindings`
     --> drivers/android/binder/rust_binder_main.rs:317:38
      |
317   |         compat_ioctl: Some(bindings::compat_ptr_ioctl),
      |                                      ^^^^^^^^^^^^^^^^ help: a
function with a similar name exists: `compat_sys_ioctl`
      |
     ::: /__w/quick/quick/linux/rust/bindings/bindings_generated.rs:78264:5
      |
78264 |     pub fn compat_sys_ioctl(fd: ffi::c_uint, cmd: ffi::c_uint,
arg: compat_ulong_t) -> ffi::c_long;
      |     ----------------------------------------------------------------------------------------------
similarly named function `compat_sys_ioctl` defined here

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

end of thread, other threads:[~2025-12-11  1:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 10:56 Mainline loongarch64 defconfig+Rust build error Miguel Ojeda
2025-12-09 11:28 ` Xi Ruoyao
2025-12-09 12:17   ` Gary Guo
2025-12-09 12:20 ` hev
2025-12-11  1:24   ` Alice Ryhl
2025-12-11  1:26     ` Alice Ryhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).