Linux 7.2-rc1 Released: AMDGPU Updates and Stability Improvements

The Linux 7.2 kernel has officially entered its testing phase following the closure of the merge window and the release of the 7.2-rc1 Git tag. According to Linux creator Linus Torvalds, the kernel now moves into an eight-week stabilization cycle. The release integrates Cache Aware Scheduling, Intel’s USB4STREAM, and the removal of the long-deprecated strncpy … Read more

KDE Plasma 6.7.2 and 6.8 Updates Fix Major KWin and CD Ejection Crashes

The KDE Plasma 6.7.2 update, scheduled for release in July, will address critical KWin stability issues and improve performance for Chromium-based applications, according to the official This Week in Plasma blog. Developers are also prioritizing a shift toward a Wayland-only environment for the upcoming Plasma 6.8 release. How will Plasma 6.7.2 address current stability concerns? … Read more

Mesa 26.2 Adds Vulkan Present Timing Support for X11 and XWayland

Mesa developers have integrated VK_EXT_present_timing support into the Vulkan windowing system integration (WSI) code for X11 and XWayland. This update enables precise frame scheduling and feedback on presentation times for Linux gaming, aiming to reduce stutter and input latency. The feature, developed by Hans-Kristian Arntzen of Valve, will arrive in the Mesa 26.2 release. How … Read more

Linux Deprecates strncpy API After Six-Year Effort

The Linux kernel has officially removed the strncpy() API in version 7.2, ending a six-year effort to eliminate the function from the codebase. Developers replaced the deprecated string-copying utility with safer, more predictable alternatives to mitigate long-standing security vulnerabilities and performance overheads, according to recent commits in the official Linux kernel source tree. Why was … Read more

New NTFS Driver 7.2 Adds Hardening and Native Windows Symlink Support

The Linux 7.2 kernel update introduces native Windows symbolic link support and significant security hardening for its modern NTFS file-system driver. According to developer documentation submitted to the Linux Kernel Mailing List, these updates address long-standing metadata vulnerabilities and improve interoperability for users working across dual-boot environments or shared storage drives. How does the new … Read more

Linux 7.2 Optimization Boosts EXT4 and XFS IOPS by 5%

The Linux 7.2 kernel is set to improve storage performance by optimizing the IOmap framework, which maps file data to physical storage locations. According to reports from Phoronix, a patch from Bytedance engineer Fengnan Chang eliminates redundant memory operations, resulting in a 5% increase in IOPS for EXT4 and XFS file systems when using NVMe … Read more

FreeBSD 15.1 Released: WiFi Drivers, C23 Support, and Key Improvements

FreeBSD 15.1-RELEASE is now available for download, marking the latest stable iteration of the open-source operating system. Following a two-week delay, the release introduces updated user-space packages, improved NVMe driver support, and expanded hardware compatibility for Intel QuickAssist Technology (QAT) 402xx accelerators. Oracle Cloud Infrastructure (OCI) support has been removed from this version, according to … Read more

Arch Linux Malware Incident: 1,500+ Packages Affected and Contained

Arch Linux developers have identified and removed malicious code from 1,579 packages within the Arch User Repository (AUR), following a massive security compromise this week. While the repository maintainers state that all known malicious commits have been purged, the incident highlights the ongoing risks inherent in community-maintained software repositories where third-party contributions often bypass rigorous … Read more

Improving Linux Gaming Performance: New cgroup Scheduling Patches Explained

Linux kernel scheduler patches, specifically the third iteration of the "flatten the pick" set, are currently under review to improve gaming performance on legacy hardware. According to Intel engineer Peter Zijlstra, these updates address longstanding inefficiencies in cgroup scheduling by implementing a flatter, single run-queue structure and dynamic weight management to reduce overhead. How "Flatten … Read more

Linux 7.1-rc6: USB Quirk Updates and Fixes

Why Linux USB Support Matters More Than Ever In the world of open-source development, the Linux kernel is the silent engine powering everything from your smartphone to the largest cloud data centers. While major features grab the headlines, the real work often happens in the maintenance of essential subsystems like USB. As we approach the … Read more