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

NETWORKING FIXES LAND AHEAD OF 7.2-RC3 AS MEMORY LEAKS AND BUFFER OVERREADS GET PLUGGED

By RepoJournal · Filed · About Linux

The kernel is shipping critical fixes for in-flight packet handling, MAC address spoofing vectors, and heap overreads that could crash your network stack.

Paolo Abeni merged the net-7.2-rc3 pull with fixes spanning Bluetooth, netfilter, and batman-adv, addressing both current-release regressions and older bugs that have shipped for years [1]. The MACB ethernet driver carried a memory leak from its inception that never freed in-flight transmit SKBs on interface close, a issue finally caught and patched [2]. Security-critical: macsec's encryption path reads uninitialized MAC headers on AF_PACKET raw transmit paths, triggering a 12-byte heap over-read that can crash the system [3]. The loopback DIB transport layer had no bounds checking on memory moves, allowing peer-supplied offsets to write past allocated kernel buffers [4]. SMB3 server fixes landed alongside these network patches, hardening multichannel session binding and SID-to-id mapping across authentication rounds [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net torvalds/linux
  2. [2] net: macb: drop in-flight Tx SKBs on close torvalds/linux
  3. [3] macsec: don't read an unset MAC header in macsec_encrypt() torvalds/linux
  4. [4] dibs: loopback: validate offset and size in move_data() torvalds/linux
  5. [5] Merge tag 'v7.2-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd torvalds/linux

Quick answers

What shipped in Linux on July 10, 2026?
The kernel is shipping critical fixes for in-flight packet handling, MAC address spoofing vectors, and heap overreads that could crash your network stack. In total, 14 commits landed.
What were the notable Linux updates?
Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net, net: macb: drop in-flight Tx SKBs on close, and macsec: don't read an unset MAC header in macsec_encrypt().

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.