Aug. 09, 2025 –
Linus Torvalds has used his authority to reject the RISC-V architecture changes for the Linux 6.17 kernel. The RISC-V updates won't land this cycle and will need to try again for v6.18 later in the year. Linus refers to at least some of the proposed RISC-V code as garbage along with being submitted rather late during the merge window.
Only on Friday were the RISC-V code update submitted for the Linux 6.17 merge window. The Linux 6.17 merge window is expected to wrap up on Sunday with the Linux 6.17-rc1 release. Proposed for this kernel was adding RISC-V IOMMU to the ACPI-based system support, ACPI BGRT support for being able to show vendor logos during boot-up, errata workarounds, support for the Xmipsexectl extension, reading the MMU type from the Device Tree, performance improvements for endianess swap routines, support for kprobetrace, support for MPXY and RPMI SBI extensions, and support for Control-Flow Integrity with user-space processes.
But this pull request has been rejected by Linus Torvalds for Linux 6.17 on the basis of being late in the merge window especially with his international travels this week being known. And he's unhappy with some of the code included as part of this merge request.
Torvalds wrote this morning on the mailing list:
"No. This is garbage and it came in too late. I asked for early pull requests because I'm traveling, and if you can't follow that rule, at least make the pull requests *good*.
This adds various garbage that isn't RISC-V specific to generic header files.
And by "garbage" I really mean it. This is stuff that nobody should ever send me, never mind late in a merge window.
Like this crazy and pointless make_u32_from_two_u16() "helper".
That thing makes the world actively a worse place to live. It's useless garbage that makes any user incomprehensible...