[PULL REQUEST] idr fix for 4.11

From: Matthew Wilcox
Date: Tue Mar 07 2017 - 13:44:06 EST


Hi Linus,

One urgent patch in here; freeing the correct IDA bitmap. Everything
else is changes to the test suite, which I don't think you're opposed
to pulling after -rc1. These patches have all been in -next for four
days.

The following changes since commit 2d6be4abf514fc26c83d239c7f31da1f95e4a31d:

Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmi (2017-02-28 21:06:30 -0800)

are available in the git repository at:

git://git.infradead.org/users/willy/linux-dax.git idr-4.11

for you to fetch changes up to f0f3f2d0a3e0f7c48163fd8b45f5909d46e7f371:

radix tree test suite: Specify -m32 in LDFLAGS too (2017-03-07 13:18:24 -0500)

----------------------------------------------------------------
Matthew Wilcox (3):
radix tree test suite: Depend on Makefile and quieten grep
ida: Free correct IDA bitmap
radix tree test suite: Specify -m32 in LDFLAGS too

Michael Ellerman (1):
radix tree test suite: Fix build with --as-needed

Rehas Sachdeva (7):
radix tree test suite: Add test for idr_get_next()
radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()
radix tree test suite: Add test for radix_tree_clear_tags()
radix tree test suite: Add performance benchmarks
radix tree test suite: Add performance test for radix_tree_split()
radix tree test suite: Add performance test for radix_tree_join()
radix tree test suite: Build 32 bit binaries

lib/radix-tree.c | 4 +-
tools/testing/radix-tree/Makefile | 15 +--
tools/testing/radix-tree/benchmark.c | 173 +++++++++++++++++++++++++++++++++--
tools/testing/radix-tree/idr-test.c | 78 +++++++++++++++-
tools/testing/radix-tree/main.c | 1 +
tools/testing/radix-tree/tag_check.c | 29 ++++++
tools/testing/radix-tree/test.h | 1 +
7 files changed, 283 insertions(+), 18 deletions(-)