]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/rbtree: add random seed
authorWei Yang <richard.weiyang@gmail.com>
Mon, 10 Mar 2025 07:49:34 +0000 (07:49 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 19:17:00 +0000 (12:17 -0700)
commit16b1936ae6d1858252413bf4bae8bcf247eb4b4c
tree0a58fc757694f807c48bb670e7e1062bcea03a0b
parent3e1d58cd5dae95de731dc3128a7bcffa7c5e7ed9
lib/rbtree: add random seed

Current test use pseudo rand function with fixed seed, which means the
test data is the same pattern each time.

Add random seed parameter to randomize the test.

Link: https://lkml.kernel.org/r/20250310074938.26756-4-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Michel Lespinasse <michel@lespinasse.org>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/types.h
lib/interval_tree_test.c
lib/rbtree_test.c
tools/include/linux/types.h
tools/testing/rbtree/interval_tree_test.c
tools/testing/rbtree/rbtree_test.c