[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180226200521.GB24087@bombadil.infradead.org>
Date: Mon, 26 Feb 2018 12:05:21 -0800
From: Matthew Wilcox <willy@...radead.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Khalid Aziz <khalid.aziz@...cle.com>, linux-kernel@...r.kernel.org,
Chris Mi <chrism@...lanox.com>, netdev@...r.kernel.org,
Randy Dunlap <rdunlap@...radead.org>
Subject: [GIT PULL] Fixes for IDR
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
Powered by blists - more mailing lists