New Kernel available via Lite Kernel Manager. We won't be pushing RC kernels much, but this one had a number of significant changes:
Linux Kernel 7.1 - Summary of Changes
========================================================
Status: Currently in RC1 (release candidate). Final stable release expected mid-June 2026.
NEW NTFS DRIVER (the headline change)
- Brand new in-kernel NTFS driver, fully rewritten from scratch.
- Written by the same developer who created the Linux exFAT driver.
- Replaces years of slow or under-maintained NTFS support.
- Faster and more reliable reads/writes on Windows-formatted drives (USB sticks, external drives, dual-boot partitions).
- Single-threaded writes are 3-5% faster than the previous driver.
- Multi-threaded writes are 35% to 110% faster.
- Passes 326 compliance tests, compared to 273 for the old NTFS3 driver.
- Optional for now (enabled via a Kconfig switch); old NTFS3 driver stays in-tree but its days are likely numbered.
HARDWARE SUPPORT
- AMD GPU driver improvements (large register header sync makes up about 25% of the entire patch).
- Intel i915 GPU driver improvements.
- New USB power supply driver support.
- USB dwc3 driver updates.
- New Thunderbolt and USB hardware support added.
REMOVED / DEPRECATED HARDWARE
- Gradual withdrawal of support for Intel i486 CPUs (nearly 40 years old).
- Drivers for long-obsolete input hardware removed (e.g. bus mouse support).
SECURITY
- Intel Linear Address Space Separation (LASS) support now considered to be in good shape.
- LASS more strictly segments memory address space to reduce attack surfaces against certain exploits.
- Opens the door for distributions to enable it by default.
FILESYSTEM IMPROVEMENTS
- EXT4 improvements.
- F2FS improvements.
- New NTFS driver (covered above).
OTHER IMPROVEMENTS
- Sound subsystem improvements.
- Networking improvements.
- Core kernel performance optimisations across storage, networking, memory management, and graphics.
- Documentation, tooling, and selftest updates.
SCALE OF THE RELEASE
- About 13,000 non-merge commits in the merge window.
- Roughly half of changes are driver updates.
- The rest are spread across architecture updates, filesystems, networking, and core kernel code.