Re: [PATCH] lib/test_free_pages: Add basic progress indicators

From: Matthew Wilcox
Date: Sun Oct 18 2020 - 10:25:14 EST


On Sun, Oct 18, 2020 at 04:04:45PM +0200, Geert Uytterhoeven wrote:
> The test module to check that free_pages() does not leak memory does not
> provide any feedback whatsoever its state or progress, but may take some
> time on slow machines. Add the printing of messages upon starting each
> phase of the test, and upon completion.

It's not supposed to take a long time. Can you crank down that 1000 *
1000 to something more appropriate?