On Fri, Jun 12, 2026 at 04:58:42AM +0000, Raf Dickson wrote:
Replace the open-coded backlog check with sk_acceptq_is_full().
The helper uses > instead of >=, which is the correct comparison
per commit 64a146513f8f ("[NET]: Revert incorrect accept queue
backlog changes."), and adds READ_ONCE() for proper memory ordering.

Suggested-by: Stefano Garzarella <[email protected]>
Signed-off-by: Raf Dickson <[email protected]>

Reviewed-by: Luigi Leonardi <[email protected]>


Reply via email to