Re: [RFC v2 1/3] vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE

2019-01-01 Thread Uladzislau Rezki
On Mon, Dec 31, 2018 at 10:50:22AM -0800, Matthew Wilcox wrote: > On Mon, Dec 31, 2018 at 02:26:38PM +0100, Uladzislau Rezki (Sony) wrote: > > +#ifdef CONFIG_TEST_VMALLOC_MODULE > > +EXPORT_SYMBOL(__vmalloc_node_range); > > +#endif > > Definitely needs to be _GPL. Will upload updated variant. Th

Re: [RFC v2 1/3] vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE

2018-12-31 Thread Matthew Wilcox
On Mon, Dec 31, 2018 at 02:26:38PM +0100, Uladzislau Rezki (Sony) wrote: > +#ifdef CONFIG_TEST_VMALLOC_MODULE > +EXPORT_SYMBOL(__vmalloc_node_range); > +#endif Definitely needs to be _GPL.

[RFC v2 1/3] vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE

2018-12-31 Thread Uladzislau Rezki (Sony)
Export __vmaloc_node_range() function if CONFIG_TEST_VMALLOC_MODULE is enabled. Some test cases in vmalloc test suite module require and make use of that function. Please note, that it is not supposed to be used for other purposes. We need it only for performance analysis, stressing and stability