Re: [PATCHSET percpu/for-3.18] add @gfp to init functions of percpu data structures

2014-09-07 Thread Tejun Heo
Applied to percpu/for-3.18. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCHSET percpu/for-3.18] add @gfp to init functions of percpu data structures

2014-08-25 Thread Tejun Heo
There's now a pending patchset[1] which implements atomic percpu allocation. This patchset propagates @gfp to percpu data structures so that they can be allocated and initialized from !GFP_KERNEL contexts too. This will be used for opportunistic allocations of data structures embedding percpu con