Linux 4.9 is out
21–30 of 52 posts
Re: Linux 4.9 is out
#22The amount of times the word "updates" appears in the commits makes me feel much better at my difficulty of choosing succinct and unique commit messages.
Note that those aren't "change commits", but merge commits aggregating large swathes of other changes. And it's not even all merge commits, it's just the merges from Linus' "top lieutenants". But I sympathize. I often spend more time on commit messages than the actual changes...
My worst commit-message-to-code-changed ratio is a commit in the kernel with a 1307 char/175 word commit message, and a single character change...
Re: Linux 4.9 is out
#23Re: Linux 4.9 is out
#24The Kernel Newbies LinuxChanges page hasn't been updated yet, but when it is, it'll be at https://kernelnewbies.org/LinuxChanges .
Re: Linux 4.9 is out
#25Still no sign of NVMe "RAID" support: http://marc.info/?t=147709622400002&r=1&w=2
Hopefully in the future Intel will think twice before implementing ugly firmware-level hacks to aid in working around limitations of Microsoft's driver stack.
Re: Linux 4.9 is out
#26Earlier quoted context omitted.
Note that those aren't "change commits", but merge commits aggregating large swathes of other changes. And it's not even all merge commits, it's just the merges from Linus' "top lieutenants". But I sympathize. I often spend more time on commit messages than the actual changes...
Indeed - when you go and look at the individual commits, the commit messages tend to be a lot more complex :) My worst commit-message-to-code-changed ratio is a commit in the kernel with a 1307 char/175 word commit message, and a single character change...
Link for the curious?
Re: Linux 4.9 is out
#27The Kernel Newbies LinuxChanges page hasn't been updated yet, but when it is, it'll be at https://kernelnewbies.org/LinuxChanges .
Should I be worried about Kernel Newbies? The forum is overrun by spam and it looks like the wiki wasn't updated for 4.8.
Re: Linux 4.9 is out
#28Still no sign of NVMe "RAID" support: http://marc.info/?t=147709622400002&r=1&w=2
There's already a patch (due for 4.10) to detect and warn about this silliness. Since the Intel guy says that all the systems that shipped with this mode now have firmware updates to allow disabling it, there's very little reason for anyone to implement full support. Hopefully in the future Intel will think twice before implementing ugly firmware-level hacks to aid in working around limitations of Microsoft's driver…
Re: Linux 4.9 is out
#29Im excited for thw future of application development and monitoring on Linux. Imagine a whole bunch of tools more powerful than NewRelic.
Re: Linux 4.9 is out
#30Earlier quoted context omitted.
Indeed - when you go and look at the individual commits, the commit messages tend to be a lot more complex :) My worst commit-message-to-code-changed ratio is a commit in the kernel with a 1307 char/175 word commit message, and a single character change...
Arguably you could frame that as "best". Link for the curious?
https://github.com/torvalds/linux/commit/949e9b827eb4736d96d...