[PATCH v2 0/4] patman: Speed up some operations

Simon Glass sjg at chromium.org
Mon Feb 20 00:50:03 CET 2023


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



More information about the U-Boot mailing list