KernelNewbies:

Linux 5.17 changelog

Summary:

1. Prominent features

1.1. Support recursive id-mapped mounts

Linux 5.12 added support for id-mapped mounts, that is, creating a mount of an existing file system with the user and group IDs mapped to different ones. This is very useful for containers, where you might want to mount a directory with some random user ID as the user ID expected by the container. This feature, however, required that the base file system was a file system that was not id-mapped itself. This release supports recursive id-mapped mounts.

1.2. BPF CO-RE support and other improvements

The BPF subsystem has added support for the CO-RE

https://lwn.net/Articles/877062/

2. Core (various)

3. File systems

4. Memory management

5. Block layer

6. Tracing, perf and BPF

7. Virtualization

8. Cryptography

9. Networking

KernelNewbies: Linux_5.17 (last edited 2022-03-13 20:36:34 by diegocalleja)