[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240217001742.2466993-1-kuba@kernel.org>
Date: Fri, 16 Feb 2024 16:17:39 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
chuck.lever@...cle.com,
jiri@...nulli.us,
nicolas.dichtel@...nd.com,
willemb@...gle.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net 0/3] tools: ynl: fix header guards and impossible errors
Fix header guards for new families. I must have installed the latest
headers on my system when I was developing. Now it seems system update
overwrote them back to something slightly older, revealing the guards
I put in are wrong.
Also fix bugs discovered while I was hacking in low level stuff in YNL
and kept breaking the socket, really exercising the "impossible" paths.
Jakub Kicinski (3):
tools: ynl: fix header guards
tools: ynl: make sure we always pass yarg to mnl_cb_run
tools: ynl: don't leak mcast_groups on init error
tools/net/ynl/Makefile.deps | 4 ++--
tools/net/ynl/lib/ynl.c | 19 +++++++++++++++----
2 files changed, 17 insertions(+), 6 deletions(-)
--
2.43.0
Powered by blists - more mailing lists