Searched hist:"2 d6f45b802af7a15a0e455bcfad4009aa5e7b66b" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression.h | diff 2d6f45b802af7a15a0e455bcfad4009aa5e7b66b Thu Mar 17 16:22:08 CDT 2016 Konstantin Khlebnikov <koct9i@gmail.com> 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>
|
H A D | regression3.c | 2d6f45b802af7a15a0e455bcfad4009aa5e7b66b Thu Mar 17 16:22:08 CDT 2016 Konstantin Khlebnikov <koct9i@gmail.com> 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>
|
H A D | main.c | diff 2d6f45b802af7a15a0e455bcfad4009aa5e7b66b Thu Mar 17 16:22:08 CDT 2016 Konstantin Khlebnikov <koct9i@gmail.com> 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>
|
H A D | Makefile | diff 2d6f45b802af7a15a0e455bcfad4009aa5e7b66b Thu Mar 17 16:22:08 CDT 2016 Konstantin Khlebnikov <koct9i@gmail.com> 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>
|
/openbmc/linux/tools/testing/radix-tree/linux/ |
H A D | kernel.h | diff 2d6f45b802af7a15a0e455bcfad4009aa5e7b66b Thu Mar 17 16:22:08 CDT 2016 Konstantin Khlebnikov <koct9i@gmail.com> 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>
|