Hello! On 3/29/2017 8:22 AM, Seiichi Ikarashi wrote:
Similar to commit a4d258036ed9b2a1811.
Commit citing is standardized: it should specify 12-digit (at least) SHA1 and the commit summary line enclosed in ("").
Between receiving a packet and tcp_poll(), sk->sk_err is protected by memory barriers but sk->sk_shutdown and sk->sk_state are not. So possibly, POLLIN|POLLRDNORM|POLLRDHUP might not be set even when receiving a RST packet. Signed-off-by: Seiichi Ikarashi <s.ikara...@jp.fujitsu.com>
Should be --- before the diffstat.
net/ipv4/tcp.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
[...] MBR, Sergei