The Wire · Showcase
LINUX 7.3 MERGE WINDOW OPENS WITH RUST MODULE SUPPORT
By RepoJournal · Filed · About Linux
Linus Torvalds pulled in the first wave of 7.3 merge requests overnight, and the headline is Rust now has a foothold in kernel module parameters.
The 7.3 merge window is underway, and the modules tree [1] is the story to watch: it drops the long-unused module::args buffer and adds Rust support for boolean parameters, which the Rust null block driver will use. That's a real signal Rust is moving beyond novelty into drivers. Also merged: MIPS updates [2] including a PTRACE_SYSCALL fix and multi-VPE support for the Econet platform, power-supply core work [3] that adds new battery chemistries (PbAc, NiZn, RAM, ZnAr) plus a registration init callback for race-free device setup, and a small HSI cleanup [4] fixing the missing DMA mask on omap_ssi. The MMC tree [5] brings validation for perdev_minors to prevent a divide-by-zero, plus DMA mapping improvements for bcm2835. The power-supply LED trigger rework [3] is the one to watch if you maintain USB-C battery code, since it changes how triggers bind to properties.
One email a day. Unsubscribe in one click.
Keep up with Linux in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review the module::args removal in the modules tree for any out-of-tree param handling code torvalds/linux [plan]
- → Test the PTRACE_SYSCALL fix on MIPS if you rely on syscall skipping in debuggers or tracing torvalds/linux [plan]
References
- [1] Merge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux torvalds/linux
- [2] Merge tag 'mips_7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux torvalds/linux
- [3] Merge tag 'for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply torvalds/linux
- [4] Merge tag 'hsi-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi torvalds/linux
- [5] Merge tag 'mmc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc torvalds/linux