Kernel Watch
Jon Masters keeps up with all the latest happenings in the Linux kernel, so you don’t have to.
Linus Torvalds has announced Linux 6.9 release candidate (RC) 7. It is rare to go beyond this point in a development cycle, and thus likely that 6.9 will be released imminently. Probably the most interesting stuff in this release is under the hood, but a few things stand out as of interest to end users. This includes support for AMD SNP (Secure Nested Paging) Confidential Compute guest VMs. It may also be interesting to note that Linux 6.9 will officially deprecate the venerable ext2 filesystem driver. Support for older filesystems will exist most likely for decades – many people have used ext2 on SD storage to easily avoid journaling wear issues, though this can be disabled in ext4 – but users are being encouraged to avoid ext2 because it cannot represent timestamps beyond those supported by 32-bit Unix timestamps (the Y2k38 problem, which you can read about at length in our previous issue, LXF315).