-
- Downloads
Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray
Pull XArray updates from Matthew Wilcox: - Fix the test suite after introduction of the local_lock - Fix a bug in the IDA spotted by Coverity - Change the API that allows the workingset code to delete a node - Fix xas_reload() when dealing with entries that occupy multiple indices - Add a few more tests to the test suite - Fix an unsigned int being shifted into an unsigned long * tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray: XArray: Fix xas_create_range for ranges above 4 billion radix-tree: fix the comment of radix_tree_next_slot() XArray: Fix xas_reload for multi-index entries XArray: Add private interface for workingset node deletion XArray: Fix xas_for_each_conflict documentation XArray: Test marked multiorder iterations XArray: Test two more things about xa_cmpxchg ida: Free allocated bitmap in error path radix tree test suite: Fix compilation
No related branches found
No related tags found
Showing
- include/linux/radix-tree.h 2 additions, 1 deletioninclude/linux/radix-tree.h
- include/linux/xarray.h 23 additions, 11 deletionsinclude/linux/xarray.h
- lib/idr.c 1 addition, 0 deletionslib/idr.c
- lib/radix-tree.c 0 additions, 1 deletionlib/radix-tree.c
- lib/test_xarray.c 26 additions, 6 deletionslib/test_xarray.c
- lib/xarray.c 24 additions, 1 deletionlib/xarray.c
- mm/workingset.c 2 additions, 11 deletionsmm/workingset.c
- tools/testing/radix-tree/idr-test.c 29 additions, 0 deletionstools/testing/radix-tree/idr-test.c
- tools/testing/radix-tree/linux/kernel.h 1 addition, 0 deletionstools/testing/radix-tree/linux/kernel.h
- tools/testing/radix-tree/linux/local_lock.h 8 additions, 0 deletionstools/testing/radix-tree/linux/local_lock.h
- tools/testing/radix-tree/test.h 0 additions, 4 deletionstools/testing/radix-tree/test.h
Loading
Please register or sign in to comment