Linux Kernel 6.15 RC1 Released with Early NVIDIA Support and More #Linux #Kernel #Opensource #Releases
https://ostechnix.com/linux-kernel-6-15-rc1-released/
Linux Kernel 6.15 RC1 Released with Early NVIDIA Support and More #Linux #Kernel #Opensource #Releases
https://ostechnix.com/linux-kernel-6-15-rc1-released/
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
/* what is this ??? */
https://elixir.bootlin.com/linux/v6.13.7/source/arch/x86/kernel/alternative.c#L1464
Cybersecurity and cloud computing organization Akamai signs multi-year agreement to host https://kernel.org
https://www.linux-magazine.com/Online/News/Akamai-Will-Host-kernel.org?utm_source=SM
#Linux #kernel #Akamai #hosting #infrastructure #CNCF #AlpineLinux #containers #cloud #cybersecurity
git.kernel.org 與 lore.kernel.org 改由 Akamai 資助
在「A new home for kernel.org」這邊看到的,不過標題其實不太精確,comment 有人提到只有 git.kernel.org (git) 與 lore.kernel.org (mailing) 搬過去。 Akamai 有為此發新聞稿:「Akamai Delivers Infrastructure Support to Ensure Uninterrupted Linux Kernel Development」。 其他幾個還是在不同的地方,像是 www.kernel.org 指到 Fastly 上: ;; ANSWER SECTION: www.kernel.org. 60 IN CNAME dualstack.m.sni.global.fastly.net. cdn. …
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
The latest Linux kernel has arrived with extra Rust support and more
https://www.linux-magazine.com/Online/News/Linux-Kernel-6.14-Released?utm_source=SM
#Linux #kernel #Rust #GhostWire #sucurity #Wine #NTSYNC
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."'
In 2021, the german #DARC received 179,690€ from the #ARDC to correct and update the #Linux #AX25 #packetradio #kernel stack.
https://www.ardc.net/apply/grants/2021-grants/grant-fixing-the-linux-kernel-ax-25/
Since that day, NOTHING is available anywhere. The dedicated web site (linux-ax25.org) is non-existant and all about this project (and the money) vanished.
Has anyone any information about the status of this project? Where is the code? Where the money went?
Linux Kernel 6.14 Released: Key Updates, Fixes and Improvements #Linux #Kernel #Releases #Opensource
https://ostechnix.com/linux-kernel-6-14-released/
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. […]"
In case you're wondering where the random new mails always mentioning the #Amiga come from: They're generated from the Amiga #FileSystem documentation in the #Linux #Kernel:
https://raw.githubusercontent.com/torvalds/linux/master/Documentation/filesystems/affs.rst
How #Linux is built ? An #interview with Greg Kroah-Hartman, a Linux #kernel maintainer for 25 years, and one of the 3 Linux Kernel Foundation Fellows https://www.youtube.com/watch?v=7WbREHtc5sU
Honest question: What are use-cases for performing exec while multi-threaded? Seriously, if I were to add a patch that prevents calling exec while multi-threaded in the kernel what possible use-case would break?
To date, I have published 15 articles (1045 pages) with the strict goal of helping the cybersecurity community.
ERS (439 pages, so far):
[+] ERS 05: https://exploitreversing.com/2025/03/12/exploiting-reversing-er-series-article-05/
[+] ERS 04: https://exploitreversing.com/2025/02/04/exploiting-reversing-er-series-article-04/
[+] ERS 03: https://exploitreversing.com/2025/01/22/exploiting-reversing-er-series-article-03/
[+] ERS 02: https://exploitreversing.com/2024/01/03/exploiting-reversing-er-series-article-02/
[+] ERS 01: https://exploitreversing.com/2023/04/11/exploiting-reversing-er-series/
MAS (606 pages -- finished):
[+] MAS 10: https://exploitreversing.com/2025/01/15/malware-analysis-series-mas-article-10/
[+] MAS 09: https://exploitreversing.com/2025/01/08/malware-analysis-series-mas-article-09/
[+] MAS 09: https://exploitreversing.com/2024/08/07/malware-analysis-series-mas-article-08/
[+] MAS 07: https://exploitreversing.com/2023/01/05/malware-analysis-series-mas-article-7/
[+] MAS 06: https://exploitreversing.com/2022/11/24/malware-analysis-series-mas-article-6/
[+] MAS 05: https://exploitreversing.com/2022/09/14/malware-analysis-series-mas-article-5/
[+] MAS 04: https://exploitreversing.com/2022/05/12/malware-analysis-series-mas-article-4/
[+] MAS 03: https://exploitreversing.com/2022/05/05/malware-analysis-series-mas-article-3/
[+] MAS 02: https://exploitreversing.com/2022/02/03/malware-analysis-series-mas-article-2/
[+] MAS 01: https://exploitreversing.com/2021/12/03/malware-analysis-series-mas-article-1/
The blog home page is: https://exploitreversing.com/
I will be back in a few months with the next articles in the Exploiting Reversing series, which will focus on vulnerability and exploitation, once I have laid all the necessary groundwork. I'm currently taking a break from writing to focus on research.
Enjoy reading and have an excellent day.
Linux Kernel 6.14 RC7: A Smooth Ride Before the Final Version #Linux #Kernel #Opensource #Releases
https://ostechnix.com/linux-kernel-6-14-rc7-released/