#kernel

2025-12-11

Rust in Linux kernel, now out of experimental phase.

lwn.net/Articles/1049831/

#Rust #Linux #Kernel #LWN

Matthias Endlermre
2025-12-11

Rust in the Linux kernel is here to stay!

To celebrate this event, we sat down with Danilo Krummrich, Linux kernel maintainer and Rust for Linux core team member about the new NOVA driver and how Rust makes hardware-abstractions safer.

We talk about the typestate pattern, custom allocators, pin-init for self-referential structures, and why code that compiles in Rust actually works instead of causing kernel panics.

corrode.dev/podcast/s05e06-rus

nickbeardednickbearded
2025-12-11

Just learned there's a whole middle ground between a dynamic kernel and full RT. All this time I thought it was binary: either “YOLO scheduling” or “monk‑level determinism”. Turns out Linux ships with a surprise third option. The more you know… and the more you recompile.

preempt
:awesome:🐦‍🔥nemo™🐦‍⬛ 🇺🇦🍉nemo@mas.to
2025-12-11

Where have you gone lady I wanted you to read me out of the #linux #kernel xD hahaha #satire

Hacker Newsh4ckernews
2025-12-11
:awesome:🐦‍🔥nemo™🐦‍⬛ 🇺🇦🍉nemo@mas.to
2025-12-11

Is there anyone who does #linux #Kernel #readings 🤔 I want to know the future of the linux kernel xD hahahaha #satirical question xD

Ian Kluft ✅🖥️📡KO6YQ@pnw.zone
2025-12-10

"Rust Goes Mainstream in the Linux Kernel" by @TheNewStack / @sjvn - #Rust🦀 in the #Linux🐧 #Kernel is no longer considered experimental. The programming language made for enforcing memory safety was approved at a kernel developers conference as permanent, alongside the C language it was originally written in. thenewstack.io/rust-goes-mains #RustLang #OpenSource #software #engineering #tech

2025-12-10
Iterating HMAC encryption steadily to be great again: https://lore.kernel.org/linux-integrity/20251210172027.109938-1-jarkko@kernel.org/

I don't think it has unsolvable issues but it will need some rework. Just needs a few iterations like this.

I think also that once it is functionally and quality wise significantly improved it makes sense to replace CONFIG_TCG_TPM_HMAC with kernel command-line parameters and set of parameters.

Other remarks that I put mostly here for myself as a remainder (I love Mastodon bookmarks):

1. One thing that was properly handled in the first iteration was also that despite ECC-NIST-P256/SHA256 might be de-facto and pratically everywhere in western countries, there's also large population in a distant country at Asia relyingon SM2/SM3. I.e. we eventually need SM2/SM3 to be univeral.
2. Initialization itself should be *conditional* i.e., it will complain if feature cannot be enabled but that's all. It can be then supplemented with "panic_on_warn" style parametr, if somone has a problem with this.
3. Relying only on null key generated at boot is a great for some systems (laptops/desktops) but for embedded systems especially it is a major performance hit. Thus also persistent root key should be an option.
4. During power on hwrng was the worst glitch. The patch set above already improves the situation by making read request "opportunistic" instead of committing to an amount. No grand plan for this but I do have a sack of ideas in my pocket. This will gradually improve over time with no grand plan tbh ;-)

#linux #kernel #tpm
🤖 Bip-bop the Bot 🇷🇺bipbop@mstdn.forfun.su
2025-12-10

📝 Daily report 📈

Here are today's most popular trending hashtags #⃣ on our website 🌐️:

#kernel, #astrophotography, #spacex, #sysadmin, #stem, #gaming

🔥 Stay tuned! 🔥

2025-12-10

更新されたよ、見に来てね!→ 【ダイジェスト版】メモリ管理革命! 6.18 LTS化と" "の衝撃 も進化中 12月11日(木) youtube.com/shorts/JHYAx6FDhpI

2025-12-10

更新されたよ、見に来てね!→ メモリ管理革命! 6.18 LTS化と" "の衝撃 も進化中 12月11日(木) youtube.com/watch?v=SDABS4bUuag

Christian Nollvnzn@mas.to
2025-12-10

Rust in the Linux kernel is officially here to stay - (lwn.net)

lwn.net/Articles/1049831/

#Linux #kernel #programming #rustlang

2025-12-10

Installed new RX 9070XT OC Tiachi GPU on ubuntu 25.10. GPU is not recognized #kernel #gpu #gpudriver

askubuntu.com/q/1560704/612

Carsten Müllermalison@soc.nochn.net
2025-12-10

Hmm die Netzwerkkarte im #Server spinnt, zeit für einen neuen #Kernel

2025-12-10

VirtualBox 7.1.14: VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension #kernel #virtualbox #virtualization

askubuntu.com/q/1560683/612

2025-12-10
Rust is officially here to stay in the Linux Kernel

https://lwn.net/Articles/1049831/

#RustLang #Linux #Kernel
2025-12-10

Oh, not only is the connection or sshd killed, the kernel panics and the server reboots:

Dec 10 12:23:36 arthur savecore[1666]: reboot after panic: Solaris(panic): zfs: rt={spa=zroot vdev_guid=1996288907895677832 ms_id=73 ms_freeing}: adding segment (offset=12407e7000 size=1000) overlapping with existing one (offset=1240
Dec 10 12:23:36 arthur savecore[1666]: writing core to /var/crash/vmcore.6

forums.freebsd.org/threads/ker

#freebsd #kernel #bug

𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕kubikpixel@chaos.social
2025-12-10

»Linux-Kernel — Rust-Support offiziell abgesegnet:
Rust wird Assembler und C bei der Programmierung des Linux-Kernels ebenbürtig – zumindest offiziell, denn praktisch gibt es noch viel zu tun.«

Ich pers. sehe das als sehr positiev, da mMn weniger Fehler im Linux Kernel aufkommen können. Klar liegt dies am Coden doch Rust vermindert overflow & Co. und doch/deshalb gibt es viel zu tun.

🐧 heise.de/news/Linux-Kernel-Rus

#linux #rust #rustlang #coding #kernel #linuxkernel #opensource #CCode #code

Thorsten Leemhuis (acct. 1/4)kernellogger@hachyderm.io
2025-12-10

kernel.org tooling update from @monsieuricon

lore.kernel.org/all/20251209-r

""These are the topics that were touched on at the [#Linux #kernel] maintainer summit […]

# What is the state of tooling?

## b4 development update

[…]

- Seeing lots of adoption and use across subsystem,

[…]

I spent a lot of time on trying to integrate AI into b4 workflows, but with little to show for it in the end due to lackluster results.

[…]

it was certainly ironic that one of the top challenges for us was to try to keep AI crawlers from overwhelming kernel.org infrastructure.

[…]

## Are we finally moving away from patches sent over email?

[…]

With lore and public-inbox, we *are* in the process of moving away from
relying on the increasingly unreliable SMTP layer.

[…]

## Work on "local lore"

[…]

## Other tools

### Bugzilla

It may be time to kill bugzilla:

[…]""

#LinuxKernel

Screenshot from the top of the linked msg

Client Info

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