All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] XArray for 5.12
@ 2021-04-01 12:50 Matthew Wilcox
  2021-04-01 18:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2021-04-01 12:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel


My apologies for the lateness of this pull.  I had a bug reported in
the test suite, and when I started working on it, I realised I had two
fixes sitting in the xarray tree since last November.  Anyway, everything
here is fixes, apart from adding xa_limit_16b.  The test suite passes.

The following changes since commit 17860ccabff533748c85ea32904abd6bae990099:

  Merge tag 'vfio-v5.12-rc6' of git://github.com/awilliam/linux-vfio (2021-03-30 09:49:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2c7e57a02708a69d0194f9ef2a7b7e54f5a0484a:

  idr test suite: Improve reporting from idr_find_test_1 (2021-04-01 07:50:42 -0400)

----------------------------------------------------------------
XArray updates for 5.12
 - Fix a bug when splitting to a non-zero order
 - Documentation fix
 - Add a predefined 16-bit allocation limit
 - Various test suite fixes

----------------------------------------------------------------
Matthew Wilcox (Oracle) (8):
      XArray: Fix split documentation
      XArray: Fix splitting to non-zero orders
      XArray: Add xa_limit_16b
      radix tree test suite: Fix compilation
      radix tree test suite: Register the main thread with the RCU library
      idr test suite: Take RCU read lock in idr_find_test_1
      idr test suite: Create anchor before launching throbber
      idr test suite: Improve reporting from idr_find_test_1

 include/linux/xarray.h                          |  4 +++-
 lib/test_xarray.c                               | 26 +++++++++++++------------
 lib/xarray.c                                    | 11 ++++++-----
 tools/testing/radix-tree/idr-test.c             | 21 +++++++++++++++++---
 tools/testing/radix-tree/linux/compiler_types.h |  0
 tools/testing/radix-tree/multiorder.c           |  2 ++
 tools/testing/radix-tree/xarray.c               |  2 ++
 7 files changed, 45 insertions(+), 21 deletions(-)
 delete mode 100644 tools/testing/radix-tree/linux/compiler_types.h



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

* Re: [GIT PULL] XArray for 5.12
  2021-04-01 12:50 [GIT PULL] XArray for 5.12 Matthew Wilcox
@ 2021-04-01 18:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-01 18:10 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Thu, 1 Apr 2021 13:50:45 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2021-04-01 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 12:50 [GIT PULL] XArray for 5.12 Matthew Wilcox
2021-04-01 18:10 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.