Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 518a09e (tcp: Fix recvmsg MSG_PEEK influence of blocking behavior) lets the loop run longer than the race check did previously expect, so we need to be more careful with this check and consider the work we have been doing. I tried my best to deal with urg hole madness too which happens here: if (!sock_flag(sk, SOCK_URGINLINE)) { ++*seq; ... by using additional offset by one but I certainly have very little interest in testing that part. Signed-off-by: Ilpo Järvinen <[email protected]> Tested-by: Frans Pop <[email protected]> Tested-by: Ian Zimmermann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information