]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
radix-tree tests: add regression3 test
authorKonstantin Khlebnikov <koct9i@gmail.com>
Thu, 17 Mar 2016 21:22:08 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Mar 2016 22:09:34 +0000 (15:09 -0700)
commit2d6f45b802af7a15a0e455bcfad4009aa5e7b66b
tree168ed52e0dd19c10b2178015f66fe2e877e44f19
parent7165092fe5ca70bae722ac6cd78421cfd0eec18d
radix-tree tests: add regression3 test

After calling radix_tree_iter_retry(), 'slot' will be set to NULL.  This
can cause radix_tree_next_slot() to dereference the NULL pointer.  Add
Konstantin Khlebnikov's test to the regression framework.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Reported-by: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/radix-tree/Makefile
tools/testing/radix-tree/linux/kernel.h
tools/testing/radix-tree/main.c
tools/testing/radix-tree/regression.h
tools/testing/radix-tree/regression3.c [new file with mode: 0644]