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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 EEAD0C10DC1 for ; Wed, 6 Dec 2023 04:00:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Rk3MgKDYohqu5iZOv9gfNZzSUX9aK7zr3mvmePp3+Dk=; b=uESGL6gusCdbaK FM6KHSZKIaiQ6Vpyz4ggF/Wttcq9JUJS22B2E05Q0t7skacATmb+pEhZyT0wMCa2mVD5xzAzgvvd5 8dHd/5DvJEgqPU5Rknb8MAYoTdomAsq9oF03BmKyCyBJ78E5eDb8M1BvXmTBjopba7CFS3i+xQc26 PGs/O02KDKyidWJ3RxYIljkvfSDHDwfDDC6MYc2g8rpy3BG4BAuytzGwrNHSyE5xGKeRz2iFfm6ow R2nkK2yhvudajWe3v+FcMDxuf37X8/aoWkbutqsRh1OSKT2DmaYQc0gfOk+vpN3zRSNbZuuId9sfL LLsH70gB/lKCgN7wA5YA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAj5L-0090Fg-1f; Wed, 06 Dec 2023 04:00:31 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAj5I-0090FH-0X for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 04:00:30 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id ACC4261A53; Wed, 6 Dec 2023 04:00:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4EAC3C433C7; Wed, 6 Dec 2023 04:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701835226; bh=Ch1hvqB7GoU/Da3vC7CIzaXtBMwgu6lLK49eDRsfEOE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ZYE/lnhNZ3fA7P/wA+eB9LFbhPHXs3kAIOnr+YOv9rCZ7ppJ3BYKlspx+veJIu9IR 1tlRQS64na1gSBNEEIFPG9UqDgeWg3Pzkh7R/92HmqN1NPxi17zWLTaO9Y61cgTzXF ImL8dzW3qa2OpjM0VveLuVfHJ74VtOrtCgufpD1OwFK9ndVEF0GNaKnIrnG6pqU5R5 Jbz4BGfJON0+RNpKFFJFdJBwzRVA0W5LIzCXZ1yCu+rM2YNdydCpYqGZxpJ9duTFKY pxXFLizsaqjyP1mldslbUD4XscngoE7J7MOFl2QNIYfkK+YxeNha9XX74dRmWfsoLm C1zuuBh2FM9WQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 30028C41671; Wed, 6 Dec 2023 04:00:26 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH net-next v2 0/9] net*: Convert to platform remove callback returning void From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170183522618.32207.8967841669098706210.git-patchwork-notify@kernel.org> Date: Wed, 06 Dec 2023 04:00:26 +0000 References: In-Reply-To: To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=3Cu=2Ekleine-koenig=40pengutronix=2Ede=3E?=@ci.codeaurora.org Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, elder@kernel.org, netdev@vger.kernel.org, kernel@pengutronix.de, mkl@pengutronix.de, nnac123@linux.ibm.com, ansuelsmth@gmail.com, clement.leger@bootlin.com, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, linux-renesas-soc@vger.kernel.org, qiang.zhao@nxp.com, linuxppc-dev@lists.ozlabs.org, linusw@kernel.org, kaloz@openwrt.org, linux-arm-kernel@lists.infradead.org, stephan@gerhold.net, agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, loic.poulain@linaro.org, ryazanov.s.a@gmail.com, johannes@sipsolutions.net, linux-arm-msm@vger.kernel.org, alex.aring@gmail.com, stefan@datenfreihafen.org, miquel.raynal@bootlin.com, linux-wpan@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_200028_312334_4D303644 X-CRM114-Status: UNSURE ( 9.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 4 Dec 2023 19:30:40 +0100 you wrote: > Hello, > > (implicit) v1 of this series can be found at > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pengutronix.de. > Changes since then: > > - 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. > > [...] Here is the summary with links: - [net-next,v2,1/9] net: ipa: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a92dbb9cdf04 - [net-next,v2,2/9] net: fjes: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2ce19934a4dc - [net-next,v2,3/9] net: pcs: rzn1-miic: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/e36dc85c245f - [net-next,v2,4/9] net: sfp: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/bb1afee98466 - [net-next,v2,5/9] net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2d0c06fd39be - [net-next,v2,6/9] net: wan/ixp4xx_hss: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2d8590858753 - [net-next,v2,7/9] net: wwan: qcom_bam_dmux: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a06041e2f4ae - [net-next,v2,8/9] ieee802154: fakelb: Convert to platform remove callback returning void (no matching commit) - [net-next,v2,9/9] ieee802154: hwsim: Convert to platform remove callback returning void (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel