RepoJournal
Linux

Linux

The kernel, distros, and the rigs of the moment

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.

Pick a date

Topics: Infrastructure Full archive →

The Wire · Showcase

NFSD REGRESSION FIXES AND KUNIT USE-AFTER-FREE PATCH HIT MAINLINE

By RepoJournal · Filed · About Linux

Three critical stability patches merged overnight address cache hash bounds, ftrace key leaks, and a fatal memory corruption bug in kunit that's already crashing CHERI-capable systems.

The nfsd-7.1-2 pull [1] lands two regressions and one stable fix that matter if you're running file serving at scale. Chuck Lever tightened bounds checking on sunrpc cache hash tables (the regression that broke things) and killed key material from ftrace logs, which was leaking sensitive data into your tracing pipeline. The lockd TEST procedure fix addresses a longstanding permission handling bug that's been backported to stable. Meanwhile, kunit's debugfs just got pulled from the fire [2]. A use-after-free when kunit.filter dynamically allocates resources was triggering fatal hardware exceptions on architectures like CHERI RISC-V that track capability flags in memory. Silent corruption on others. That patch stops the executor from freeing resources too early. Finally, Andrew Morton merged 13 mm hotfixes [3], with 9 targeted at stable. Nine patches across the memory subsystem, mostly singletons addressing post-7.1 regressions and allocation edge cases.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux torvalds/linux
  2. [2] Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest torvalds/linux
  3. [3] Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm torvalds/linux

Quick answers

What shipped in Linux on May 27, 2026?
Three critical stability patches merged overnight address cache hash bounds, ftrace key leaks, and a fatal memory corruption bug in kunit that's already crashing CHERI-capable systems. In total, 3 commits landed.
What were the notable Linux updates?
Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux, Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest, and Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.

More from Linux

Daily updates, in your inbox

Follow Linux

Keep up with Linux in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?