Live data from Hacker News

Linux 4.9 is out

lwn.net

51–52 of 52 posts

Re: Linux 4.9 is out

#51
post #3

Earlier 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...

Writing long commit messages (especially for internal/private projects) often gives me a slightly forlorn feeling, knowing that these words will almost certainly never be read again by another person, and possibly even I might never see them again. I persist only because when they do get read, they can be absolutely invaluable in explaining what on earth I was thinking at the time.

I really am thankful that you do write long commit messages. As a student starting out in OSS, I have had to track down why the particular piece of code is written like it and I go hunting down git blame and that really helps me. I also follow the practice when I can and hope that it helps future contributors or maintainers.

Re: Linux 4.9 is out

#52

I remember reading about bufferbloat related patches in 4.9 that would make network quite a lot more efficient. Curious to see in practice.

Yes, the BBR developments seem to help TCP connections a lot. There is also a lot of good research going on in the "Make Wi-Fi Fast" project. See https://www.bufferbloat.net/projects/make-wifi-fast/wiki/ For concrete results, see June 2016 paper: "Fixing the WiFi Performance Anomaly" at https://blog.tohojo.dk/2016/06/fixing-the-wifi-performance-a... Read the archives of the "Make-wifi-fast" mailing list at: https://l…

I would love to patch LEDE for BBR, but your link is not working and they probably won't update to kernel 4.9 any time soon.
Post reply on HN