Re: [PATCH 2/2] XArray: Convert IDR and add test suite

2017-03-02 Thread kbuild test robot
Hi Matthew, [auto build test WARNING on linus/master] [also build test WARNING on next-20170302] [cannot apply to v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Matthew-Wilcox/Add-XArray/

[PATCH 2/2] XArray: Convert IDR and add test suite

2017-02-28 Thread Matthew Wilcox
From: Matthew Wilcox The test suite for the xarray is still quite modest, but converting the IDR and the IDA to use the xarray lets me use the IDR & IDA test suites to test the xarray. They have been very helpful in finding bugs (and poor design decisions). Signed-off-by: Matthew Wilcox --- i