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: Fri, 4 Jan 2013 03:52:54 +0000 Message-ID: <20130104035254.GA17408@dcvr.yhbt.net> References: <20121228014503.GA5017@dcvr.yhbt.net> <20130102200848.GA4500@dcvr.yhbt.net> <20130102204712.GA17806@dcvr.yhbt.net> <1357220469.21409.24574.camel@edumazet-glaptop> <20130103183251.GA10113@dcvr.yhbt.net> <20130103234558.GA1689@dcvr.yhbt.net> <20130104002635.GA6693@dcvr.yhbt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mel Gorman , linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Rik van Riel , Minchan Kim , Andrew Morton , Linus Torvalds To: Eric Dumazet Return-path: Received: from dcvr.yhbt.net ([64.71.152.64]:54011 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754187Ab3ADDwz (ORCPT ); Thu, 3 Jan 2013 22:52:55 -0500 Content-Disposition: inline In-Reply-To: <20130104002635.GA6693@dcvr.yhbt.net> Sender: netdev-owner@vger.kernel.org List-ID: Eric Wong wrote: > Eric Wong wrote: > > I think this requires frequent dirtying/cycling of pages to reproduce. > > (from copying large files around) to interact with compaction. > > I'll see if I can reproduce the issue with read-only FS activity. > > Still successfully running the read-only test on my main machine, will > provide another update in a few hours or so if it's still successful > (it usually takes <1 hour to hit). The read-only test is still going on my main machine. I think writes/dirty data is required to reproduce the issue...