Re: [PATCH net-next] soreuseport: fix merge conflict in tcp bind

2016-02-24 Thread David Miller
From: Craig Gallek Date: Mon, 22 Feb 2016 10:45:29 -0500 > From: Craig Gallek > > 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

[PATCH net-next] soreuseport: fix merge conflict in tcp bind

2016-02-22 Thread Craig Gallek
From: Craig Gallek 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