]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit034d79f0af2359b149c158ec2df8de5c05bb357e
tree65bb4a0514adfb5ca49043236c2dcfb0898f38aa
parent812bb03b61554a66b92b318c42c1168ed450ce94
parentbab5a92a15b650f2b2303704dc0ed51efe9a175e
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