Re: USBFS Memory allocation Bug

From: Alan Stern
Date: Mon Mar 15 2010 - 09:58:10 EST


On Sun, 14 Mar 2010, Andrew Morton wrote:

> > > Then about the only other suggestion would be a mempool containing a small
> > > number of largest-possible buffers that is enabled if there is no swap
> > > available.
> >
> > Considering that this is the first report I have heard about this sort
> > of problem, and that adding swap space would probably fix it, I'm not
> > inclined to make any changes.
>
> Adding swap space is unlikely to help here. For an order-6 allocation
> the page allocator will go into wtf-youre-kidding-me mode and won't
> even bother trying.
>
> Asking the allocator for 2^6 physically contiguous pages is terribly
> unreliable and shouldn't be done by any kernel code which wants to be
> useful.

Then the user program shouldn't make I/O requests requiring such large
amounts of contiguous kernel memory.

Even if a dedicated mempool is set up to ease the problem, there's
still no guarantee that any particular request will be satisfied
(particularly if multiple requests are made at the same time).

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/