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?