Linux Development Hub

Where the kernel meets
the community

Releases, deep dives, and resources for Linux developers, contributors, and system builders.

$ uname -r && echo "Welcome to LinuxDev.cn"
Latest
Tools

GCC 15 Adds Auto-Vectorization for RISC-V V Extension

The GNU Compiler Collection 15 ships with first-class auto-vectorization targeting RISC-V's V extension, boosting HPC workloads on open hardware platforms.

May 17, 20265 min
Distro

Fedora 42 Beta: Bootable Containers Go Mainstream

Fedora 42 Beta introduces atomic desktop compositions via bootable containers, letting admins declare system state like application containers.

May 16, 20266 min
Kernel

BPF CO-RE Now Supports Kernel Module Introspection

Compile-Once Run-Everywhere BPF programs can now introspect kernel module types at runtime, unlocking richer observability tools without recompilation.

May 13, 20264 min
Security

Landlock v6: Fine-Grained Network Sandboxing Lands in 6.15

Landlock's new ABI revision extends its filesystem access-control model to TCP/UDP sockets, enabling truly sandboxed daemons without containers.

May 12, 20265 min
Tools

systemd 258 Ships Credential Encryption via TPM2

systemd's credential manager now supports on-the-fly TPM2 sealing, making secret injection into services significantly more secure on modern hardware.

May 10, 20264 min
Rust

Rust's std Gains Native Linux io_uring Backend

The Rust standard library async runtime can now use io_uring directly on Linux, cutting syscall overhead for file I/O in async applications by up to 40%.

May 8, 20266 min
Developer Corner
bash — linuxdev.cn
user@kernel:~$ uname -a
Linux 6.15.0-rc7 #1 SMP x86_64 GNU/Linux

user@kernel:~$ cat /proc/version
Linux version 6.15.0 (gcc version 15.1.0)

user@kernel:~$ git log --oneline -5 linux/
a3f91c2 net: fix race in netfilter hook
b89d4e1 rust: add Mutex wrapper for drivers
c12a8f0 mm: improve THP collapse heuristics
d45b3c9 bpf: support module struct walk
e78f1a3 io_uring: batch NVMe completions

user@kernel:~$

Linux 6.15 by the Numbers

The 6.15 development cycle attracted contributions from over 2,100 developers across 270 companies — one of the most active cycles in kernel history.

2,100+ Contributors
16,800 Commits
270 Companies
~36M Lines of Code
89 Rust Drivers
67s Avg Commit/day
Recent Releases
v6.15
Linux Kernel 6.15 New
RT improvements, expanded Rust support, AMD GPU perf, Landlock v6
May 18, 2026
v6.14.8
Linux Kernel 6.14.8 (Stable)
Security fixes including CVE-2026-1284 netfilter patch
May 11, 2026
258
systemd 258
TPM2 credential encryption, improved cgroup v2 handling
May 10, 2026
15.1
GCC 15.1
RISC-V V auto-vectorization, improved static analysis, C23 features
May 5, 2026
42 Beta
Fedora 42 Beta
Bootable container desktops, KDE Plasma 6.3, GNOME 48
Apr 29, 2026