[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200909170118.53965.rjw@sisk.pl>
Date: Thu, 17 Sep 2009 01:18:53 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Karol Lewandowski <karol.k.lewandowski@...il.com>
Cc: e1000-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
"Graham, David" <david.graham@...el.com>
Subject: Re: [BUG 2.6.30+] e100 sometimes causes oops during resume
On Tuesday 15 September 2009, Karol Lewandowski wrote:
> Hello,
>
> I'm getting following oops sometimes during resume on my Thinkpad T21
> (where "sometimes" means about 10/1 good/bad ratio):
>
> ifconfig: page allocation failure. order:5, mode:0x8020
Well, this only tells you that an attempt to make order 5 allocation failed,
which is not unusual at all.
Allocations of this order are quite likely to fail if memory is fragmented,
the probability of which rises with the number of suspend-resume cycles already
carried out.
I guess the driver releases its DMA buffer during suspend and attempts to
allocate it back on resume, which is not really smart (if that really is the
case).
Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists