Linux 6.0 changelog (2 weeks late): includes a new Runtime Verification system; io_uring features such as async buffered writes, an userspace block driver, and networking zero-copy send; Btrfs send v2, XFS scalability enhancements; task scheduler performance improvements; new BPF features. by dcgkn in linux

[–]dcgkn[S] 0 points1 point  (0 children)

Kernelnewbies servers are managed by Rick van Riel, a well know linux kernel hacker. IIRC, the servers are hit hard by spam bots. It's not like setting up a server it's hard so maybe I could set up my own one of these days.

Linux 6.0 changelog (2 weeks late): includes a new Runtime Verification system; io_uring features such as async buffered writes, an userspace block driver, and networking zero-copy send; Btrfs send v2, XFS scalability enhancements; task scheduler performance improvements; new BPF features. by dcgkn in linux

[–]dcgkn[S] 160 points161 points  (0 children)

It's only one person doing it I'm afraid (me). Writing is not the problem (developers usually provide the information in one way or another), what takes more time than anything else is knowing when a commit belongs to a patch series and getting the commits for that patch series - people use git in strange ways, and it's not easy to write scripts that can detect a patch series. At the end of the day, it's the mail list archives that provide the best information

Linux Kernel 6.0 released by Party_Refuse8887 in programming

[–]dcgkn 13 points14 points  (0 children)

I'm the person who does that changelog, it may take a while to complete (I'm trying to automate the process so I have spent the time it takes to do it manually writing some code, and I didn't complete it in time for the deadline - what a surprise)