[PATCH 0/5] rtth: Radix Tree Test Harness fixes

From: Hugh Dickins
Date: Sat Dec 17 2011 - 02:52:36 EST


Several months ago I promised Randy that I would update the
Radix Tree Test Harness rtth, to reflect recent kernel changes.
That fell off my radar for a while, but I've another little
change coming up (taking the radix_tree_path off the stack),
and really needed a working rtth to validate that change.
Here's a set of fixes to rtth; then when I've written that up
(hopefully tomorrow), I'll send a kernel patch and a matching
rtth patch.

Hugh

Makefile | 2
linux.c | 5 -
linux/bitops.h | 122 ++++++++++++++++++++++++++++----
linux/bitops/__ffs.h | 43 -----------
linux/bitops/ffs.h | 41 ----------
linux/bitops/ffz.h | 12 ---
linux/bitops/find.h | 13 ---
linux/bitops/fls.h | 41 ----------
linux/bitops/fls64.h | 14 ---
linux/bitops/hweight.h | 11 --
linux/bitops/le.h | 53 -------------
linux/bitops/non-atomic.h | 111 -----------------------------
linux/notifier.h | 4 +
linux/radix-tree.h | 58 +++++++++++++--
linux/rcupdate.h | 15 ---
linux/types.h | 9 +-
main.c | 7 +
radix-tree.c | 137 ++++++++++++++++++++++++++++++------
rcupdate.c | 86 ----------------------
regression1.c | 24 ++++--
test.c | 2
test.h | 26 ++++--
22 files changed, 329 insertions(+), 507 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/