Re: can kfree sleep?

From: Peter T. Breuer
Date: Sun Nov 21 2004 - 17:33:08 EST


In article <20041121211451.GA12826@xxxxxxxxxxxxx> you wrote:
> On Sun, Nov 21, 2004 at 01:10:38PM -0800, Andrew Morton wrote:
> > Nope. All memory freeing codepaths are atomic and may be called from any
> > context except NMI handlers.
>
> Not true for vfree()

My interest at the moment is in what can sleep and what cannot sleep.
Are you saying that vfree can sleep or that vfree cannot be called from
at least one other context in addition to the NMI handler context (from
which it cannot be called ...)?

:)

Peter
-
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/