All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] XArray for 5.7-rc1
Date: Tue, 31 Mar 2020 07:17:49 -0700	[thread overview]
Message-ID: <20200331141749.GB21484@bombadil.infradead.org> (raw)

The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:

  Linux 5.5 (2020-01-26 16:23:03 -0800)

are available in the Git repository at:

  git://git.infradead.org/users/willy/linux-dax.git tags/xarray-5.7

for you to fetch changes up to 7e934cf5ace1dceeb804f7493fa28bb697ed3c52:

  xarray: Fix early termination of xas_for_each_marked (2020-03-12 17:42:08 -0400)

----------------------------------------------------------------
XArray updates for 5.7-rc1

 - Fix two bugs which affected multi-index entries larger than 2^26 indices
 - Fix some documentation
 - Remove unused IDA macros
 - Add a small optimisation for tiny configurations
 - Fix a bug which could cause an RCU walker to terminate a marked walk early

----------------------------------------------------------------
Alex Shi (1):
      ida: remove abandoned macros

Chengguang Xu (1):
      XArray: Fix incorrect comment in header file

Matthew Wilcox (Oracle) (5):
      XArray: Fix xa_find_next for large multi-index entries
      XArray: Fix xas_pause for large multi-index entries
      XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTI
      radix tree test suite: Support kmem_cache alignment
      xarray: Fix early termination of xas_for_each_marked

 include/linux/xarray.h                       | 10 +++-
 lib/radix-tree.c                             |  8 ---
 lib/test_xarray.c                            | 55 ++++++++++++++++++
 lib/xarray.c                                 |  9 ++-
 tools/testing/radix-tree/Makefile            |  4 +-
 tools/testing/radix-tree/iteration_check_2.c | 87 ++++++++++++++++++++++++++++
 tools/testing/radix-tree/linux.c             | 32 ++++++----
 tools/testing/radix-tree/linux/slab.h        |  6 +-
 tools/testing/radix-tree/main.c              |  1 +
 tools/testing/radix-tree/test.h              |  1 +
 10 files changed, 182 insertions(+), 31 deletions(-)
 create mode 100644 tools/testing/radix-tree/iteration_check_2.c


             reply	other threads:[~2020-03-31 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 14:17 Matthew Wilcox [this message]
2020-04-02  2:05 ` [GIT PULL] XArray for 5.7-rc1 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=20200331141749.GB21484@bombadil.infradead.org \
    --to=willy@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 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.