[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166484101705.29578.5196781681020235718.git-patchwork-notify@kernel.org>
Date: Mon, 03 Oct 2022 23:50:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Nathan Huckleberry <nhuck@...gle.com>
Cc: error27@...il.com, llvm@...ts.linux.dev,
horatiu.vultur@...rochip.com, UNGLinuxDriver@...rochip.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, nathan@...nel.org, ndesaulniers@...gle.com,
trix@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: lan966x: Fix return type of lan966x_port_xmit
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 29 Sep 2022 11:27:03 -0700 you wrote:
> The ndo_start_xmit field in net_device_ops is expected to be of type
> netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb, struct net_device *dev).
>
> The mismatched return type breaks forward edge kCFI since the underlying
> function definition does not match the function hook definition.
>
> The return type of lan966x_port_xmit should be changed from int to
> netdev_tx_t.
>
> [...]
Here is the summary with links:
- net: lan966x: Fix return type of lan966x_port_xmit
https://git.kernel.org/netdev/net-next/c/450a580fc4b5
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists