Merge tag 'xarray-5.12' of git://git.infradead.org/users/willy/xarray
Pull XArray fixes from Matthew Wilcox: "My apologies for the lateness of this. I had a bug reported in the test suite, and when I started working on it, I realised I had two fixes sitting in the xarray tree since last November. Anyway, everything here is fixes, apart from adding xa_limit_16b. The test suite passes. Summary: - Fix a bug when splitting to a non-zero order - Documentation fix - Add a predefined 16-bit allocation limit - Various test suite fixes" * tag 'xarray-5.12' of git://git.infradead.org/users/willy/xarray: idr test suite: Improve reporting from idr_find_test_1 idr test suite: Create anchor before launching throbber idr test suite: Take RCU read lock in idr_find_test_1 radix tree test suite: Register the main thread with the RCU library radix tree test suite: Fix compilation XArray: Add xa_limit_16b XArray: Fix splitting to non-zero orders XArray: Fix split documentation
Showing
- include/linux/xarray.h 3 additions, 1 deletioninclude/linux/xarray.h
- lib/test_xarray.c 14 additions, 12 deletionslib/test_xarray.c
- lib/xarray.c 6 additions, 5 deletionslib/xarray.c
- tools/testing/radix-tree/idr-test.c 18 additions, 3 deletionstools/testing/radix-tree/idr-test.c
- tools/testing/radix-tree/linux/compiler_types.h 0 additions, 0 deletionstools/testing/radix-tree/linux/compiler_types.h
- tools/testing/radix-tree/multiorder.c 2 additions, 0 deletionstools/testing/radix-tree/multiorder.c
- tools/testing/radix-tree/xarray.c 2 additions, 0 deletionstools/testing/radix-tree/xarray.c
Loading
Please register or sign in to comment