commit | 00d54ae8f4ea17af90dee294f326a156a00cb4ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 08 10:52:55 2023 -0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 13:15:14 2023 -0800 |
tree | cc6429e2c0de07035b3f16ada6fffa0963dfcda3 | |
parent | 27409e35d5fa56f1b51b6e0704081133e3881058 [diff] |
patman: Check patches in parallel 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@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org>