[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0fee48bb-7411-4414-b4e7-395a8c3d0f6c@heusel.eu>
Date: Tue, 16 Sep 2025 16:45:49 +0200
From: Christian Heusel <christian@...sel.eu>
To: Mark Brown <broonie@...nel.org>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
regressions@...ts.linux.dev
Subject: Build break due to merge commit in linux-next 20250916
Hey Mark,
I have noticed that the recent linux-next release fails to build due to
a syntax error in the rust code:
EXPORTS rust/exports_bindings_generated.h
RUSTC L rust/kernel.o
error: expected one of `,` or `}`, found `;`
--> rust/kernel/block/mq/gen_disk.rs:12:23
|
12 | fmt::{self, Write};
| ^
| |
| expected one of `,` or `}`
| help: missing `,`
error: aborting due to 1 previous error
make[2]: *** [rust/Makefile:553: rust/kernel.o] Error 1
It seems like this error was introduced in 6e86e08cdc19 ("Merge branch
'rust-next' of https://github.com/Rust-for-Linux/linux.git") and
introduced with the merge, the attached patch fixes it.
Cheers,
Chris
View attachment "linux-next-20250914-fix-rust-compilation.patch" of type "text/x-diff" (437 bytes)
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists