[PATCH v2 4/4] patman: Check patches in parallel
Doug Anderson
dianders at chromium.org
Wed Mar 1 23:13:18 CET 2023
Hi,
On Sun, Feb 19, 2023 at 3:50 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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>
> ---
>
> (no changes since v1)
>
> tools/patmanu/checkpatch.py | 46 +++++++++++++++++++++----------------
> 1 file changed, 26 insertions(+), 20 deletions(-)
Reviewed-by: Douglas Anderson <dianders at chromium.org>
More information about the U-Boot
mailing list