tools: separate out shared radix-tree componentsThe core components contained within the radix-tree tests which provideshims for kernel headers and access to the maple tree are useful fortesting
tools: separate out shared radix-tree componentsThe core components contained within the radix-tree tests which provideshims for kernel headers and access to the maple tree are useful fortesting other things, so separate them out and make the radix tree testsdependent on the shared components.This lays the groundwork for us to add VMA tests of the newly introducedvma.c file.Link: https://lkml.kernel.org/r/1ee720c265808168e0d75608e687607d77c36719.1722251717.git.lorenzo.stoakes@oracle.comSigned-off-by: Lorenzo Stoakes <[email protected]>Acked-by: Vlastimil Babka <[email protected]>Reviewed-by: Liam R. Howlett <[email protected]>Cc: Alexander Viro <[email protected]>Cc: Brendan Higgins <[email protected]>Cc: Christian Brauner <[email protected]>Cc: David Gow <[email protected]>Cc: Eric W. Biederman <[email protected]>Cc: Jan Kara <[email protected]>Cc: Kees Cook <[email protected]>Cc: Matthew Wilcox (Oracle) <[email protected]>Cc: Rae Moar <[email protected]>Cc: SeongJae Park <[email protected]>Cc: Shuah Khan <[email protected]>Cc: Suren Baghdasaryan <[email protected]>Cc: Pengfei Xu <[email protected]>Signed-off-by: Andrew Morton <[email protected]>
show more ...