Searching We Love Privacy Club

Twts matching #fix
Sort by: Newest, Oldest, Most Relevant

The Linux Kernel Is Approaching 2,000 CVEs Per Release
Phoronix reports on Greg Kroah-Hartman’s recent slide from his upcoming talk in Paris at Kernel Recipes 2026 (September 21 to 23):

With the proliferation of AI/LLM models analyzing the Linux kernel’s vast codebase, there has been a surge in the number of CVEs per kernel release. After typically being around 500 CVEs fixed per release, we are now approaching 2,000 C … ⌘ Read more

⤋ Read More

The Linux Kernel Is Approaching 2,000 CVEs Per Release
With the proliferation of AI/LLM models analyzing the Linux kernel’s vast codebase, there has been a surge in the number of CVEs per kernel release. After typically being around 500 CVEs fixed per release, we are now approaching 2,000 CVEs fixed per release and perhaps will break that threshold for Linux 7.3… ⌘ Read more

⤋ Read More

Linux 7.3 MGLRU Change Helps Executable Code Stays In Memory, Improving Performance
Following last week’s main set of memory management “MM” related updates for Linux 7.3, another batch of MM code updates were submitted and merged today as we prepare to close out the Linux 7.3 merge window. There are a few optimization patches that stand out along with other mostly small fixes/changes… ⌘ Read more

⤋ Read More

Intel ANV Driver Improves Vulkan Video H.265 Decoding
Merged back in 2023 was Intel ANV Vulkan Video support for H.265 decoding. But it’s been slightly out of compliant with the Vulkan spec, which is now fixed with the newest code for Mesa 26.3 by engaging the HuC firmware… ⌘ Read more

⤋ Read More

Fedora + Tuned-PPD Performance Regression Should Be Fixed With New Linux Kernel
Earlier this month when benchmarking six Linux distributions on the new Framework Laptop 13 Pro powered by Intel Core Ultra Series 3 “Panther Lake”, the performance was strangely slow on Fedora Workstation 44. When digging further into it, the performance loss was with Fedora 44 using Tuned-PPD by default where as other Linux distributions default to Power Profiles Daemon. Ultimately, after Red Hat engineers got involved, was found t … ⌘ Read more

⤋ Read More

The Modern NTFS Linux Driver Adds Read Support For Windows System Compression (WOF)
The pull requests for the existing Paragon NTFS3 kernel driver as well as the new modern “NTFS” drivers have been submitted for the ongoing Linux 7.3 kernel cycle. Besides bug fixes, most notable among these NTFS file-system drivers are Windows System Compression “WOF” read support for the modern NTFS driver… ⌘ Read more

⤋ Read More

Linux 7.3 Device Mapper Sees Many Fixes, Including Code Cleanups By Claude Opus
The Linux Device Mapper “DKM” framework for mapping block devices to higher-level virtual block devices doesn’t see any major new features for Linux 7.3 but there are many bug fixes, including code clean-ups carried out by AI… ⌘ Read more

⤋ Read More

23 Years After SimCity 4’s Release, ‘Eternal Commuter’ Bug Finally Fixed
“It began life just a year after SimCity 4’s 2003 launch,” writes the blog PCGamesN. “Now, over 20 years later, it’s still going strong with the arrival of Network Addon Mod update 50.”

The SimCity 4 Network Addon Mod, or simply ‘NAM’ among the community, has long been a de facto recommendation to anyone looking to pick up the class … ⌘ Read more

⤋ Read More

Linux 7.3 Input Subsystem Updates Merged With Security Fixes, Other Improvements
The big set of input subsystem updates were merged earlier this week for the Linux 7.3 cycle. It’s a random assortment of different improvements as well as bug/security fixes driven in part by the flow of AI/LLM generated discoveries… ⌘ Read more

⤋ Read More

eCryptfs Sees Fixes For Potential Malicious Intent, Some Dating Back To Its 2006 Debut
The eCryptfs stacked cryptographic filesystem implementation for the Linux kernel to transparently encrypt files saw a number of bug fixes for the Linux 7.3 kernel. A number of these bug fixes deal with potential maliciously-crafted data and vulnerable going back to the 2006 introduction of eCryptfs as this option known for its use on Ubuntu home directory encryption and Chrome OS… ⌘ Read more

⤋ Read More

Apple HFS / HFS+ File-System Support Continues Seeing Fixes With Linux 7.3
In early 2025 it was being discussed to potentially drop the HFS and HFS+ file-system support with the code having been orphaned over a decade and becoming a maintenance burden. But that dismal outlook quickly turned around with some developers stepping up to maintain the old Apple file-system support. Over a year later, fortunately, it’s turned out to be a success story with more HFS/HFS+ file-system fixes continuing to work their way into the … ⌘ Read more

⤋ Read More

Linux 7.3 x86/mm Lands Patches To Greatly Improve Latency-Sensitive Workloads
The highlight of this week’s x86/mm pull request of changes for the Linux 7.3 kernel are fixes that reduce the time that the TLB flushing code has interrupts disabled. This helps significantly with latency-sensitive workloads but Intel engineer Dave Hansen noted in the pull request that “it’s certainly something to keep an eye on” in looking out for any regressions… ⌘ Read more

⤋ Read More

