kernellogger, to linux
@kernellogger@fosstodon.org avatar

Do you want to know which changes and new features #Linux 6.9 will bring when its released on May 12 or 19?

Then check out part 1 and 2 of @LWN's great articles on the #LinuxKernel's 6.9 merge window:

https://lwn.net/Articles/965141/

https://lwn.net/Articles/965541/

Both became freely available today; if you like such content, consider subscribing. #kernel

mkwadee, to linux
@mkwadee@mastodon.org.uk avatar

Now running #linux #kernel 6.7.11.

kernellogger, to linux
@kernellogger@fosstodon.org avatar

6.7.12 is out, which is the "LAST 6.7.y to be released. This branch is now end-of-life. Please move to the 6.8.y branch at this point in time."

https://lore.kernel.org/all/2024040316-sports-conceal-dbbb@gregkh/

rg3, to linux
@rg3@mastodon.online avatar

My colleague @mairacanal has blogged about @igalia contributions to the #Linux #Kernel 6.8 release from a few days ago. Some interesting bits in there! Don't miss it! 😊 https://mairacanal.github.io/linux-6-8-AMD-HDR-and-raspberry-pi-5/

kernellogger, to linux
@kernellogger@fosstodon.org avatar

In case anyone wonders if the CVE team releases CVEs before the problem is fixed in stable and longterm series:

Yes, they sometimes do this when the fix hit the mainline ; not that often from a quick look, but yesterday I noticed two such cases by chance:

https://lore.kernel.org/all/2024040122-CVE-2024-26653-7903@gregkh/

https://lore.kernel.org/all/2024040142-CVE-2024-26654-aa6c@gregkh/

kernellogger, (edited ) to linux
@kernellogger@fosstodon.org avatar

Sound devices including their drivers and settings can heavily influence GPU benchmarks. I learned that when it was my day job to run such tests. This #Linux regression report reminded me of it: https://lore.kernel.org/all/CABXGCsNmEtrN9DK-XmESaPm_1xpXm8A%2BjuE%2B44Jf6AK5JE0%2BTQ@mail.gmail.com/

"I spotted that FPS was around 122 in the Shadow of the Tomb Raider benchmark at commit f6cef5f8c37f but after moving to commit 4ae3dc83b047 ("ALSA: timer: Fix missing irq-disable at closing") it decreased to 84".

#Kernel #LinuxKernel #benchmark

kernellogger, to linux
@kernellogger@fosstodon.org avatar

#Linux 6.9-rc2 is out:

https://lore.kernel.org/lkml/CAHk-=wjf=8JusO9TgkMfNziLjjSHdMOUpes_6f5m9_w+7taeBA@mail.gmail.com/

"'"Neither snow nor rain nor heat nor gloom of night stays kernel rc releases.

Nor does Easter.

