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: <c0133261-8931-4e8f-a645-ab38412e3ca4@datenfreihafen.org>
Date: Fri, 4 Oct 2024 09:38:22 +0200
From: Stefan Schmidt <stefan@...enfreihafen.org>
To: Uwe Kleine-König <u.kleine-koenig@...libre.com>,
 "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
 Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
 Alexander Aring <alex.aring@...il.com>,
 Miquel Raynal <miquel.raynal@...tlin.com>, Andrew Lunn <andrew@...n.ch>,
 Heiner Kallweit <hkallweit1@...il.com>,
 Loic Poulain <loic.poulain@...aro.org>,
 Sergey Ryazanov <ryazanov.s.a@...il.com>, Simon Horman <horms@...nel.org>
Cc: Russell King <linux@...linux.org.uk>,
 Johannes Berg <johannes@...solutions.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 4/4] net: Switch back to struct
 platform_driver::remove()

Hello

On 10/3/24 12:01, Uwe Kleine-König wrote:
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
> 
> Convert all platform drivers below drivers/net after the previous
> conversion commits apart from the wireless drivers to use .remove(),
> with the eventual goal to drop struct platform_driver::remove_new(). As
> .remove() and .remove_new() have the same prototypes, conversion is done
> by just changing the structure member name in the driver initializer.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...libre.com>
> ---
>   drivers/net/fjes/fjes_main.c             | 2 +-
>   drivers/net/ieee802154/fakelb.c          | 2 +-
>   drivers/net/ieee802154/mac802154_hwsim.c | 2 +-
>   drivers/net/ipa/ipa_main.c               | 2 +-
>   drivers/net/pcs/pcs-rzn1-miic.c          | 2 +-
>   drivers/net/phy/sfp.c                    | 2 +-
>   drivers/net/wan/framer/pef2256/pef2256.c | 2 +-
>   drivers/net/wan/fsl_qmc_hdlc.c           | 2 +-
>   drivers/net/wan/fsl_ucc_hdlc.c           | 2 +-
>   drivers/net/wan/ixp4xx_hss.c             | 2 +-
>   drivers/net/wwan/qcom_bam_dmux.c         | 2 +-
>   11 files changed, 11 insertions(+), 11 deletions(-)

For ieee802154:

Acked-by: Stefan Schmidt <stefan@...enfreihafen.org>

regards
Stefan Schmidt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