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 7.2 SHIPPING WITH BPF ARENA BREAKTHROUGH AND NETWORKING OVERHAUL

By RepoJournal · Filed · About Linux

BPF kfuncs can now access arena pointers directly after the kernel lands fault recovery on scratch pages, while the networking stack continues its multi-cycle assault on rtnl_lock contention.

The merge window closes with major architectural work across three pillars. BPF gets its most significant arena upgrade yet [1]: lockless empty-slot installs via ptep_try_set() on x86 and arm64 eliminate a class of page fault crashes that blocked production use of direct arena access. This lands after careful cross-tree coordination with sched-ext, unblocking kfunc patterns that were previously off the table. Networking continues its systematic rtnl_lock removal campaign [2], with IPv6 multicast routing and ethtool now operating without the global lock on modern drivers. Qdisc dump callbacks are being refactored in preparation for the next phase. SELinux hardens policy loading with additional verification stages [3], addressing validation gaps in the policy parser that Christian Göttsche identified. LSM gets a cleanup [4] that leverages existing xattr helpers after NFS code shipped in v7.0. DRM rounds out the merge with xe platform support and amdgpu HDMI 2.1 FRL handling [5], plus a scheduler fairness rewrite that affects every GPU workload on the tree.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next torvalds/linux
  2. [2] Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next torvalds/linux
  3. [3] Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux torvalds/linux
  4. [4] Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm torvalds/linux
  5. [5] Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel torvalds/linux

Quick answers

What shipped in Linux on June 18, 2026?
BPF kfuncs can now access arena pointers directly after the kernel lands fault recovery on scratch pages, while the networking stack continues its multi-cycle assault on rtnl_lock contention. In total, 28 commits landed.
What were the notable Linux updates?
Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next, Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next, and Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.

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.