[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ec8eac3-6b2f-4455-89ef-2d5768b4cee9@lunn.ch>
Date: Tue, 13 Jun 2023 00:28:51 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Justin Chen <justin.chen@...adcom.com>
Cc: netdev@...r.kernel.org, bcm-kernel-feedback-list@...adcom.com,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Daniil Tatianin <d-tatianin@...dex-team.ru>,
Marco Bonelli <marco@...eim.net>,
Vincent Mailhol <mailhol.vincent@...adoo.fr>,
Maxim Korotkov <korotkov.maxim.s@...il.com>,
Gal Pressman <gal@...dia.com>, Jiri Pirko <jiri@...nulli.us>,
Kuniyuki Iwashima <kuniyu@...zon.com>,
Simon Horman <simon.horman@...igine.com>,
Florian Fainelli <florian.fainelli@...adcom.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next] ethtool: ioctl: account for sopass diff in
set_wol
On Mon, Jun 12, 2023 at 02:37:00PM -0700, Justin Chen wrote:
> sopass won't be set if wolopt doesn't change. This means the following
> will fail to set the correct sopass.
> ethtool -s eth0 wol s sopass 11:22:33:44:55:66
> ethtool -s eth0 wol s sopass 22:44:55:66:77:88
>
> Make sure we call into the driver layer set_wol if sopass is different.
>
> Fixes: 55b24334c0f2 ("ethtool: ioctl: improve error checking for set_wol")
> Signed-off-by: Justin Chen <justin.chen@...adcom.com>
> ---
>
> Note: Tagged "Fixes" patch has not hit rc yet.
>
> net/ethtool/ioctl.c | 3 ++-
Hi Justin
Does the netlink version get this correct?
And just for my own curiosity, why are you so interested in the ioctl
version, which is deprecated and not used by modern versions of
ethtool?
Andrew
Powered by blists - more mailing lists