January 11, 2026

Good morning, this is Linux Kernel Daily for January 13th, 2026. No merged pull requests today, but Linus Torvalds integrated nine maintenance commits addressing critical fixes across multiple subsystems. The most…

Duration: PT2M4S

Episode overview

This episode is a short developer briefing from Linux Kernel Daily.

It explains recent repository work in plain language.

  • Show: Linux Kernel Daily
  • Published: 2026-01-11T00:00:00Z
  • Audio duration: PT2M4S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is Linux Kernel Daily for January 13th, 2026.

No merged pull requests today, but Linus Torvalds integrated nine maintenance commits addressing critical fixes across multiple subsystems.

The most significant updates include a RISC-V security fix that prevents branch predictor poisoning attacks by sanitizing syscall table indexing under speculation. The RISC-V merge also resolves CONFIG_RELOCATABLE boot failures and fixes a deadlock in SBI ecall tracing.

Character and miscellaneous driver fixes arrived with a much-reported rust_binder spinlock fix and new device IDs for the MEI driver. Counter driver interrupt handling also received corrections.

The IRQ subsystem saw two targeted fixes: a gic-v5 endianness bug correction and a reverted commit that was causing issues in the RISC-V IMSIC driver.

Additional fixes span multiple areas. The scheduler received a NULL pointer dereference fix in memory context handling. Performance events got a swevent hrtimer destruction regression fix. The x86 SEV subsystem disabled GCOV instrumentation for better code robustness.

Nearby episodes from Linux Kernel Daily

  1. Memory Management Hotfixes and Driver Updates
  2. Critical Bug Fixes Across Multiple Architectures
  3. Block Storage and Graphics Driver Fixes
  4. Week of January 06 - January 13, 2026
  5. Weekly Recap - Timer Infrastructure Overhaul
  6. VFS Infrastructure Overhaul and Performance Improvements
  7. Subsystem Fixes and Maintainer Transition
  8. Memory Safety and Reference Counting Fixes