mbox series

[GIT,PULL] XArray fixes for 5.18

Message ID YkcIKm6hb4jWf9dx@casper.infradead.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] XArray fixes for 5.18 | expand

Pull-request

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

Message

Matthew Wilcox April 1, 2022, 2:11 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 1, 2022, 9:45 p.m. UTC | #1
The pull request you sent on Fri, 1 Apr 2022 15:11:54 +0100:

> git://git.infradead.org/users/willy/xarray tags/xarray-5.18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5a3fe95d76999980a106f661bf70379818a77701

Thank you!