KernelNewbies:

Changes done in each Linux kernel release. Other places to get news about the Linux kernel are LWN kernel status or the Linux Kernel mailing list (there is a web interface in www.lkml.org or lore.kernel.org/lkml). The lore.kernel.org/lkml/ archive is also available via NTTP if you prefer to use a newsreader: use nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel for that. List of changes of older releases can be found at LinuxVersions. If you're going to add something here look first at LinuxChangesRules!

You can discuss the latest Linux kernel changes on the New Linux Kernel Features Forum.

Linux 6.14 changelog.

Summary: This release includes a NT synchronization primitive driver, which allows for faster games. It also includes new different read balancing methods for Btrfs RAID1 setups; support for uncached buffered I/O; fsnotify file pre-access notification event; a new dmem cgroup for better control of GPU memory resources; FUSE support for io_uring based communication; an amdxdna driver for AMD NPUs; XFS reflink and reverse-mapping support for the realtime devices; NFSv4.2+ attribute delegation; and x86 TLB flushing scalability optimizations. As always, there are many other features, new drivers, improvements and fixes. Also, you might be interested in the LWN merge window report: part 1, part 2

1. Prominent features

1.1. NT synchronization primitive driver for faster games

The Windows NT operating systems offer some synchronization primitives that are too different to the ones present on Unix system. This creates performance problems when trying to emulate this behavior for software like Wine. This release adds a driver that allows to model NT's primitives and spend less time trying to emulate it, which can improve performance massively in some cases (particularly, games)

Documentation: NT synchronization primitive driver

Recommended LWN article: Windows NT synchronization primitives for Linux

1.2. Btrfs RAID1 read balancing

Btrfs uses a PID-based approach to distribute reads to the devices that are part of a RAID1 setup: this is optimal for many configurations, but not all. This release adds three new RAID1 read balancing methods that help to distribute reads I/O across devices: rotation (keeps all devices active - for now, it's preferable as the default), latency (smarter with failing/unstable block layer transport), and devid (manual control). They are enabled under the CONFIG_BTRFS_DEBUG config option and are on top of the previously added /sys/fs/btrfs/<UUID>/read_policy interface to configure the desired RAID1 read balancing method.

1.3. Support for uncached buffered I/O

This release adds support for optionally sending buffered I/O whose pages will be dropped from the page cache once the data is read/written. The reason for this feature are fast storage devices that can fill the RAM with too much page cache that will not be needed, with this feature it is possible to read/write data and drop it from the cache without facing the disadvantages and complexity of dealing with Direct I/O.

Recommended LWN article: The return of RWF_UNCACHED

1.4. fsnotify file pre-access notification event

This release adds a new fsnotify event (FS_PRE_ACCESS) that gets generated before a file contents is accessed. The event is synchronous so if there is listener for this event, the kernel waits for reply. On success the execution continues as usual, on failure we propagate the error to userspace. This even allows userspace to fill in file content on demand from slow storage.

1.5. dmem cgroup for better control of GPU memory resources

It is desirable to prevent GPU workloads from being terminated. This release uses cgroups to prevent eviction. Both GPU and driver-allocated CPU memory will be accounted to the correct cgroup, and eviction would be made cgroup aware. This allows the GPU to be partitioned into cgroups, that will allow jobs to run next to each other without interference.

Documentation: DMEM

1.6. FUSE support for io_uring-based communication

This release adds FUSE support for io-uring communication between kernel and userspace, with the purpose of increasing FUSE performance (reducing context switches, etc)

Documentation: FUSE-over-io-uring design documentation

Recommended LWN article: FUSE and io_uring

1.7. Add amdxdna driver for AMD NPUs

This driver adds support for AMD NPUs (Neural Processing Unit), an AI inference accelerator integrated into AMD client CPUs. It enables efficient execution of Machine Learning applications like CNNs, LLMs, etc. It is based on AMD XDNA architecture.

Documentation: AMD XDNA™ Architecture

The XFS realtime device has added support for reflink and reverse-mapping.

1.9. NFSv4.2+ attribute delegation

This release implements NFSv4.2+ attribute delegation. An attribute delegation permits an NFS client to manage a file's mtime, rather than flushing dirty data to the NFS server so that the file's mtime reflects the last write, which is considerably slower.

IETF draft: Extending the Opening of Files in NFSv4.2

1.10. x86 TLB flushing scalability optimizations

This release includes some TLB flushing scalability optimizations to update some data structures lazily during context switches. This improves performance in some microbenchmarks

2. Core (various)

3. File systems

4. Memory management

5. Block layer

6. Tracing, perf and BPF

7. Cryptography

  • Vmac: remove unused VMAC algorithm commit

  • Keywrap: remove unused keywrap algorithm commit

8. Virtualization

9. Security

  • Script execution control. The goal is to be able to ensure that direct file execution (e.g. ./script.sh) and indirect file execution (e.g. sh script.sh) lead to the same result, especially from a security point of view. It adds a new AT_EXECVE_CHECK flag to execveat(2). It also brings two new securebits used to set or get a security policy for a set of processes (cover), commit, commit, commit, commit, commit, commit, commit, commit

  • Sign with sha512 instead of sha1 by default commit

  • selinux: add support for xperms in conditional policies commit, commit

  • selinux: add netlink nlmsg_type audit message commit

10. Networking

11. Architectures

12. Drivers

12.1. Graphics

12.2. Power Management

12.3. Storage

12.4. Networking

12.5. Audio

12.6. Tablets, touch screens, keyboards, mouses

12.7. TV tuners, webcams, video capturers

12.8. Universal Serial Bus

12.9. Serial Peripheral Interface (SPI)

12.10. Watchdog

12.11. CPU Frequency scaling

12.12. Voltage, current regulators, power capping, power supply

12.13. Real Time Clock (RTC)

  • pcf2127: add BSM support commit

12.14. Pin Controllers (pinctrl)

12.15. Memory Technology Devices (MTD)

12.16. Industrial I/O (iio)

12.17. Inter-Integrated Circuit (I2C + I3C)

  • mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus commit

  • imx-lpi2c: add target mode support commit

  • imx-lpi2c: add eDMA mode support for LPI2C commit

  • Core-managed per-client directory in debugfs with example (cover), commit

  • Add atomic transfer support to i2c-xiic (cover), commit, commit

  • exynos5: Add support for Exynos8895 SoC (cover), commit

  • i801: Add lis3lv02d for Dell Precision M6800 commit

12.18. Hardware monitoring (hwmon)

12.19. General Purpose I/O (gpio)

12.20. Leds

12.21. DMA engines

12.22. Cryptography hardware acceleration

12.23. PCI

  • Add support for cpm5 controller 1 (cover), commit, commit

  • imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support commit

  • switchtec: Add Microchip PCI100X device IDs commit

  • microchip: Set inbound address translation for coherent or non-coherent mode commit

  • switchtec: Add Microchip PCI100X device IDs commit

12.24. Thunderbolt

12.25. Clock

12.26. PHY ("physical layer" framework)

12.27. EDAC (Error Detection And Correction)

  • i10nm: Add Intel Clearwater Forest server support commit

  • {i10nm,skx,skx_common}: Support UV systems commit

  • Add an EDAC driver for the Loongson memory controller commit

  • Remove powerpc Cell driver commit

12.28. Various

13. List of pull requests

14. Other news sites

KernelNewbies: LinuxChanges (last edited 2025-03-19 21:43:20 by diegocalleja)