From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net 0/3] tools: ynl-gen: fix glitches found by Chuck
Date: Thu, 23 Feb 2023 10:31:38 -0800 [thread overview]
Message-ID: <20230223183141.1422857-1-kuba@kernel.org> (raw)
A handful of fixes Chuck run into while trying to define the family
for crypto handshakes.
Jakub Kicinski (3):
tools: ynl-gen: fix single attribute structs with attr 0 only
tools: ynl-gen: re-raise the exception instead of printing
tools: net: add __pycache__ to gitignore
tools/net/ynl/lib/.gitignore | 1 +
tools/net/ynl/lib/nlspec.py | 4 +---
tools/net/ynl/ynl-gen-c.py | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
create mode 100644 tools/net/ynl/lib/.gitignore
--
2.39.2
next reply other threads:[~2023-02-23 18:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 18:31 Jakub Kicinski [this message]
2023-02-23 18:31 ` [PATCH net 1/3] tools: ynl-gen: fix single attribute structs with attr 0 only Jakub Kicinski
2023-02-23 18:31 ` [PATCH net 2/3] tools: ynl-gen: re-raise the exception instead of printing Jakub Kicinski
2023-02-23 18:31 ` [PATCH net 3/3] tools: net: add __pycache__ to gitignore Jakub Kicinski
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=20230223183141.1422857-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@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.
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 NNTP newsgroup(s).