
20 Feb
2023
20 Feb
'23
12:50 a.m.
This little series updates patman to run the get_maintainer.py script in parallel for each commit. It also does the same with checkpatch.
In some cases this can make a dramatic different to the speed.
Changes in v2: - Fix 'uncorrect' typo in subject - Fix missing 'f' on format string
Simon Glass (4): patman: Drop an incorrect comment about git am patman: Refactor MakeCcFile() into two functions patman: Run get_maintainer.pl in parallel patman: Check patches in parallel
tools/patmanu/checkpatch.py | 46 +++++++++------- tools/patmanu/control.py | 2 +- tools/patmanu/func_test.py | 2 + tools/patmanu/series.py | 107 ++++++++++++++++++++++++++++-------- 4 files changed, 112 insertions(+), 45 deletions(-)
--
2.39.2.637.g21b0678d19-goog