The well oiled wheel of the Linux release cycle has just produced another kernel: Linus Torvalds announced the release of v6.17, which contains a number of contributions from Igalia. This cycle, which started immediately after the release of kernel v6.16 on the July 27 and ended on September 28 (63 days), includes 13089 new commits: $ git log --oneline --no-merges v6.16..v6.17 | wc -l 13089 And, as usual, the list of new features and changes is huge and scattered all over the code. Here are s...