linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] XArray for 5.8
Date: Wed, 22 Jul 2020 15:11:51 +0100	[thread overview]
Message-ID: <20200722141151.GO15516@casper.infradead.org> (raw)

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


             reply	other threads:[~2020-07-22 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 14:11 Matthew Wilcox [this message]
2020-07-22 18:40 ` [GIT PULL] XArray for 5.8 Linus Torvalds
2020-07-22 18:46   ` Matthew Wilcox
2020-07-22 19:01     ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200722141151.GO15516@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).