Skip to content

Commit

Permalink
Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/l…
Browse files Browse the repository at this point in the history
…inux

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
  • Loading branch information
torvalds committed Mar 3, 2023
2 parents 06caa75 + 3098cb6 commit 34c108a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/bindgen_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--opaque-type local_apic

# Packed type cannot transitively contain a `#[repr(align)]` type.
--opaque-type alt_instr
--opaque-type x86_msi_data
--opaque-type x86_msi_addr_lo

Expand Down

0 comments on commit 34c108a

Please sign in to comment.