22 Aug, 2018
5 commits
-
Move these tests from the userspace test-suite to the kernel test-suite.
Also convert check_ida_random to the new API.Signed-off-by: Matthew Wilcox
-
Move as much as possible to kernel space; leave the parts in user space
that rely on checking memory allocation failures to detect the
transition between an exceptional entry and a bitmap.Signed-off-by: Matthew Wilcox
-
Convert to new API and move to kernel space.
Signed-off-by: Matthew Wilcox
-
Convert to new API and move to kernel space. Take the opportunity to
test the situation a little more thoroughly (ie at different offsets).Signed-off-by: Matthew Wilcox
-
Start transitioning the IDA tests into kernel space. Framework heavily
cribbed from test_xarray.c.Signed-off-by: Matthew Wilcox