HN2new | past | comments | ask | show | jobs | submitlogin
Linux 5.15 (lkml.org)
82 points by belter on Nov 1, 2021 | hide | past | favorite | 7 comments


https://kernelnewbies.org/Linux_5.15 (an FS-heavy release - smb and new ntfs got into the kernel)


Is most of the work being done on Linux now on drivers, or are there still features being added?


Since 2019 Linux has io_uring, and the last few releases expanded it. io_uring is a pretty exciting mechanism that is rapidly becoming the highest performance mechanism for doing syscalls in Linux. This is very important because spectre/meltdown mitigations made syscalls much slower; Linux really need truly async syscalls to regain some losses here. This also mirrors Google's new OS Fuschia, in which all syscalls are async.

Here are some articles

Ringing in a new asynchronous I/O API (January 2019) https://lwn.net/Articles/776703/

The rapid growth of io_uring (January 2020) https://lwn.net/Articles/810414/

BPF meets io_uring (March 2021) https://lwn.net/Articles/847951/

Auditing io_uring (July 2021) https://lwn.net/Articles/858023/

Descriptorless files for io_uring (July 2021) https://lwn.net/Articles/863071/


There is work being done on everything, by everyone, for every reason.


Tons of features being added.


Actually I use Arch. Now with that out of the way, we don't really need kernel releases mentioned on HN. If there is something noteworthy, then fine: mention it but simply noting a minor release is not news in itself.

That said, there are quite a few goodies in here. I see someone has already linked Kernel Newbies here already so I won't take up any more of your time.


It should probably be the Kernel Newbies entries that gets posted to HN, or a summary from LWN or the like. Linus announcements are for the kernel dev community.

(probably better to use lore.kernel.org/lkml instead of lkml.org too)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: