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

Simon Glass sjg at chromium.org
Wed Mar 8 19:52:51 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 v3:
- Mention the commit where the -a option was dropped
- Reword comment for all_skips
- Sort the set directly instead of converting it to a list first

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     | 108 ++++++++++++++++++++++++++++--------
 4 files changed, 113 insertions(+), 45 deletions(-)

-- 
2.40.0.rc0.216.gc4246ad0f0-goog



More information about the U-Boot mailing list