6 years too early: CVEs are dead by @gregkh
https://raw.githubusercontent.com/gregkh/presentation-cve-is-dead/master/cve-linux-kernel.pdf
#LinuxKernel #CVE #Mitre
6 years too early: CVEs are dead by @gregkh
https://raw.githubusercontent.com/gregkh/presentation-cve-is-dead/master/cve-linux-kernel.pdf
#LinuxKernel #CVE #Mitre
#Linux 6.15-rc2 is now available for public testing at https://www.kernel.org and Linus Torvalds says that "things look fairly normal." Happy testing!
#Linux 6.14.2, 6.13.11, 6.12.23, 6.6.87, 6.1.134, 5.15.180, 5.10.236, and 5.4.292 kernels are now available for download at https://www.kernel.org
Weniger Bugs: Maintainer Greg Kroah-Hartman drängt auf Rust im Linux-Kernel
Auf der KubeCon sprach sich Greg Kroah-Hartman für Rust im Linux-Kernel aus. Die Programmiersprache reduziere den Aufwand, um Fehler im Code zu finden.
#Linux 6.14.1, 6.13.10, 6.12.22, 6.6.86, and 6.1.133 kernels are now available for download at https://www.kernel.org
Linus Torvalds Announces First #Linux Kernel 6.15 Release Candidate https://9to5linux.com/linus-torvalds-announces-first-linux-kernel-6-15-release-candidate
Linux 6.14 Kernel Now Available For Proxmox VE 8 (And Proxmox Backup Server, Mail Gateway) #Proxmox #ProxmoxVE #ProxmoxBackupServer #ProxmoxMailGateway #Linuxkernel #Linux #Releases #Opensource
https://ostechnix.com/proxmox-ve-8-linux-6-14-kernel-opt-in/
Linux 6.15’s exFAT file deletion performance boosted
A recent development in the upcoming Linux 6.15 kernel has been spotted, because there was a big improvement to the exFAT file system implementation in relation to how it deletes the files when the “discard
” mount option is used. This improvement significantly saves time as a test file after the merge has been deleted in 1.6 seconds, compared to more than 4 minutes of the total time taken.
This pull request makes sure that, upon file deletion, it discards a group of contiguous clusters (that is, clusters that are next to each other) in batch instead of discarding them one by one. This was because in prior kernels, such as 6.14, “if the discard mount option is enabled, the file’s clusters are discarded when they are freed. Discarding clusters one by one will significantly reduce performance. Poor performance may cause soft lockup when lots of clusters are freed.”
The change has been introduced in commit a36e0ab. Since then, the pull request has been merged to the kernel and it will be integrated to the first release candidate of Linux 6.15. A simple performance benchmark has been verified with the following commands:
# truncate -s 80G /mnt/file# time rm /mnt/file
In detail, the performance of this filesystem without this commit is poor, totalling about 4 minutes and 46 seconds in real time, with 12 seconds of system time. In contrast to the patched kernel, it totals about 1 second in real time, with 17 milliseconds of system time.
It’s a huge improvement!
Image by diana.grytsku on Freepik
The initial nova-core driver stub was merged to #Linux mainline for #LinuxKernel 6.15[1].
#Nova is going to be a #kernel driver for #Nvidia's modern GPUs written in #Rustlang. It is the successor of the #Nouveau kernel driver and serve as base for drivers like #NVK.
The core driver stub is not really useful for anything yet. But that should change soon – and I guess will be the turning point that'll sell #Rust for Linux to the world.
[1] https://git.kernel.org/torvalds/c/54e6baf123fde089cfa9f609b0b39b40abe41e94 and https://git.kernel.org/torvalds/c/b28786b190d1ae2df5e6a5181ad78c6f226ea3e1
#Linux 6.13.9, 6.12.21, 6.6.85, and 6.1.132 kernels are now available for download at https://www.kernel.org
The #Portland #Linux #Kernel Meetup is tonight Thursday, March 27th, at the Lucky Labrador Beer Hall on NW Quimby St https://www.meetup.com/portland-linux-kernel-meetup/events/306813644/ #PDX #LinuxKernel
'"Take a look at your process tree, it’s likely that you might notice a new service: rtkit-daemon, the RealtimeKit Daemon. It seems nobody on the internet is talking about it, so let’s explain what it’s about in this article."'
#GNU Linux-Libre 6.14 Kernel Is Here for Those Who Seek 100% Freedom for Their PCs https://9to5linux.com/gnu-linux-libre-6-14-kernel-released-for-those-seeking-100-freedom-for-their-pcs
Linux kernel 6.14 has arrived with a plethora of performance-minded improvements in tow, including sizeable frame-rate boosts for many Windows games run on Linux https://www.omgubuntu.co.uk/2025/03/linux-kernel-6-14-released-delivers-big-boosts-to-linux-gaming
#Linux Kernel 6.14 Officially Released, This Is What’s New https://9to5linux.com/linux-kernel-6-14-officially-released-this-is-whats-new
Ohh, there was another discussion on #LKML about "modern #Linux distros should be more careful mounting untrusted storage devices, as they might contain maliciously corrupted filesystems that can cause the #kernel to fail"
Good entry point to the discussion: https://lore.kernel.org/all/Z8948cR5aka4Cc5g@dread.disaster.area/t/#u
"[…] We've tried for years to get userspace to adopt a more security-aware model for untrusted devices, but have made pretty much no progress. […]"
#Linux 6.13.8, 6.12.20, and 6.6.84 kernels are now available for download at https://www.kernel.org
#Linux 6.14-rc7 is out, 6.14 final expected in a week:
https://lore.kernel.org/lkml/CAHk-=wg3c47t+iY8V-EyQKQPj8dLXZw1JWKVtj25uhQB98Ksmg@mail.gmail.com/
'"Things continue to look quite calm, and I expect to release the final 6.14 next weekend unless something very surprising happens.
[…] I've pushed out rc7, and […] t would be good to get one final week of good testing in. So please give it a whirl.
Linus"'