So here we are. Another week has passed, and rc2 is out. Nothing here look all that remarkable, and the fixes are fairly evenly spread out (so mostly drivers, because that's the bulk of the code).

[…]

Nothing stands out to me or looks unusual.

Linus"'"

#kernel #LinuxKernel

kernellogger, to linux
@kernellogger@fosstodon.org avatar

Lasse Collin's patch-series updating the #LinuxKernel's #xz code that a few days ago hit #linux-next was dropped for now until backdooring of upstream xz is understood better:

https://lore.kernel.org/all/20240329195602.382cb1c99bb70e3d8c6093ae@linux-foundation.org/

kernellogger,
@kernellogger@fosstodon.org avatar

Lasse Collin, original author of #Xz, replied on #LKML: https://lore.kernel.org/lkml/20240330144848.102a1e8c@kaneli/

"'"[…] I'm on a holiday and only happened to look at my emails and it seems to be a major mess.

My proper investigation efforts likely start in the first days of April. That is, I currently know only a few facts which alone are bad enough.

Info will be updated here: https://tukaani.org/xz-backdoor/"'"

#CVE20243094 #Linux #kernel #LinuxKernel #Backdoor

osjobhub, to linux
@osjobhub@fosstodon.org avatar
83r71n, to Cybersecurity
@83r71n@ioc.exchange avatar

Google has introduced Kernel Address Sanitizer (KASan) to enhance the security of Android firmware. KASan is designed to detect memory corruption vulnerabilities and stability issues before they affect user devices. It works by monitoring memory access operations to ensure they only target valid regions, identified in a shadow memory area. This tool has already helped identify and fix over 40 memory safety bugs in Android firmware. KASan is particularly useful for bare-metal targets, requiring specific compiler options and strategies to implement effectively. It's part of Google's efforts to address the security challenges posed by the vast number of Android devices and the fragmented ecosystem that makes vulnerability patching difficult.

https://security.googleblog.com/2024/03/address-sanitizer-for-bare-metal.html

#cybersecurity #google #kernel #kasan #android #firmware #bugs #baremetal #patch

kernellogger, to linux
@kernellogger@fosstodon.org avatar

If commands in a how-to do not work and no one reports it, does it have an impact?

The 'cloning #Linux from a #Git bundle' instructions[1] on #kernel.org were kinda broken for years: they until a few hours ago[2] contained a step to verify the bundle, which only worked if your working directory was part of a git repository.

Does that mean that nobody followed that how-to? Or that those who encountered the problem did not report it? 🤨 🧐

[1] https://www.kernel.org/cloning-linux-from-a-bundle.html

[2] https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=ae230f928042c79fe52c8769276cdac0816284fd

loleg, to linux
@loleg@fosstodon.org avatar

How do you explain the #Linux #Kernel to a kid? I found this graphic by Shmuel Csaba Otto Traian (CC BY-SA 3.0) on the Wikipedia page for Virtual Reality helpful https://en.wikipedia.org/wiki/Virtual_reality#/media/File:Linux_kernel_and_gaming_input-output_latency.svg

mkwadee, to linux
@mkwadee@mastodon.org.uk avatar

Now running #linux #kernel 6.7.10.

linuxiac, to linux
@linuxiac@mastodon.social avatar

The Journey of Linux’s ext2 Filesystem Comes to an End
https://linuxiac.com/linux-kernel-6-9-marks-ext2-as-deprecated/

#linux #kernel #filesystem

kernellogger, (edited ) to linux
@kernellogger@fosstodon.org avatar

#FlippingPages: An analysis of a new #Linux vulnerability in nf_tables and hardened exploitation techniques

https://pwning.tech/nftables/ – CVE-2024-1086

A tale about exploiting KernelCTF Mitigation, Debian, and Ubuntu instances with a double-free in nf_tables in the #Linuxkernel, using novel techniques like Dirty Pagedirectory. All without even having to recompile the exploit for different #kernel targets once.

Fix: https://kernel.dance/#f342de4e2f33e0e39165d8639387aa6c19dff660

Local privilege escalation POC: https://github.com/Notselwyn/CVE-2024-1086

kernellogger, to linux
@kernellogger@fosstodon.org avatar

Things that make me sad:

When #Linux #kernel developers file bugs in bugzilla.kernel.org against subsystems that do not use the bug tracker[1]: it seems even they are not aware that the bug most likely won't be forwarded to the responsible developers and thus not be acted upon.

[1] reminder, only a very small fraction of the #LinuxKernel's subsystems use it; how many exactly is hard to say, but only 20 out of 2500+ entries in the MAINTAINERS file point to it.

kernellogger, (edited ) to linux
@kernellogger@fosstodon.org avatar

The new text on verifying #Linux #kernel bugs and bisecting regressions can now be found on kernel.org:

https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html

Go and take a look – and let me know if you spot any mistakes or something else that could be improved!

And thx again to everyone (especially @ptesarik and @corbet) who helped getting this reviewed and merged into the #LinuxKernel's documentation: much appreciated!

rml, to random
@rml@functional.cafe avatar

Spunky: a #Genode #Kernel in #Ada / Spark

kernellogger, to linux
@kernellogger@fosstodon.org avatar

#Linux 6.9-rc1 is out: https://lore.kernel.org/lkml/CAHk-=wgOw_13JuuX4khpn4K+n09cRG3EBQWufAPBWoa0GLLQ0A@mail.gmail.com/

"'"This merge window looks to be fairly normal. […]

In contrast, what is meaningful is a couple of very core updates. The timer subsystem had a fairly big rewrite [1][…] The other fairly notable core update is to the workqueue subsystem [2][…]

The core updates should be entirely invisible to users, […]

Please commence testing,

Linus"'"

[1] https://git.kernel.org/torvalds/c/d08c407f715f651e7ea40b3a037be46dd2b11e4c
[2] https://git.kernel.org/torvalds/c/ff887eb07cf69a5c0a507a1311fb34bcd38450aa and https://lwn.net/Articles/960041/

#kernel

jbzfn, to linux
@jbzfn@mastodon.social avatar

🔐 Linux 6.9 Adds New RISC-V Vector-Accelerated Crypto Routines - Phoronix

「 RISC-V with Linux 6.9 implements support for more vector-accelerated crypto routines. Among the work is RISC-V vector accelerated AES-{ECB,CBC,CTR,XTS}, ChaCha20, GHASH, SHA-256, SHA-384, SHA-512, SM3, and SM4 algorithms 」

https://www.phoronix.com/news/Linux-6.9-RISC-V

#Linux #RISCV #Cryptography #Kernel #Opensource

schenklklopfer, to linux German
@schenklklopfer@chaos.social avatar

Habe eine #NVMe #SSD in meinem Notebook.
Hin und wieder schafft es das #Linux scheinbar nicht, die SSD korrekt in den Standby zu fahren.
Dann wird sie sehr warm (ca. 50 Grad) und saugt meinen Akku über Nacht leer.
Kennt das Problem jemand?
Google sagt Firmware Update, die ist aber bereits up-to-date.
Was tun?

System:
#Samsung SSD 980 PRO 1TB
Firmware: 5B2QGXA7
#Kernel 6.6.10-76060610-generic
Distribution: Pop!_OS 22.04 LTS
NVMe Version: 1.3

:BoostOK: :ReplyOK:

kernellogger, to linux
@kernellogger@fosstodon.org avatar

Florian Westphal stepped down as ' maintainer

"'"I do not feel that I'm up to the task anymore.

I hope this to be a temporary emergency measure, but for now I'm sure this is the best course of action for me."'"

😟

https://git.kernel.org/torvalds/c/b5048d27872a9734d142540ea23c3e897e47e05c

kernellogger, to linux
@kernellogger@fosstodon.org avatar

In case you are on #btrfs and update-grub/grub-probe broke for you with #Linux 6.7 it's time to rejoice: the fix for that regression finally landed in mainline: https://git.kernel.org/torvalds/c/d565fffa68560ac540bf3d62cc79719da50d5e7a

See also: https://git.kernel.org/torvalds/c/7b65c810a1198b91ed6bdc49ddb470978affd122 and https://bugzilla.kernel.org/show_bug.cgi?id=218353

#kernel #LinuxKernel

kernellogger, to linux
@kernellogger@fosstodon.org avatar

"[…] The other day I was implementing multi-threaded stat() calls in bfs. When I ran some benchmarks, I saw something that made my heart skip a beat: […]

I searched Google for that "corrupted node" message and found that it had happened to someone else recently too: Linus Torvalds, just after merging a #Btrfs pull request. (This was not the first time Linus and I had hit the same bug. We both have the same CPU in our desktops. […]"

https://tavianator.com/2024/btrfs_bug.html

#Linux #kernel #LinuxKernel

jani, to linux
@jani@fosstodon.org avatar

In case you want to reference a specific version of the Linux kernel documentation, you can use a URL with version, for example:

https://docs.kernel.org/6.8/

As described by @monsieuricon at https://lore.kernel.org/all/20240318-jumping-neon-vole-b02af3@lemur/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines