Loading net/ipv4/tcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ unsigned int tcp_poll(struct file *file, struct socket *sock, poll_table *wait) if (tp->urg_seq == tp->copied_seq && !sock_flag(sk, SOCK_URGINLINE) && tp->urg_data) target--; target++; /* Potential race condition. If read of tp below will * escape above sk->sk_state, we can be illegally awaken Loading Loading
net/ipv4/tcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ unsigned int tcp_poll(struct file *file, struct socket *sock, poll_table *wait) if (tp->urg_seq == tp->copied_seq && !sock_flag(sk, SOCK_URGINLINE) && tp->urg_data) target--; target++; /* Potential race condition. If read of tp below will * escape above sk->sk_state, we can be illegally awaken Loading