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 <lorenzo.stoakes@oracle.com>Acked-by: Vlastimil Babka <vbabka@suse.cz>Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>Cc: Alexander Viro <viro@zeniv.linux.org.uk>Cc: Brendan Higgins <brendanhiggins@google.com>Cc: Christian Brauner <brauner@kernel.org>Cc: David Gow <davidgow@google.com>Cc: Eric W. Biederman <ebiederm@xmission.com>Cc: Jan Kara <jack@suse.cz>Cc: Kees Cook <kees@kernel.org>Cc: Matthew Wilcox (Oracle) <willy@infradead.org>Cc: Rae Moar <rmoar@google.com>Cc: SeongJae Park <sj@kernel.org>Cc: Shuah Khan <shuah@kernel.org>Cc: Suren Baghdasaryan <surenb@google.com>Cc: Pengfei Xu <pengfei.xu@intel.com>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
show more ...