Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 20 Apr 2023 16:01:25 +0200 you wrote:
From: Huanhuan Wang huanhuan.wang@corigine.com
There are two pointers in struct xfrm_dev_offload, *dev, *real_dev. The *dev points whether bonding interface or real interface, if bonding IPsec offload is used, it points bonding interface; if not, it points real interface. And *real_dev always points real interface. So nfp should always use real_dev instead of dev.
[...]
Here is the summary with links: - [net] nfp: fix incorrect pointer deference when offloading IPsec with bonding https://git.kernel.org/netdev/net/c/63cfd210034c
You are awesome, thank you!