Linux 2782 Published by

Linus Torvalds has announced the release of the sixth release candidate for Linux Kernel 6.3.



Linux kernel 6.3-rc6 released

This release continues to appear very normal and boring, which is just how I like it. The commit count says that we've started calming down right on schedule, and the diffstat looks normal too.

Of course, there may be something nasty still hiding, so you never know, but at least for now we seem to be all set for a normal release in three weeks. Knock wood.

If the diffstat for rc4 week was a bit unusual in how drivers didn't completely dominate, then rc5 makes up for it, with pretty much 75% of the diff being drivers. And it's all the usual ones that dominate: networking and gpu drivers make up for over half of it, and the rest is a random mix of other stragglers (x86 platform drivers, input, pinctrl, sound..).

Outside of drivers, it's various random stuff. Architecture fixes (arm64 kvm, riscv, powerpc), filesystems (btrfs, cifs), core networking, documentation and tooling.

Full source: https://git.kernel.org/torvalds/t/linux-6.3-rc6.tar.gz
Patch: https://git.kernel.org/torvalds/p/v6.3-rc6/v6.2

You can view the summary of the changes at the following URL:
https://git.kernel.org/torvalds/ds/v6.3-rc6/v6.3-rc5

Kernel