Rust for Linux List
 help / color / mirror / Atom feed
* [GIT PULL] Rust fixes for 6.3-rc1
@ 2023-03-03 21:21 Miguel Ojeda
  2023-03-03 23:04 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2023-03-03 21:21 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Miguel Ojeda, Wedson Almeida Filho, Alex Gaynor, Boqun Feng,
	Gary Guo, Björn Roy Baron, rust-for-linux, linux-kernel

Hi Linus,

Please pull this build error fix for Rust: 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).

It has been only a day on linux-next, but it is straightforward and
it would be nice to have in v6.3-rc1.

I have other fixes planned for this cycle, but I will let those sit
in linux-next for a while and send them after v6.3-rc1.

No conflicts expected. No changes to the C side.

Cheers,
Miguel

The following changes since commit c9c3395d5e3dcc6daee66c6908354d47bf98cb0c:

  Linux 6.2 (2023-02-19 14:24:22 -0800)

are available in the Git repository at:

  https://github.com/Rust-for-Linux/linux tags/rust-fixes-6.3-rc1

for you to fetch changes up to 3098cb655e7c9ea1c2919e61234f63ebaab6bb21:

  rust: bindgen: Add `alt_instr` as opaque type (2023-03-02 22:44:15 +0100)

----------------------------------------------------------------
Rust fixes for 6.3-rc1

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).

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
      rust: bindgen: Add `alt_instr` as opaque type

 rust/bindgen_parameters | 1 +
 1 file changed, 1 insertion(+)

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

end of thread, other threads:[~2023-03-03 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03 21:21 [GIT PULL] Rust fixes for 6.3-rc1 Miguel Ojeda
2023-03-03 23:04 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox