lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <168786182007.31138.6869118162868476838.git-patchwork-notify@kernel.org>
Date: Tue, 27 Jun 2023 10:30:20 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Cambda Zhu <cambda@...ux.alibaba.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, fengtao40@...wei.com,
 lucien.xin@...il.com, luwei32@...wei.com, maheshb@...gle.com,
 xuanzhuo@...ux.alibaba.com, dust.li@...ux.alibaba.com,
 tonylu@...ux.alibaba.com
Subject: Re: [PATCH net v2] ipvlan: Fix return value of ipvlan_queue_xmit()

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:

On Mon, 26 Jun 2023 17:33:47 +0800 you wrote:
> ipvlan_queue_xmit() should return NET_XMIT_XXX, but
> ipvlan_xmit_mode_l2/l3() returns rx_handler_result_t or NET_RX_XXX
> in some cases. ipvlan_rcv_frame() will only return RX_HANDLER_CONSUMED
> in ipvlan_xmit_mode_l2/l3() because 'local' is true. It's equal to
> NET_XMIT_SUCCESS. But dev_forward_skb() can return NET_RX_SUCCESS or
> NET_RX_DROP, and returning NET_RX_DROP(NET_XMIT_DROP) will increase
> both ipvlan and ipvlan->phy_dev drops counter.
> 
> [...]

Here is the summary with links:
  - [net,v2] ipvlan: Fix return value of ipvlan_queue_xmit()
    https://git.kernel.org/netdev/net/c/8a9922e7be6d

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