]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
atheros: fix return value check in atl1_tso()
authorYuanjun Gong <ruc_gongyuanjun@163.com>
Sat, 22 Jul 2023 14:25:11 +0000 (22:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:23:59 +0000 (10:23 +0200)
commit85c38ac62c1372cc1ab05426315aad61025d33ef
treec64ef8631b606a595baddf026dc61d37f6dd1b92
parent01cb355bb92e8fcf8306e11a4774d610c5864e39
atheros: fix return value check in atl1_tso()

[ Upstream commit ed96824b71ed67664390890441b229423a25317f ]

in atl1_tso(), it should check the return value of pskb_trim(),
and return an error code if an unexpected value is returned
by pskb_trim().

Fixes: 401c0aabec4b ("atl1: simplify tx packet descriptor")
Signed-off-by: Yuanjun Gong <ruc_gongyuanjun@163.com>
Link: https://lore.kernel.org/r/20230722142511.12448-1-ruc_gongyuanjun@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/atheros/atlx/atl1.c