Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2023 04:46:26 +0000 (21:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2023 04:46:26 +0000 (21:46 -0700)
commit3095dd99dd759a5cab8bb81674bc133b1365fb6b
tree38f85b377935b5f0868dd7674a1c5e8598176c65
parent7402e635edb9b430125017d2489974c9a10b069c
parent2a15de80dd0f7e04a823291aa9eb49c5294f56af
Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray

Pull xarray fixes from Matthew Wilcox:

 - Fix a bug encountered by people using bittorrent where they'd get
   NULL pointer dereferences on page cache lookups when using XFS

 - Two documentation fixes

* tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray:
  idr: fix param name in idr_alloc_cyclic() doc
  xarray: Document necessary flag in alloc functions
  XArray: Do not return sibling entries from xa_load()