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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <172628283724.2435669.12894402416372191357.git-patchwork-notify@kernel.org>
Date: Sat, 14 Sep 2024 03:00:37 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Qianqiang Liu <qianqiang.liu@....com>
Cc: kuba@...nel.org, edumazet@...gle.com, usama.anjum@...labora.com,
 andrew@...n.ch, o.rempel@...gutronix.de, rosenp@...il.com,
 netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] net: ag71xx: remove dead code path

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Fri, 13 Sep 2024 09:47:32 +0800 you wrote:
> The "err" is always zero, so the following branch can never be executed:
> if (err) {
> 	ndev->stats.rx_dropped++;
> 	kfree_skb(skb);
> }
> Therefore, the "if" statement can be removed.
> 
> [...]

Here is the summary with links:
  - [v2] net: ag71xx: remove dead code path
    https://git.kernel.org/netdev/net-next/c/7fd551a87ba4

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