Re: [PATCH v2 3/4] patman: Run get_maintainer.pl in parallel

2023-03-01 Thread Doug Anderson
Hi, On Sun, Feb 19, 2023 at 3:50 PM Simon Glass wrote: > > This script can take ages on some series. Try to limit the time by > using threads. If a few stubborn patches remain, show progress so the > user has some idea what is going on. > > Signed-off-by: Simon Glass > --- > > (no changes since

[PATCH v2 3/4] patman: Run get_maintainer.pl in parallel

2023-02-19 Thread Simon Glass
This script can take ages on some series. Try to limit the time by using threads. If a few stubborn patches remain, show progress so the user has some idea what is going on. Signed-off-by: Simon Glass --- (no changes since v1) tools/patmanu/func_test.py | 2 ++ tools/patmanu/series.py| 33