The Wire · Showcase
NTFS FIXES HIT KERNEL RC2 AS CRYPTO TIGHTENS VALIDATION
By RepoJournal · Filed · About Linux
The kernel plugged critical memory leaks and a NULL pointer dereference in NTFS [ref:1], while crypto subsystem now rejects weak authentication algorithms at instantiation time [ref:2].
Namjae Jeon's NTFS merge [1] lands four fixes that matter: a NULL dereference in index walking, a symlink memory leak during error paths, VCN overflow prevention in runlist handling, and a page reference leak in write paths. These aren't edge cases — they're bugs that can corrupt filesystems or crash the kernel under load. Herbert Xu's crypto fix [2] tightens authencesn to reject algorithms with short authentication digests during instance creation, preventing weak constructions from reaching production. On the desktop side, Basecamp's omarchy project [3] removed a broken terminal effects flag after upstream deprecated it [4] also landed Apple display brightness control integration. Arch Linux cleaned house by removing the dead Cutefish desktop profile [5], which was never packable from official repos and would only fail during install.
Action items
- → Test NTFS workloads after upgrading to 7.1-rc2 [ref:1] torvalds/linux [plan]
- → Audit authencesn crypto configurations for digest length [ref:2] torvalds/linux [monitor]
- → Update omarchy screensaver configuration if using tte >= 0.14.2 [ref:3] basecamp/omarchy [monitor]
- → Verify Cutefish removed from your Arch install profiles [ref:8] archlinux/archinstall [monitor]
References
- [1] Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs torvalds/linux
- [2] Merge tag 'v7.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 torvalds/linux
- [3] Remove exclude-effect flag from tte in omarchy-screensaver (#5551) basecamp/omarchy
- [4] Integrate Apple display brightness controls with the normal hotkeys basecamp/omarchy
- [5] Remove dead Cutefish desktop profile (#4514) archlinux/archinstall
FAQ
- What changed in Linux on May 3, 2026?
- The kernel plugged critical memory leaks and a NULL pointer dereference in NTFS , while crypto subsystem now rejects weak authentication algorithms at instantiation time .
- What should Linux teams do about it?
- Test NTFS workloads after upgrading to 7.1-rc2 [ref:1] • Audit authencesn crypto configurations for digest length [ref:2] • Update omarchy screensaver configuration if using tte >= 0.14.2 [ref:3]
- Which Linux repositories shipped on May 3, 2026?
- torvalds/linux, basecamp/omarchy, archlinux/archinstall