]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
xarray: Move multiorder_check to in-kernel tests
authorMatthew Wilcox <willy@infradead.org>
Sun, 9 Sep 2018 05:52:17 +0000 (01:52 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:46 +0000 (10:46 -0400)
commit4f06d6302da682157890f72c0573e12a73536814
treead61fcd160cb757cf34f173f596c927885742af3
parent93eb07f72c8d86f8fe5e90907df1cc037f6ffbb7
xarray: Move multiorder_check to in-kernel tests

This version is a little less thorough in order to be a little quicker,
but tests the important edge cases.  Also test adding a multiorder entry
at a non-canonical index, and erasing it.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/test_xarray.c
tools/testing/radix-tree/multiorder.c