Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Apr 2022 20:40:44 +0000 (13:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Apr 2022 20:40:44 +0000 (13:40 -0700)
commit5a3fe95d76999980a106f661bf70379818a77701
tree65bb4a0514adfb5ca49043236c2dcfb0898f38aa
parenta3dfc532b8731843c12bdc45e804eacc47e51e50
parent3ed4bb77156da0bc732847c8c9df92454c1fbeea
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray

Pull XArray updates from Matthew Wilcox:

 - Documentation update

 - Fix test-suite build after move of bitmap.h

 - Fix xas_create_range() when a large entry is already present

 - Fix xas_split() of a shadow entry

* tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray:
  XArray: Update the LRU list in xas_split()
  XArray: Fix xas_create_range() when multi-order entry present
  XArray: Include bitmap.h from xarray.h
  XArray: Document the locking requirement for the xa_state
include/linux/xarray.h
lib/xarray.c