From: David Gibson <david@gibson.dropbear.id.au>
To: passt-dev@passt.top, Stefano Brivio <sbrivio@redhat.com>
Subject: Re: [PATCH 00/13] Improvements to static checker invocation
Date: Tue, 21 Apr 2026 13:03:59 +1000 [thread overview]
Message-ID: <aebpH8q3wMvB7Gbc@zatzit> (raw)
In-Reply-To: <20260421024344.1379633-1-david@gibson.dropbear.id.au>
[-- Attachment #1: Type: text/plain, Size: 1777 bytes --]
On Tue, Apr 21, 2026 at 12:43:31PM +1000, David Gibson wrote:
> While working on pesto, I ran into a number of awkward errors with the
> static checkers. This series reworks the invocation of the checkers
> in a way that will let us deal with that. As a bonus, it also gives
> us static checking for passt-repair and qrap. It also makes a few
> other cleanups to the Makefile that seemed natural along the way.
Sorry, realised 4/13 introduced a test failure due to a bad
interaction with test/build/build.py. New spin coming shortly.
>
> David Gibson (13):
> Makefile: Use make variables for static checker configuration
> cppcheck: Split out essential defines into a BASE_CPPFLAGS variable
> Makefile: Remove preprocessor flags from $(FLAGS)
> Makefile: Remove non-standard $(FLAGS) variable
> Makefile: Make conditional definition of $(BIN) clearer
> Makefile: Use common binary compilation rule
> Makefile: Remove unhelpful $(HEADERS) variable
> Makefile: Add header dependencies for secondary binaries
> Makefile: Split static checker targets
> passt-repair: Split out inotify handling to its own function
> passt-repair: Simplify construction of Unix path from inotify
> passt-repair: Run static checkers
> qrap: Run static checkers
>
> Makefile | 106 ++++++++++++++++++------------
> linux_dep.h | 2 +-
> passt-repair.c | 171 +++++++++++++++++++++++++++----------------------
> qrap.c | 42 +++++++-----
> 4 files changed, 188 insertions(+), 133 deletions(-)
>
> --
> 2.53.0
>
--
David Gibson (he or they) | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you, not the other way
| around.
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2026-04-21 3:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-21 2:43 David Gibson
2026-04-21 2:43 ` [PATCH 01/13] Makefile: Use make variables for static checker configuration David Gibson
2026-04-21 2:43 ` [PATCH 02/13] cppcheck: Split out essential defines into a BASE_CPPFLAGS variable David Gibson
2026-04-21 2:43 ` [PATCH 03/13] Makefile: Remove preprocessor flags from $(FLAGS) David Gibson
2026-04-21 2:43 ` [PATCH 04/13] Makefile: Remove non-standard $(FLAGS) variable David Gibson
2026-04-21 2:43 ` [PATCH 05/13] Makefile: Make conditional definition of $(BIN) clearer David Gibson
2026-04-21 2:43 ` [PATCH 06/13] Makefile: Use common binary compilation rule David Gibson
2026-04-21 2:43 ` [PATCH 07/13] Makefile: Remove unhelpful $(HEADERS) variable David Gibson
2026-04-21 2:43 ` [PATCH 08/13] Makefile: Add header dependencies for secondary binaries David Gibson
2026-04-21 2:43 ` [PATCH 09/13] Makefile: Split static checker targets David Gibson
2026-04-21 2:43 ` [PATCH 10/13] passt-repair: Split out inotify handling to its own function David Gibson
2026-04-21 2:43 ` [PATCH 11/13] passt-repair: Simplify construction of Unix path from inotify David Gibson
2026-04-21 2:43 ` [PATCH 12/13] passt-repair: Run static checkers David Gibson
2026-04-21 2:43 ` [PATCH 13/13] qrap: " David Gibson
2026-04-21 3:03 ` David Gibson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aebpH8q3wMvB7Gbc@zatzit \
--to=david@gibson.dropbear.id.au \
--cc=passt-dev@passt.top \
--cc=sbrivio@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).