Linux Kernel Daily: Security and Build Fixes
Linus Torvalds merged critical fixes addressing a crypto library security issue and build failures in the RTLA tracing tool. The updates include proper memory zeroization in ChaCha encryption and resolution of missing libbpf header dependencies.
Duration: PT1M39S
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-03-31T10:00:50Z
- Audio duration: PT1M39S
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 March 31st, 2026.
Today's activity focused on critical maintenance fixes with three commits addressing security and build issues.
Linus Torvalds merged a crypto library fix from Eric Biggers that addresses missing zeroization of the ChaCha state. This security-focused change ensures that the permuted_state variable is properly cleared before leaving scope in the ChaCha block generic implementation, preventing potential memory disclosure…
The second merge from Steven Rostedt fixes a build failure in the RTLA real-time latency analysis tool. The issue occurred when libbpf libraries weren't present on the system, breaking compilation for users without BPF development packages installed.
The fix, authored by Tomas Glozar from Red Hat, removes a redundant include of bpf/libbpf.h from the timerlat_bpf.h header file. This include was leftover from an earlier draft of the BPF actions patchset and became problematic when the function that required it was moved elsewhere. The change maintains RTLA's…
Both fixes target fundamental infrastructure components - crypto operations that handle sensitive data and build systems that need to work across…
Nearby episodes from Linux Kernel Daily
- Weekly Recap - SMB Security and Code Organization
- Weekly Recap - Memory Management and Architecture Fixes
- Input Device Driver Updates
- Weekly Recap - Critical Subsystem Fixes
- Critical Subsystem Fixes and Security Updates
- Weekly Recap - Critical Fixes and Hardware Reliability
- Hardware Monitoring and GPU Driver Fixes
- Weekly Recap - Stability and Bug Fixes