From: Matthew Wilcox <willy@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Khalid Aziz <khalid.aziz@oracle.com>,
linux-kernel@vger.kernel.org, Chris Mi <chrism@mellanox.com>,
netdev@vger.kernel.org, Randy Dunlap <rdunlap@infradead.org>
Subject: [GIT PULL] Fixes for IDR
Date: Mon, 26 Feb 2018 12:05:21 -0800 [thread overview]
Message-ID: <20180226200521.GB24087@bombadil.infradead.org> (raw)
Hi Linus,
I have one test-suite build fix for you and one run-time regression fix.
The regression fix includes new tests to make sure they don't pop back up.
The following changes since commit 3664ce2d930983966d2aac0e167f1332988c4e25:
Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2018-02-24 16:05:50 -0800)
are available in the Git repository at:
git://git.infradead.org/users/willy/linux-dax.git idr-2018-02-06
for you to fetch changes up to 4b0ad07653ee94182e2d8f21404242c9e83ad0b4:
idr: Fix handling of IDs above INT_MAX (2018-02-26 14:39:30 -0500)
----------------------------------------------------------------
Matthew Wilcox (2):
radix tree test suite: Fix build
idr: Fix handling of IDs above INT_MAX
lib/idr.c | 13 ++++---
tools/testing/radix-tree/idr-test.c | 52 +++++++++++++++++++++++++
tools/testing/radix-tree/linux.c | 11 +++++-
tools/testing/radix-tree/linux/compiler_types.h | 0
tools/testing/radix-tree/linux/gfp.h | 1 +
tools/testing/radix-tree/linux/slab.h | 6 +++
6 files changed, 75 insertions(+), 8 deletions(-)
create mode 100644 tools/testing/radix-tree/linux/compiler_types.h
reply other threads:[~2018-02-26 20:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20180226200521.GB24087@bombadil.infradead.org \
--to=willy@infradead.org \
--cc=chrism@mellanox.com \
--cc=khalid.aziz@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@infradead.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).