Re: [PATCH 27/62] infiniband/ipath: convert to idr_alloc()

From: Tejun Heo
Date: Mon Feb 04 2013 - 11:18:42 EST


Hello,

On Mon, Feb 04, 2013 at 04:15:52PM +0000, Marciniszyn, Mike wrote:
> I tried the branch you indicated in the initial patch cover.
>
> When run with a qib driver, and ipoib ping of another system produces:
...
> Looks like this is tripping during the arp/neighbour path resolution:
>
> void idr_preload(gfp_t gfp_mask)
> {
> /*
> * Consuming preload buffer from non-process context breaks preload
> * allocation guarantee. Disallow usage from those contexts.
> */
> WARN_ON_ONCE(in_interrupt()); <------------------------
>
> Any ideas Roland?

Yeah, firewire had the same problem. It needs to conditionalize
preload() if !__GFP_WAIT (no point anyway). Will send update patches
soon.

Thanks.

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