On Thu, Jan 20, 2011 at 1:57 PM, Joel Sing <j...@sing.id.au> wrote:
> pool_get() with PR_NOWAIT... and then not checking the return value? That's
> got null pointer dereference written all over it... :)
>
> However, the bigger problem is what can you then do if the pool_get() fails?
> This then results in the interface address not being allocated and in most
> cases there is no way to propagate/handle the error. The solution here is to
> add the interface address from process context and not from interrupt
> context.
> --

yes yes, i pushed reply button too soon this time (:

Reply via email to