The Wire · Showcase
LINUS PULLS FIVE TIP BRANCHES IN ONE DAY
By RepoJournal · Filed · About Linux
Linus Torvalds merged five tip branches into the kernel in a single day, pulling futex, IRQ, and entry code updates that reshape how the kernel handles interrupts and syscalls.
The kernel's interrupt and entry machinery got a major refresh overnight. Thomas Gleixner's futex pull [1] improves the selftests and adds new tests for robust and PI futex owner-exit scenarios, while the irq-drivers merge [2] adds multi-domain support to the realtek-rtl driver and drops the orphaned IMGPDC driver. The irq-core merge [3] cleans up legacy NULL checks in kstats_irqs and adds Radu Rendec as a reviewer of the interrupt core. Most notably, the core-entry merge [4] makes syscall user dispatching configurable per-architecture and consolidates stack randomization, which tightens security posture across architectures. On the x86 front, the documentation merge [5] brings minor doc fixes and kernel-doc cleanups. Meanwhile, over in basecamp/omarchy, Tobias Lütke's Quake-style scratchpad presentation [6] finally landed after iteration: the latest PR slices the console into its own file, seeds it with a default agent, and gives it half a screen [7][8]. The team also shaved 20 MB off theme backgrounds by re-encoding over-encoded wallpapers at quality 85, with no visible difference [9]. This is the kernel update you can pull with confidence; the omarchy console work is worth a close look if you run Hyprland.
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 the five tip branches into your kernel tree before your next build torvalds/linux [immediate]
- → Review the realtek-rtl multi-domain interrupt change if you ship on that platform torvalds/linux [plan]
- → Test the new Quake console bindings (Super + Grave) in omarchy if you use the scratchpad basecamp/omarchy [monitor]
References
- [1] Merge tag 'locking-futex-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
- [2] Merge tag 'irq-drivers-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
- [3] Merge tag 'irq-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
- [4] Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
- [5] Merge tag 'x86-documentation-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip torvalds/linux
- [6] Give scratchpad a Quake-style console presentation (#7409) basecamp/omarchy
- [7] Give the Quake console its own file, an agent, and half a screen ↗ basecamp/omarchy
- [8] Give the Quake console its own file, an agent, and half a screen (#7420) basecamp/omarchy
- [9] Shrink theme backgrounds without touching resolution (#7266) basecamp/omarchy