mbox series

[0/4] patman: Speed up some operations

Message ID 20230219163124.1797834-1-sjg@chromium.org
Headers show
Series patman: Speed up some operations | expand

Message

Simon Glass Feb. 19, 2023, 4:31 p.m. UTC
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.


Simon Glass (4):
  patman: Drop an uncorrect 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(-)