public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] patman: Small fixes plus remove --no-tree from checkpatch for linux
@ 2022-06-30 21:08 Douglas Anderson
  2022-06-30 21:08 ` [PATCH 1/6] patman: Fix updating argument defaults from settings Douglas Anderson
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Douglas Anderson @ 2022-06-30 21:08 UTC (permalink / raw)
  To: sjg; +Cc: briannorris, amstan, mka, Douglas Anderson, u-boot

The whole point of this series is really to make it so that when we're
using patman for sending Linux patches that we don't pass "--no-tree"
to checkpatch. While doing that, though, I found a number of bugs
including an explanation about why recent version of patman have been
yelling about "tags" when used with Linux even though Linux is
supposed to have "process_tags" defaulted to False.


Douglas Anderson (6):
  patman: Fix updating argument defaults from settings
  patman: Fix implicit command inserting
  patman: Don't look at sys.argv when parsing settings
  patman: Make most bool arguments BooleanOptionalAction
  patman: By default don't pass "--no-tree" to checkpatch for linux
  patman: Take project defaults into account for --help

 tools/patman/checkpatch.py | 11 +++---
 tools/patman/control.py    |  7 ++--
 tools/patman/main.py       | 72 ++++++++++++++++++++++----------------
 tools/patman/settings.py   | 46 +++++++++++++-----------
 4 files changed, 78 insertions(+), 58 deletions(-)

-- 
2.37.0.rc0.161.g10f37bed90-goog


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-30 22:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 21:08 [PATCH 0/6] patman: Small fixes plus remove --no-tree from checkpatch for linux Douglas Anderson
2022-06-30 21:08 ` [PATCH 1/6] patman: Fix updating argument defaults from settings Douglas Anderson
2022-06-30 21:08 ` [PATCH 2/6] patman: Fix implicit command inserting Douglas Anderson
2022-06-30 21:08 ` [PATCH 3/6] patman: Don't look at sys.argv when parsing settings Douglas Anderson
2022-06-30 21:08 ` [PATCH 4/6] patman: Make most bool arguments BooleanOptionalAction Douglas Anderson
2022-06-30 21:30   ` Brian Norris
2022-06-30 21:08 ` [PATCH 5/6] patman: By default don't pass "--no-tree" to checkpatch for linux Douglas Anderson
2022-06-30 21:08 ` [PATCH 6/6] patman: Take project defaults into account for --help Douglas Anderson
2022-06-30 22:15   ` Brian Norris
2022-06-30 22:18 ` [PATCH 0/6] patman: Small fixes plus remove --no-tree from checkpatch for linux Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox