netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] tools: ynl-gen: fix glitches found by Chuck
@ 2023-02-23 18:31 Jakub Kicinski
  2023-02-23 18:31 ` [PATCH net 1/3] tools: ynl-gen: fix single attribute structs with attr 0 only Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-02-23 18:31 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, Jakub Kicinski

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


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

end of thread, other threads:[~2023-02-23 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 18:31 [PATCH net 0/3] tools: ynl-gen: fix glitches found by Chuck Jakub Kicinski
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

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).