[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200722141151.GO15516@casper.infradead.org>
Date: Wed, 22 Jul 2020 15:11:51 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] XArray for 5.8
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
Powered by blists - more mailing lists