[GIT PULL] XArray for 6.6

From: Matthew Wilcox
Date: Fri Sep 08 2023 - 13:44:19 EST


I had to update the expiration on my signing key. I don't know if you
pay attention to that, or whether my attempts to get my updated expiration
date into the system were successful.

The following changes since commit f837f0a3c94882a29e38ff211a36c1c8a0f07804:

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2023-07-28 11:21:57 -0700)

are available in the Git repository at:

git://git.infradead.org/users/willy/xarray.git tags/xarray-6.6

for you to fetch changes up to 2a15de80dd0f7e04a823291aa9eb49c5294f56af:

idr: fix param name in idr_alloc_cyclic() doc (2023-09-05 19:01:38 -0400)

----------------------------------------------------------------
XArray/IDA updates for 6.6

- 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

----------------------------------------------------------------
Ariel Marcovitch (1):
idr: fix param name in idr_alloc_cyclic() doc

Matthew Wilcox (Oracle) (1):
XArray: Do not return sibling entries from xa_load()

Philipp Stanner (1):
xarray: Document necessary flag in alloc functions

include/linux/xarray.h | 18 ++++++++++
lib/idr.c | 2 +-
lib/xarray.c | 8 ++++-
tools/testing/radix-tree/multiorder.c | 68 +++++++++++++++++++++++++++++++++--
4 files changed, 92 insertions(+), 4 deletions(-)