From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C136CC4167B for ; Tue, 5 Dec 2023 06:59:25 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=HzwMXPNm; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4SkrxS1wz7z3cVW for ; Tue, 5 Dec 2023 17:59:24 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=HzwMXPNm; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=bootlin.com (client-ip=2001:4b98:dc4:8::240; helo=mslow1.mail.gandi.net; envelope-from=miquel.raynal@bootlin.com; receiver=lists.ozlabs.org) Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [IPv6:2001:4b98:dc4:8::240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4SkrwT3hcHz2yjD for ; Tue, 5 Dec 2023 17:58:33 +1100 (AEDT) Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 565AFC09B7 for ; Tue, 5 Dec 2023 06:51:41 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6524CC0006; Tue, 5 Dec 2023 06:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1701759080; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HmV/ix9amwJ7r86i5eKjinKKZ2rsJiuszC6Rdqdxvkc=; b=HzwMXPNmz6whc7Lpk85Qn6zY/OATY25BeMWTJQcAXyjnM7VJJ2VXeAX+YWpdVRQT5Vur3R QhFZ7m94EhMmFpc68Pu+TvXUbkN3AaCfoqMJ0YM3jNWfTv11ZKeKS7C84B6FNIcMZ89Qdd f89dxnTRE9h3fG5NI+WkwypaPQVKVGnFiIr48c7zyn6ybn2r/QuBMHWvDYFzi6znO8Y3qN XPXYuxTqDh3Xqrxv3JjU1Am74IpMqk2rwYgmjR25xwAIZbpmMtvveNvFwlEljiCzPDcsKq xIkKhTMqxIgnw5KCI9gpuOxkCqGDN40qtrKms0AhQXax6Bc4/UCoa1hw6m14cg== Date: Tue, 5 Dec 2023 07:51:10 +0100 From: Miquel Raynal To: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= Subject: Re: [PATCH net-next v2 0/9] net*: Convert to platform remove callback returning void Message-ID: <20231205075110.795b88d2@xps-13> In-Reply-To: References: Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Alexander Aring , Sergey Ryazanov , Eric Dumazet , Stefan Schmidt , Zhao Qiang , Bjorn Andersson , Konrad Dybcio , Russell King , linux-wpan@vger.kernel.org, Andy Gross , Jakub Kicinski , Paolo Abeni , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Christian Marangi , Nick Child , Stephan Gerhold , linux-arm-msm@vger.kernel.org, Loic Poulain , Marc Kleine-Budde , linux-arm-kernel@lists.infradead.org, Alex Elder , netdev@vger.kernel.org, Linus Walleij , linux-renesas-soc@vger.kernel.org, kernel@pengutronix.de, Johannes Berg , Imr e Kaloz , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , Heiner Kallweit Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Uwe, u.kleine-koenig@pengutronix.de wrote on Mon, 4 Dec 2023 19:30:40 +0100: > Hello, >=20 > (implicit) v1 of this series can be found at > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pe= ngutronix.de. > Changes since then: >=20 > - Dropped patch #1 as Alex objected. Patch #1 (was #2 before) now > converts ipa to remove_new() and introduces an error message in the > error path that failed before. >=20 > - Rebased to today's next >=20 > - Add the tags received in the previous round. >=20 > Uwe Kleine-K=C3=B6nig (9): > net: ipa: Convert to platform remove callback returning void > net: fjes: Convert to platform remove callback returning void > net: pcs: rzn1-miic: Convert to platform remove callback returning > void > net: sfp: Convert to platform remove callback returning void > net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning > void > net: wan/ixp4xx_hss: Convert to platform remove callback returning > void > net: wwan: qcom_bam_dmux: Convert to platform remove callback > returning void > ieee802154: fakelb: Convert to platform remove callback returning void > ieee802154: hwsim: Convert to platform remove callback returning void FYI, I plan on taking patches 8 and 9 through wpan-next. Thanks, Miqu=C3=A8l