#Linuxkernel

Grub :verified:Grub_09@mastodon.uno
2025-06-03

ChatGPT’s o3 Model Found Remote Zeroday in Linux Kernel Code
#zerodayattack #chatgpto3 #linuxkernel
Believe it or not, OpenAI’s o3 just uncovered a remote 0-day in the Linux kernel’s SMB code—CVE-2025-37899. A patch has already been rolled out.

linuxtoday.com/blog/chatgpts-o

unixbhaskarunixbhaskar
2025-06-02

Well, wake up from slumber, grab a cup of hot coffee ☕ and some JAZZ 🎼🎼

......and some mundane activity ....

2025-06-02

Well, wake up from slumber, grab a cup of hot coffee ☕ and some JAZZ 🎼🎼

#life #coffee #music #linux #research

......and some mundane activity ....

#linuxkernel #opensourcedevelopment #operatingsystem

unixbhaskarunixbhaskar
2025-06-02
2025-06-02

@pdp7, or anyone else skilled in the #Linuxkernel arts, I have been chasing this bug [1] for months in my simulator and would really appreciate some hints. What would be a good strategy for finding out what the kernel is waiting for? I have checked the VirtIO implementation (which I didn't write) and I don't see anything obvious wrong, but no more requests are issued after the first few reads.

[1] github.com/tommythorn/simmerv/

2025-06-01

very long shot: do i know anyone who knows anything about linux's schedutil CPU governor?
i have this old microserver and the clock never leaves the lowest frequency (unless i tell it to manually). i have checked A Lot of things and everything looks correct, it just does not do anything even under high load.
it's a basic nixos install, but from everything i have checked i would be surprised if it's a disto specific issue.
#linux #kernel #linuxkernel #nixos

2025-06-01

Well, wake up from slumber, grab a cup of hot coffee ☕ and Willie Nelson's number

🎶 You Were Always On My Mind 🎶

#life #coffee #music #linux #research

.....and some mundane activity .....

#linuxkernel #opensourcedevelopment #operatingsystem

unixbhaskarunixbhaskar
2025-06-01

Well, wake up from slumber, grab a cup of hot coffee ☕ and Willie Nelson's number

🎶 You Were Always On My Mind 🎶

.....and some mundane activity .....

Thorsten Leemhuis (acct. 1/4)kernellogger@hachyderm.io
2025-06-01

Pro tip: always keep Hanlon's razor and Murphy's law in mind when considering writing headlines like the one show below – and then discard the headline.

Which would have been wise in this case, too, as the problem that triggered that reddit post turned out to be a script doing something odd that was hard to spot:

lore.kernel.org/all/20250601-e

#Linux #kernel #LinuxKernel

Screenshot of the head of https://www.reddit.com/r/linux/comments/1l07j8z/wellwellwhat_you_know_kees_pissed_off_linus_again/
Fossery Tech :debian: :gnome:fosserytech@social.linux.pizza
2025-06-01

This week's Linux and FOSS news:

LINUX NEWS

Linux kernel 6.15 released with Rust support for hrtimer and ARMv7, a new setcpuid= boot parameter for x86 CPUs, support for sched_ext to count and report internal events, x86 Intel and AMD PMU enhancements, nested virtualization support for VGICv3 on ARM, support for emulating FEAT_PMUv3 on Apple Silicon, new API to receive information about mount and unmount events of filesystems, support for hardware-wrapped encryption keys in the block layer, support for 48-bit block addressing in the EROFS file system, etc:
9to5linux.com/linux-kernel-6-1

Linux-libre kernel 6.15 released with Nova Core GPU, Qualcomm iris v4l2, Airoha NPU, Tehuti Networks TN40xx 10G Ethernet, Realtek 8814A Wi-Fi, Apple Silicon SoC touchscreen, Renesas UFS hooks, Spider 1Gb Ethernet,aw88166 audio drivers removed:
9to5linux.com/gnu-linux-libre-

Archinstall 3.0.7 released with option to configure Btrfs snapshot type (Snapper or Timeshift), disk encryption configuration moved into the disk config menu, various bug fixes and improvements:
9to5linux.com/archinstall-3-0-

