On 19.08.22 10:34, Rebecca Mckeever wrote: > Generic tests for memblock_alloc*() functions do not use separate > functions for testing top-down and bottom-up allocation directions. > Therefore, the function name that is displayed in the verbose testing > output does not include the allocation direction. > > Add an additional prefix when running generic tests for > memblock_alloc*() functions that indicates which allocation direction is > set. The prefix will be displayed when the tests are run in verbose mode. > > Signed-off-by: Rebecca Mckeever <remckee0@xxxxxxxxx> Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> -- Thanks, David / dhildenb