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

KERNEL FIXES INTEGER UNDERFLOW IN IMA, VHOST/VDPA PULLS CRITICAL PATCHES

By RepoJournal · Filed · About Linux

Linux mainline absorbed a batch of urgent fixes overnight: an integer underflow in IMA's xattr verification that could trigger out-of-bounds reads, plus critical vhost-scsi and futex race condition patches.

The IMA fix [1] addresses a type mismatch in xattr_verify() where sizeof() returns size_t but gets mixed with signed arithmetic, causing underflows on truncated xattrs instead of proper bounds checking. This same fix lands again in the integrity merge [4], which bundles it with LSM hook instantiation work. The vhost/vdpa pull [2] rejects feature changes after endpoint setup, flushes backends after device ioctls, and validates T10 PI scatterlist counts. Futex also got attention: a robust futex exit race [3] that could leave processes in an inconsistent state. On the NFS desk [5], three fixes landed: pinning 'struct nfs_server' during FREE_STATEID calls, proper refcount decrements on allocation failures, and corrected size accounting for nfs4_listxattr. These are all release-blocking material rolled up before 7.2 final.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] ima: fix out-of-bounds read in xattr_verify() torvalds/linux
  2. [2] Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost torvalds/linux
  3. [3] Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
  4. [4] Merge tag 'integrity-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity torvalds/linux
  5. [5] Merge tag 'nfs-for-7.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs torvalds/linux

Quick answers

What shipped in Linux on August 5, 2026?
Linux mainline absorbed a batch of urgent fixes overnight: an integer underflow in IMA's xattr verification that could trigger out-of-bounds reads, plus critical vhost-scsi and futex race condition patches. In total, 17 commits and 3 pull requests landed.
Who contributed to Linux on August 5, 2026?
5 developers shipped this update, including Lincoln Wallace, Linus Torvalds, lukewalker2010, defer, and dhh.
What were the notable Linux updates?
ima: fix out-of-bounds read in xattr_verify(), Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost, and Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.

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?