From: Craig Gallek <kraigatg...@gmail.com> Date: Mon, 22 Feb 2016 10:45:29 -0500
> From: Craig Gallek <kr...@google.com> > > One of the validation checks for the new array-based TCP SO_REUSEPORT > validation was unintentionally dropped in ea8add2b1903. This adds it back. > > Lack of this check allows the user to allocate multiple sock_reuseport > structures (leaking all but the first). > > Fixes: ea8add2b1903 ("tcp/dccp: better use of ephemeral ports in bind()") > Signed-off-by: Craig Gallek <kr...@google.com> Applied, thanks Craig.