Today I posted a patch series using b4 instead of patman for the first time. The end of an era I guess. #kerneldev #linux

Execution engine review: this one is long because ELF loading, WASM runtime behavior, binary loading, JIT paths, traps, and portability can introduce a lot of subtle kernel bugs.

This post looks at what still needs to be implemented before the execution engine should be pushed through the final dev cycle, after the architecture and abstraction layer.

How do you handle portability testing near the end of an OS dev cycle?

#Wasm #KernelDev #SystemsProgramming
https://oreulius.com/blog/code-review-the-wasm-runtime-and-elf-execution-engine

Code Review | The WASM runtime and ELF Execution Engine — Oreulius Kernel

This review looks at the Oreulius execution engine, where WASM modules, ELF binaries, JIT compilation, replay, threading, and capability security all meet.

Oreulius Kernel

Launching my blog with a walkthrough of virtme-ng: boot your kernel in QEMU, try cross-arch builds, run kselftests, and offload compilation to a remote machine. I'll be using virtme-ng on future posts.

https://koike.dev.br/posts/virtme-intro/

#Linux #LinuxKernel #kerneldev #virtme #QEMU
@igalia

Virtme-ng: first steps / cross-arch / kselftests / remote build

Virtme is a handy tool for Linux kernel development. If you are not familiar with it yet, check this post.

LN Koike
EuroRust 2026: Call for Speakers

EuroRust is a the conference for the European Rust community. In 2026, there will be two conference days and two days of fun side events, hackathons a...

EuroRust 2026: Call for Speakers

EuroRust is a the conference for the European Rust community. In 2026, there will be two conference days and two days of fun side events, hackathons a...

A recent LKML patch used a tool called kconfirm to find Kconfig "dead code." The tool is so obscure that even Andrew Morton was puzzled, replying:

"OK, I give up. Where do I learn about kconfirm?"

It’s refreshing to see the person overseeing the kernel’s most critical code have a "no idea what this is" moment! Like Andrew, I’m dying to know—where DO we learn about this? Haha! 😂

https://lore.kernel.org/linux-mm/20260[email protected]/T/#m62498a39216b41fd3ff56b05310c5acac6433f27

#LinuxKernel #kconfirm #KernelDev

[PATCH] mm/thp: dead code cleanup in Kconfig

Linux 7.0 è stato confermato da Linus Torvalds: la nuova serie del kernel arriverà a metà aprile 2026, con il primo RC previsto per il 22 febbraio. #LinuxKernel #Linux70 #Torvalds #OpenSource #KernelDev

https://www.linuxeasy.org/linux-7-0-e-ufficiale-torvalds-conferma-la-nuova-serie-del-kernel-attesa-per-meta-aprile-2026/?utm_source=mastodon&utm_medium=jetpack_social

Linux 7.0 è ufficiale: Torvalds conferma la nuova serie del kernel attesa per metà aprile 2026

Linux 7.0 è stato confermato da Linus Torvalds: la nuova serie del kernel arriverà a metà aprile 2026, con il primo RC previsto per il 22 febbraio.

Linux Easy - News da Mondo Linux

Una nuova proposta esplora l’uso di modelli di machine learning in user‑space per assistere il comportamento del kernel Linux tramite un proxy ML leggero. #Linux #Kernel #MachineLearning #OpenSource #KernelDev #AI

https://www.linuxeasy.org/machine-learning-kernel-linux-proposta/?utm_source=mastodon&utm_medium=jetpack_social

Usare il machine learning per assistere il comportamento del kernel Linux, arriva la proposta

Una nuova proposta esplora l’uso di modelli di machine learning in user‑space per assistere il comportamento del kernel Linux tramite un proxy ML .

Linux Easy - News da Mondo Linux
Hello world! I am Evalyn and I do funny projects.
I hope to meet some cool people here and make friends ;3

I like doing low level programming in C and making memes.
I am currently working on my osDev/Kernel project attached are some videos of some of my current progress

#kerneldev #osdev

75 MILLION cycles & 24h stress test: PASSED.

​Final verdict on #RaspberryPi 4 + #Buildroot + Linux 6.19-rc1 PREEMPT_RT:

Max jitter: 118us (under heavy stress)
Max jitter: 70us (post-stress/idle)

​Perfect recovery, zero drift, and absolute determinism. This $50 setup is officially outperforming industrial hardware 10x its price. The future of #RTLinux is here 👊🏻

​#Linux #RealTime #EmbeddedSystems #RPi4 #KernelDev #OSDev #Stability