[PATCH v3 4/4] patman: Check patches in parallel
Simon Glass
sjg at chromium.org
Wed Mar 8 23:16:16 CET 2023
For large series this can take a while. Run checkpatch in parallel to
try to reduce the time. The checkpatch information is still reported in
sequential order, so a very slow patch at the start can still slow
things down. But overall this gives good results.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Douglas Anderson <dianders at chromium.org>
---
(no changes since v1)
tools/patmanu/checkpatch.py | 46 +++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 20 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list