[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1685051273.git.lucien.xin@gmail.com>
Date: Thu, 25 May 2023 17:49:14 -0400
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: davem@...emloft.net,
kuba@...nel.org,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Thomas Graf <tgraf@...radead.org>,
Alexander Duyck <alexanderduyck@...com>
Subject: [PATCH net 0/3] rtnetlink: a couple of fixes in linkmsg validation
validate_linkmsg() was introduced to do linkmsg validation for existing
links. However, the new created links also need this linkmsg validation.
Move it to the correct place in Patch 1, and add more tb checks in
Patch 2 and 3.
Xin Long (3):
rtnetlink: move validate_linkmsg into rtnl_create_link
rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg
rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg
net/core/rtnetlink.c | 70 +++++++++++++++++++++++++++-----------------
1 file changed, 43 insertions(+), 27 deletions(-)
--
2.39.1
Powered by blists - more mailing lists