Re: [PATCH 6/8] Pmalloc selftest

From: Matthew Wilcox
Date: Wed Mar 14 2018 - 08:25:22 EST


On Tue, Mar 13, 2018 at 11:45:52PM +0200, Igor Stoppa wrote:
> Add basic self-test functionality for pmalloc.

Here're some additional tests for your test-suite:

for (i = 1; i; i *= 2)
pzalloc(pool, i - 1, GFP_KERNEL);