From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Wong Subject: Re: ppoll() stuck on POLLIN while TCP peer is sending Date: Tue, 8 Jan 2013 20:14:19 +0000 Message-ID: <20130108201419.GA30568@dcvr.yhbt.net> References: <20121228014503.GA5017@dcvr.yhbt.net> <20130102200848.GA4500@dcvr.yhbt.net> <20130104160148.GB3885@suse.de> <20130106120700.GA24671@dcvr.yhbt.net> <20130107122516.GC3885@suse.de> <20130107223850.GA21311@dcvr.yhbt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Rik van Riel , Minchan Kim , Eric Dumazet , Andrew Morton , Linus Torvalds To: Mel Gorman Return-path: Content-Disposition: inline In-Reply-To: <20130107223850.GA21311@dcvr.yhbt.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Eric Wong wrote: > Mel Gorman wrote: > > Right now it's difficult to see how the capture could be the source of > > this bug but I'm not ruling it out either so try the following (untested > > but should be ok) patch. It's not a proper revert, it just disables the > > capture page logic to see if it's at fault. > > Things look good so far with your change. > It's been running 2 hours on a VM and 1 hour on my regular machine. > Will update again in a few hours (or sooner if it's stuck again). Things still seem good on my regular machine.