[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1008221734410.21916@router.home>
Date: Sun, 22 Aug 2010 17:40:51 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Pekka Enberg <penberg@...nel.org>
cc: Mikael Abrahamsson <swmike@....pp.se>,
Stan Hoeppner <stan@...dwarefreak.com>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
linux-mm@...ck.org, Mel Gorman <mel@....ul.ie>
Subject: Re: 2.6.34.1 page allocation failure
On Sun, 22 Aug 2010, Pekka Enberg wrote:
> In Stan's case, it's a order-1 GFP_ATOMIC allocation but there are
> only order-0 pages available. Mel, any recent page allocator fixes in
> 2.6.35 or 2.6.36-rc1 that Stan/Mikael should test?
This is the TCP slab? Best fix would be in the page allocator. However,
in this particular case the slub allocator would be able to fall back to
an order 0 allocation and still satisfy the request.
--
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