The Wire · Showcase
KERNEL HOTFIXES LAND ACROSS MM, KEYS, AND EROFS AS ARCHINSTALL ADDS AARCH64 SUPPORT
By RepoJournal · Filed · About Linux
Linus merged 13 memory management fixes cc:stable overnight, plus critical corrections to keyring array bounds and erofs page cache sharing that fix a NULL pointer dereference.
The biggest pull was a 13-hotfix batch from Andrew Morton covering memory management, keyring array trimming, and erofs regression fixes [1] [2] [3]. The keys fix addresses an unprivileged keyring vulnerability where description-chunk collisions drive assoc_array node splitting into out-of-bounds writes. Erofs also landed a critical fix: it was throwing NULL pointers during mincore() because page cache sharing lost a valid f_path reference. The pinctrl subsystem picked up an S4 sleep state fix for AMD machines and wakeup fixes for Qualcomm SC8280XP [4]. Over on Omarchy, DHH merged a package conflict recovery system that stops upgrades from aborting when pacman finds files it doesn't own, replacing the hand-maintained 25-entry allowlist that kept bitten users twice [5] [6]. Archinstall added AArch64 root partition type GUID support [7] and deduped systemd-resolved stub mode configuration [8], while Japanese translations hit 100% [9].
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Pull kernel hotfixes if running memory-intensive or keyring-heavy workloads; erofs page cache NULL pointer fix affects mincore() callers torvalds/linux [immediate]
- → Review Omarchy package conflict recovery logic before next system upgrade basecamp/omarchy [plan]
- → Update Archinstall to latest if installing on AArch64 archlinux/archinstall [plan]
References
- [1] Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm torvalds/linux
- [2] Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd torvalds/linux
- [3] Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs torvalds/linux
- [4] Merge tag 'pinctrl-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl torvalds/linux
- [5] Recover from package file conflicts instead of predicting them ↗ basecamp/omarchy
- [6] Recover from package file conflicts instead of predicting them basecamp/omarchy
- [7] Support AArch64 root partition type GUID ↗ archlinux/archinstall
- [8] Deduplicate enabling systemd-resolved stub mode ↗ archlinux/archinstall
- [9] Update Japanese translation ↗ archlinux/archinstall