mbox series

[b4,0/3] Extend checkpatch.pl compatibilities

Message ID 20240815-extend-checkpatch-v1-0-ab7f654be699@linaro.org (mailing list archive)
Headers show
Series Extend checkpatch.pl compatibilities | expand

Message

Manos Pitsidianakis Aug. 15, 2024, 1:36 p.m. UTC
This series fixes an error from reading prep-perpatch-check-cmd from
.b4-config inappropriately, and also allows b4 to be more gentle for
projects which use checkpatch.pl but are not the kernel.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
Manos Pitsidianakis (3):
      ez: do not interpret 'prep-perpatch-check-cmd' str as list of chars
      ez: verify default checkpatch.pl args before running them
      Differentiate between checkcmd error and checkmd patch fail

 src/b4/__init__.py |  8 +++++++-
 src/b4/ez.py       | 14 +++++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)
---
base-commit: 37811c93f50e70f325e45107a9a20ffc69f2f6dc
change-id: 20240815-extend-checkpatch-b2fe4b89da78

Best regards,

Comments

Konstantin Ryabitsev Sept. 6, 2024, 2:48 p.m. UTC | #1
On Thu, Aug 15, 2024 at 04:36:26PM GMT, Manos Pitsidianakis wrote:
> This series fixes an error from reading prep-perpatch-check-cmd from
> .b4-config inappropriately, and also allows b4 to be more gentle for
> projects which use checkpatch.pl but are not the kernel.

Thank you for sending this in. There were other outstanding patches that
already addressed some of the issues you've fixed in this series. Could you
review and rebase as necessary?

Thanks!

-K