From: Craig Gallek <kraigatg...@gmail.com> Date: Thu, 28 Apr 2016 19:24:32 -0400
> From: Craig Gallek <kr...@google.com> > > I forgot to include a check for listener port equality when deciding > if two sockets should belong to the same reuseport group. This was > not caught previously because it's only necessary when two listening > sockets for the same user happen to hash to the same listener bucket. > The same error does not exist in the UDP path. > > Fixes: c125e80b8868("soreuseport: fast reuseport TCP socket selection") > Signed-off-by: Craig Gallek <kr...@google.com> Applied.