Alpine Linux 3.22 released with Linux kernel 6.12 LTS, GNOME 48, KDE Plasma 6.3, LXQt 2.2, gummiboot (systemd-boot) replaced with systemd-efistub, updated packages:
9to5linux.com/alpine-linux-3-2

Ubuntu 20.04 LTS reached EOL on May 31, upgrade to newer version is recommended, or Ubuntu Pro subscription to get patches until 2030:
news.itsfoss.com/ubuntu-20-04-
(Canonical doin the Microsoft thing: charging to keep getting patches)

Canonical to release monthly Ubuntu snapshots:
phoronix.com/news/Monthly-Ubun

NVIDIA driver 575 released with NVIDIA Smooth Motion support, support for GLX front buffer rendering on Xwayland, support for the __NV_DISABLE_EXPLICIT_SYNC environment variable to also apply to GLX and Vulkan apps etc:
9to5linux.com/nvidia-575-linux

(more Linux and FOSS news in comments)

#WeeklyNews #News #Linux #LinuxNews #LinuxKernel #Ubuntu #AlpineLinux #LinuxDistro #LinuxDistribution #DistroRelease #LinuxDesktop #DesktopLinux #Ubuntu2004 #NVIDIA #NVIDIADriver #FosseryTech

2025-06-01

ChatGPT encuentra una vulnerabilidad crítica en el kernel Linux.

Este descubrimiento marca un antes y un después: es la primera vez que una IA detecta una vulnerabilidad de este calibre, un humano la confirma, se publica el CVE y se lanza el parche. Todo, en cuestión de días. Así que, sí: ya hemos llegado a ese punto.

muylinux.com/2025/05/30/chatgp #chatgpt #ia #ai #linux #linuxkernel #vulnerability #security

Linux Weekly Releases (Week 22 – 5/31/2025)

Every week, new Linux versions that are under a supported version series get released to incorporate bug fixes and other general improvements that are pushed to the servicing branches. This ensures that your Linux user experience gets better when latest versions fix some of the bugs.

This week, the below Linux kernel versions are released:

SeriesVersionFull sourcePatchSignatureDatev6.12.xv6.12.31LinkLinkLink5/29/2025v6.14.xv6.14.9LinkLinkLink5/29/2025v6.15.xv6.15.0LinkLinkLink5/26/2025

Please note that the downloads are in the source code form, so this means that you may have to compile from source in order to use one of the Linux versions shown above. Your distribution might not include the above Linux versions.

#Kernel #Linux #LinuxKernel #news #Tech #Technology #update

Linux 6.16 needs GCC 8 and Binutils 2.30

The upcoming version of Linux now needs at least GCC 8 and GNU Binutils 2.30 to be able to successfully build, because this was needed to remove all legacy code that provided workarounds for build systems prior to GCC 8, which became a maintenance burden. Previously, GCC 5 and Binutils 2.25 were required to build Linux, and the latest version, 6.15, had this requirement before 6.16 increased it.

GCC 8 and Binutils 2.30 brought new features that Linux 6.16 needed, while LLVM Clang 13 was the minimum requirement for Linux in case you’ll need to use LLVM instead of the legacy GCC.

You can see the merge request below.

See merge request

The reasoning for this minimum version requirement bump is here:

x86 already uses gcc-8 as the minimum version, this changes all other architectures to the same version. gcc-8 is used is Debian 10 and Red Hat Enterprise Linux 8, both of which are still supported, and binutils 2.30 is the oldest corresponding version on those.

Ubuntu Pro 18.04 and SUSE Linux Enterprise Server 15 both use gcc-7 as the system compiler but additionally include toolchains that remain supported.

With the new minimum toolchain versions, a number of workarounds for older versions can be dropped, in particular on x86_64 and arm64. Importantly, the updated compiler version allows removing two of the five remaining gcc plugins, as support for sancov and structeak features is already included in modern compiler versions.

I tried collecting the known changes that are possible based on the new toolchain version, but expect that more cleanups will be possible.

Since this touches multiple architectures, I merged the patches through the asm-generic tree.”

Photo by Andrea Piacquadio

#Binutils #GCC #Linux #LinuxKernel #news #Tech #Technology #update

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst