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.12
Date: Thu, 1 Apr 2021 13:50:45 +0100	[thread overview]
Message-ID: <20210401125045.GC351017@casper.infradead.org> (raw)


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



             reply	other threads:[~2021-04-01 17:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 12:50 Matthew Wilcox [this message]
2021-04-01 18:10 ` [GIT PULL] XArray for 5.12 pr-tracker-bot

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=20210401125045.GC351017@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).