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

VFS FIXES LAND AS TRANSLATION BUGS EXPOSE ARCHINSTALL SECURITY GAP

By RepoJournal · Filed · About Linux

The kernel's VFS layer got patched for netfslib bugs and an out-of-bounds write in idmapping [ref:1], while Arch's installer shipped a critical EFI permission fix that leaves random-seed world-readable without it [ref:7].

Christian Brauner merged a batch of VFS fixes [1] addressing netfslib bugs that have been piling up during the development cycle. The team also caught an out-of-bounds write when listing idmappings and return value issues in jfs_mkdir(), underscoring how AI-assisted review sometimes surfaces follow-up fixes faster than human review alone. Meanwhile, perf-tools synced header files for syscall tracing [4] and fixed format specifier warnings on 32-bit platforms [5]. On the Arch side, archinstall shipped a critical EFI partition fix [2] that mounts the ESP with fmask=0077 and dmask=0077 to prevent world-readable files like /efi/loader/random-seed, closing a privilege disclosure hole. The same release fixed a broken localization pipeline [3] where f-strings were evaluated before translation lookups, causing catalog misses, plus added CI validation to prevent future translation regressions. CIFS also got a patch for undefined variables introduced by a recent netfs teardown fix [6], caught by clang where gcc silently passed.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs torvalds/linux
  2. [2] fix: restrict EFI partition permissions with fmask/dmask=0077 (#4506) archlinux/archinstall
  3. [3] Add translation CI validation (#4519) archlinux/archinstall
  4. [4] Merge tag 'perf-tools-fixes-for-v7.1-2026-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools torvalds/linux
  5. [5] HID: core: Fix size_t specifier in hid_report_raw_event() torvalds/linux
  6. [6] cifs: Fix undefined variables torvalds/linux

Quick answers

What shipped in Linux on May 19, 2026?
The kernel's VFS layer got patched for netfslib bugs and an out-of-bounds write in idmapping [ref:1], while Arch's installer shipped a critical EFI permission fix that leaves random-seed world-readable without it [ref:7]. In total, 8 commits and 2 pull requests landed.
What were the notable Linux updates?
Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs, fix: restrict EFI partition permissions with fmask/dmask=0077 (#4506), and Add translation CI validation (#4519).

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?