Live data from Hacker News

Uncovering a 24-year-old bug in the Linux Kernel

engineering.skroutz.gr

1–10 of 44 posts

Re: Uncovering a 24-year-old bug in the Linux Kernel

#9
post #4

I have, admittedly old and very vague, memories of people talking about rsync being "hard on networks" or "dealing poorly with congestion." I'd put good odds that this bug is why those statements existed.

The bug requires transferring over 2GB of data without reading from the socket, so it's unlikely; also, a hang is the opposite of being hard on the network. ;) However the uncommon characteristics of rsync traffic is probably why some congestion control algorithms may not deal well with rsync.

Re: Uncovering a 24-year-old bug in the Linux Kernel

#10

Impressive detective work and documentation.

It's like watching a murder mystery unfold. It feels really daunting to dive this deep into a bug on its vague symptoms. It's probably the selection bias for what gets on the HN front page, but it feels like a large minority here can tackle something like this. I have trouble imaging having that much of a handle on Linux to feel comfortable hot patching the kernel because I suspect something is wrong in the networking stack.
Post reply on HN