Linus Torvalds Endures A Debug Session From Hell, “Enormously Helped” By AI
It’s pretty rare to see Linus Torvalds author patches himself pertaining to the open-source Linux graphics drivers, but waking up this morning I was surprised to see he authored and committed an Intel Xe kernel graphics driver change himself. It ended up being after he encountered a “debug session from hell” but was ultimately helped by AI in fixing a bug that had been irking him… ⌘ Read more

⤋ Read More

Linux 7.3 Network Changes Merged But Developers “Completely Overwhelmed” Due To AI/LLMs
All of the networking subsystem feature updates were merged today for the Linux 7.3 kernel’s merge window. There are a lot of wired and wireless networking improvements this cycle but also a ton of bug fixes – including many not so important fixes spun up by AI/LLM agents. The networking subsystem maintainers admit now they are “completely overwhelmed” due to this code churn from the output of AI large language models… ⌘ Read more

⤋ Read More

KMSCON 10.0.2 Brings asciicast Playback Support, Bug Fixes
KMSCON 10.0.2 debuted today as the latest update to this leading user-space terminal emulator for Linux systems. KMSCON is built around Linux’s KMS/DRM interfaces and the most viable alternative to date for in-kernel VTs… ⌘ Read more

⤋ Read More

RPM 6.1 Released With Clang Build Fixes, New Release Model
RPM 6.1 is out today as the newest feature release for this package management system. With RPM 6.1 comes a number of features and improvements as well as a new release model… ⌘ Read more

⤋ Read More

Rust For Linux 7.3 Begins Seeing Fixes To Prepare For Rust’s GCC Backend
In addition to the POWER/PowerPC code adding Rust kernel support, the main set of Rust programming language updates for the Linux 7.3 kernel have now been submitted. Most notable are early fixes toward eventually allowing the experimental Rust GCC back-end to be used as an alternative to the official rustc compiler with LLVM code generation… ⌘ Read more

⤋ Read More

Patches Posted For Fixing The Linux DRM Scheduler’s Fair Policy
Ahead of the Linux 7.2 kernel release expected out on Sunday, the Direct Rendering Manager (DRM) subsystem was forced to revert their “fair” scheduler policy default new for this kernel. Due to a last minute user-reported regression, FIFO returns as the default DRM scheduler policy for Linux 7.2. But patches are now available for addressing that regression and thus hopefully for Linux 7.3 there will be the fair scheduler becoming the default… ⌘ Read more

⤋ Read More

KDE, Techpaladin & Kubuntu Focus Announce The Bullet-Proof KDE Software Initiative
KDE e.V. along with Linux PC vendor Kubuntu Focus and KDE-aligned consulting firm Techpaladin Software have announced a collaboration of the “bullet-proof KDE Software initiative” for providing at least three years of bug fixes and security updates to KDE Plasma 6.6 LTS and related software… ⌘ Read more

⤋ Read More

Microsoft’s Azure Linux 3.0.20260809 Ships With 233+ CVE Fixes
While Microsoft continues working on Azure Linux 4.0 as its overhauled Linux distribution built atop Fedora, Azure Linux 3.0 remains the current stable production series. Released overnight was Azure Linux 3.0.20260809 and it comes with more than 233 security patches for recent CVEs in the AI era… ⌘ Read more

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@brytboi@twtpub.com I hope you’re seeing my replies because you absolutely can scroll up in the app. Let me know if you’ve run into a bug though and report it to me so I can fix it immediately!

⤋ Read More

Rsync 3.5 Released As “Extraordinary” Update To Fix 33 Security Issues
Rsync as the widely-used, open-source remote sync software for synchronizing files and directories across networks is out today with a very important update… ⌘ Read more

⤋ Read More

Intel CPU Microcode 20260811 Release Fixes Eight Security Issues
Intel today published their 20260811 CPU microcode updates to fix a variety of issues for exciting processors, including shipping the first new microcode images for Bartlett Lake and Wildcat Lake. The new microcode updates stretch back to Intel Core Gen10 processors… ⌘ Read more

⤋ Read More

Flatpak 1.19 Released With Nine Security Fixes
Flatpak 1.19 was released today as a new development release along with the Flatpak 1.18.1 stable point release. Both of these releases ship a number of newly-discovered security issues with this app sandboxing and distribution tech… ⌘ Read more

⤋ Read More

Claude Opus Helped Debug & Fix Lack Of Audio On Linux For HP OmniBook X Flip 14
The HP OmniBook X Flip 14-kc0xxx is an AMD Ryzen AI 300 “Strix Point” powered laptop. While most AMD Strix Point laptops work fine on modern Linux distributions, with this particular HP OmniBook X there is no working audio with current mainline Linux kernel builds. With Claude Opus 5 acting as a debugging assistant and coding agent, patches are now pending to correct the audio support for this HP OmniBook X Flip 14 laptop to function … ⌘ Read more

⤋ Read More

AI Reviews Bring ‘New Normal’ to Linux Release Candidates: Lots of Bug Fixes
Linux Torvalds expects Linux 7.2 should be released next weekend “unless something really bad
pops up,” Torvalds said while announcing today’s release candidate.

But there’s something interesting about Linux 7.2-rc7, writes Phoronix. “By the time the Linux kernel typically hits a -rc7 release things have usually settled qui … ⌘ Read more

⤋ Read More