From: Michael Bommarito <michael.bommarito@gmail.com>
To: Jon Maloy <jmaloy@redhat.com>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>,
Ying Xue <ying.xue@windriver.com>,
netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: [PATCH net v2 0/4] tipc: fix netlink gate and receive-path bugs
Date: Sat, 6 Jun 2026 15:14:09 -0400 [thread overview]
Message-ID: <cover.1780766454.git.michael.bommarito@gmail.com> (raw)
This is v2 of the public TIPC series. Patches 1 and 2 are the same fixes
as before, with patch 1 updated to use GENL_ADMIN_PERM for
TIPC_NL_MEDIA_SET after the duplicate public patch pointed out that the
media defaults are global rather than per-netns state. Patches 3 and 4
address Tung's review feedback.
Changes in v2:
- Patch 1 uses GENL_ADMIN_PERM for TIPC_NL_MEDIA_SET and
GENL_UNS_ADMIN_PERM for the netns-scoped mutators.
- Patch 3 validates msg_conn_ack() at the start of the CONN_ACK block
and drops invalid messages instead of capping the value.
- Patch 4 reorders the new u32 declarations in reverse-Xmas-tree order.
Michael Bommarito (4):
tipc: require net admin for TIPCv2 netlink mutators
tipc: validate discovery message length before reading media address
tipc: prevent snt_unacked underflow on CONN_ACK
tipc: reject inverted service ranges from peer bindings
net/tipc/discover.c | 14 ++++++++++++++
net/tipc/name_distr.c | 11 ++++++++++-
net/tipc/netlink.c | 12 ++++++++++++
net/tipc/socket.c | 7 ++++++-
4 files changed, 42 insertions(+), 2 deletions(-)
base-commit: e7ae89a0c97ce2b68b0983cd01eda67cf373517d
--
2.53.0
next reply other threads:[~2026-06-06 19:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-06 19:14 Michael Bommarito [this message]
2026-06-06 19:14 ` [PATCH net v2 1/4] tipc: require net admin for TIPCv2 netlink mutators Michael Bommarito
2026-06-06 19:14 ` [PATCH net v2 2/4] tipc: validate discovery message length before reading media address Michael Bommarito
2026-06-06 19:14 ` [PATCH net v2 3/4] tipc: prevent snt_unacked underflow on CONN_ACK Michael Bommarito
2026-06-06 19:14 ` [PATCH net v2 4/4] tipc: reject inverted service ranges from peer bindings Michael Bommarito
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=cover.1780766454.git.michael.bommarito@gmail.com \
--to=michael.bommarito@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jmaloy@redhat.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=ying.xue@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.