linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] XArray fixes for 5.18
@ 2022-04-01 14:11 Matthew Wilcox
  2022-04-01 21:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2022-04-01 14:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-mm


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(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-01 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 14:11 [GIT PULL] XArray fixes for 5.18 Matthew Wilcox
2022-04-01 21:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).