Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux

Pull Rust fix from Miguel Ojeda:
"A single build error fix: there was a change during the merge window
to a C header parsed by the Rust bindings generator, introducing a
type that it does not handle well.

The fix tells the generator to treat the type as opaque (for now)"

* tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux:
rust: bindgen: Add `alt_instr` as opaque type

+1
+1
rust/bindgen_parameters
··· 6 6 --opaque-type local_apic 7 7 8 8 # Packed type cannot transitively contain a `#[repr(align)]` type. 9 + --opaque-type alt_instr 9 10 --opaque-type x86_msi_data 10 11 --opaque-type x86_msi_addr_lo 11 12