From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx178.postini.com [74.125.245.178]) by kanga.kvack.org (Postfix) with SMTP id AB98B6B005D for ; Thu, 10 Jan 2013 21:50:40 -0500 (EST) Date: Fri, 11 Jan 2013 02:50:39 +0000 From: Eric Wong Subject: Re: 3.8-rc2/rc3 write() blocked on CLOSE_WAIT TCP socket Message-ID: <20130111025039.GA4723@dcvr.yhbt.net> References: <20130111004915.GA15415@dcvr.yhbt.net> <1357869675.27446.2962.camel@edumazet-glaptop> <1357870727.27446.2988.camel@edumazet-glaptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357870727.27446.2988.camel@edumazet-glaptop> Sender: owner-linux-mm@kvack.org List-ID: To: Eric Dumazet Cc: David Miller , netdev@vger.kernel.org, Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Rik van Riel , Minchan Kim , Andrew Morton , Linus Torvalds Eric Dumazet wrote: > Yes, thats definitely the problem, sorry for that. > > > [PATCH] tcp: accept RST without ACK flag > > commit c3ae62af8e755 (tcp: should drop incoming frames without ACK flag > set) added a regression on the handling of RST messages. > > RST should be allowed to come even without ACK bit set. We validate > the RST by checking the exact sequence, as requested by RFC 793 and > 5961 3.2, in tcp_validate_incoming() > > Reported-by: Eric Wong > Signed-off-by: Eric Dumazet All good here, thanks for the quick turnaround! Tested-by: Eric Wong (I originally thought the FIFOs were part of the problem, so I left that in my test case) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org