All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] XArray for 5.8
@ 2020-07-22 14:11 Matthew Wilcox
  2020-07-22 18:40 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2020-07-22 14:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

The following changes since commit 4fa640dc52302b5e62b01b05c755b055549633ae:

  Merge tag 'vfio-v5.8-rc7' of git://github.com/awilliam/linux-vfio into master (2020-07-20 13:30:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f177a7956685320eef43d248d39f61a74290f031:

  XArray: Test multiorder marked iteration (2020-07-22 09:58:48 -0400)

----------------------------------------------------------------
XArray updates for 5.8

 - Fix the test suite after introduction of the local_lock
 - Fix a bug in the IDA spotted by Coverity
 - Add a few more tests to the test suite

----------------------------------------------------------------
Matthew Wilcox (Oracle) (4):
      radix tree test suite: Fix compilation
      ida: Free allocated bitmap in error path
      XArray: Test two more things about xa_cmpxchg
      XArray: Test multiorder marked iteration

 include/linux/radix-tree.h                  |  3 ++-
 lib/idr.c                                   |  1 +
 lib/radix-tree.c                            |  1 -
 lib/test_xarray.c                           | 25 +++++++++++++++++++++++++
 tools/testing/radix-tree/idr-test.c         | 29 +++++++++++++++++++++++++++++
 tools/testing/radix-tree/linux/kernel.h     |  1 +
 tools/testing/radix-tree/linux/local_lock.h |  8 ++++++++
 tools/testing/radix-tree/test.h             |  4 ----
 8 files changed, 66 insertions(+), 6 deletions(-)
 create mode 100644 tools/testing/radix-tree/linux/local_lock.h


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

end of thread, other threads:[~2020-07-22 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 14:11 [GIT PULL] XArray for 5.8 Matthew Wilcox
2020-07-22 18:40 ` Linus Torvalds
2020-07-22 18:46   ` Matthew Wilcox
2020-07-22 19:01     ` Linus Torvalds

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.