aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/memblock/linux/memory_hotplug.h
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20memblock tests: change build options to run-time optionsRebecca Mckeever1-5/+3
Change verbose and movable node build options to run-time options. Movable node usage: $ ./main -m Or: $ ./main --movable-node Verbose usage: $ ./main -v Or: $ ./main --verbose Signed-off-by: Rebecca Mckeever <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Mike Rapoport <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-02-20memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik1-0/+19
Add basic project files, together with local stubs of required headers. Update tools/include/slab.h to include definitions used by memblock. Signed-off-by: Karolina Drobnik <[email protected]> Signed-off-by: Mike Rapoport <[email protected]> Link: https://lore.kernel.org/r/d296fceb023a04b316a31fbff9acf1e76ac684e4.1643796665.git.karolinadrobnik@gmail.com