The following changes since commit 1f2cfdd349b7647f438c1e552dc1b983da86d830: printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin() (2022-02-03 11:27:38 -0800) are available in the Git repository at: git://git.infradead.org/users/willy/xarray tags/xarray-5.18 for you to fetch changes up to 3ed4bb77156da0bc732847c8c9df92454c1fbeea: XArray: Update the LRU list in xas_split() (2022-03-31 08:52:57 -0400) ---------------------------------------------------------------- XArray update for 5.18: - 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 ---------------------------------------------------------------- Matthew Wilcox (Oracle) (4): XArray: Document the locking requirement for the xa_state XArray: Include bitmap.h from xarray.h XArray: Fix xas_create_range() when multi-order entry present XArray: Update the LRU list in xas_split() Documentation/core-api/xarray.rst | 14 +++++++++----- include/linux/xarray.h | 1 + lib/test_xarray.c | 22 ++++++++++++++++++++++ lib/xarray.c | 4 ++++ 4 files changed, 36 insertions(+), 5 deletions(-)