[GIT PULL] Fixes for IDR
From: Matthew Wilcox
Date: Mon Feb 26 2018 - 15:05:31 EST
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