[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20221121202944.3d4a7103@kernel.org>
Date: Mon, 21 Nov 2022 20:29:44 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Daniil Tatianin <d-tatianin@...dex-team.ru>
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Hao Chen <chenhao288@...ilicon.com>,
Guangbin Huang <huangguangbin2@...wei.com>,
Tom Rix <trix@...hat.com>, Julian Wiedmann <jwi@...ux.ibm.com>,
Marco Bonelli <marco@...eim.net>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
lvc-project@...uxtesting.org, yc-core@...dex-team.ru
Subject: Re: [PATCH v2] net/ethtool/ioctl: ensure that we have phy ops
before using them
On Mon, 21 Nov 2022 17:05:56 +0300 Daniil Tatianin wrote:
> ops->get_ethtool_phy_stats was getting called in an else branch
> of ethtool_get_phy_stats() unconditionally without making sure
> it was actually present.
>
> Refactor the checks to avoid unnecessary nesting and make them more
> readable. Add an extra WARN_ON_ONCE(1) to emit a warning when a driver
> declares that it has phy stats without a way to retrieve them.
>
> Found by Linux Verification Center (linuxtesting.org) with the SVACE
> static analysis tool.
>
> Suggested-by: Jakub Kicinski <kuba@...nel.org>
> Signed-off-by: Daniil Tatianin <d-tatianin@...dex-team.ru>
Didn't make it to the list again :S Maybe try stripping the To/CC to
just netdev@, Andrew Lunn and Michal Kubecek?
Powered by blists - more mailing lists