]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Run get_maintainer.pl in parallel
authorSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 18:52:54 +0000 (10:52 -0800)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit0815825011a03865b66437a019a63f595803cab3
treec975df040d9a7c36fb76ab51f93aaa56c0cd6d0e
parent4cc35cccbcd144e93ac0df48e1c8f06b739ccc4a
patman: Run get_maintainer.pl in parallel

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 <sjg@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
tools/patman/func_test.py
tools/patman/series.py