From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karol Lewandowski Subject: Re: [PATCH 0/5] Candidate fix for increased number of GFP_ATOMIC failures V2 Date: Fri, 30 Oct 2009 15:23:50 +0100 Message-ID: <20091030142350.GA9343@bizet.domek.prywatny> References: <1256221356-26049-1-git-send-email-mel@csn.ul.ie> <20091023165810.GA4588@bizet.domek.prywatny> <20091023211239.GA6185@bizet.domek.prywatny> <9ec2d7290910240646p75b93c68v6ea1648d628a9660@mail.gmail.com> <20091028114208.GA14476@bizet.domek.prywatny> <20091028115926.GW8900@csn.ul.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Karol Lewandowski , Mel LKML , Frans Pop , Jiri Kosina , Sven Geggus , Tobias Oetiker , "Rafael J. Wysocki" , David Miller , Reinette Chatre , Kalle Valo , David Rientjes , KOSAKI Motohiro , Mohamed Abbas , Jens Axboe , "John W. Linville" , Pekka Enberg , Bartlomiej Zolnierkiewicz , Greg Kroah-Hartman , Stephan von Krawczynski , Kernel Testers List , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org" To: Mel Gorman Return-path: Content-Disposition: inline In-Reply-To: <20091028115926.GW8900-wPRd99KPJ+uzQB+pC5nmwQ@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Wed, Oct 28, 2009 at 11:59:26AM +0000, Mel Gorman wrote: > On Wed, Oct 28, 2009 at 12:42:08PM +0100, Karol Lewandowski wrote: > > On Sat, Oct 24, 2009 at 02:46:56PM +0100, Mel LKML wrote: > > I've tested patches 1+2+3+4 in my normal usage scenario (do some work, > > suspend, do work, suspend, ...) and it failed today after 4 days (== 4 > > suspend-resume cycles). > > > > I'll test 1-5 now. 2.6.32-rc5 with patches 1-5 fails too. > Also, what was the behaviour of the e100 driver when suspending before > this commit? > > 6905b1f1a03a48dcf115a2927f7b87dba8d5e566: Net / e100: Fix suspend of devices that cannot be power managed This was discussed before with e100 maintainers and Rafael. Reverting this patch didn't change anything. Thanks.