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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DBDBC433E0 for ; Thu, 18 Mar 2021 21:30:41 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id EEE5364EFD for ; Thu, 18 Mar 2021 21:30:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EEE5364EFD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4F1gDb19fGz3c36 for ; Fri, 19 Mar 2021 08:30:39 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=g6I43FoE; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=patchwork-bot+netdevbpf@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=g6I43FoE; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 4F1gD90sP8z30JK for ; Fri, 19 Mar 2021 08:30:16 +1100 (AEDT) Received: by mail.kernel.org (Postfix) with ESMTPS id 09E0D64EB6; Thu, 18 Mar 2021 21:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616103010; bh=njIxVbMP2TpTidEcVGE5rBGrmzNdINWBbtvz4f0g1ng=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=g6I43FoETF+MB+kPHxHCwCYSvq/G7LTyRtol75wG5QaeKWl3arXJhD24o1CjqhUQm MNq1eU0yIyMNlfwqTkLC4R1nQmvGJr8kw2fzQQdLRG2YB6y1TTjQGdbuYfD7QySHEt aKSF9PyckCyKN6AJ+KI2xceg1REzlKllFeea6BYDz1g05j4P6mrjFwdEaviSyCwpjn ZAz2UktEnta2yzz3hgfgJlUi4vOyyKC2Zv9piQStddIdxHibEbhXIlT8FMEAQIdp1J pqPXbot+XRoydmc5CQcEtc741N24cvWgY/CPANz98OwIPPwH50u8xto0xVGCok8ZmG RU0n23r7b6Gtw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: marvell: Remove reference to CONFIG_MV64X60 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161610300996.15925.6620318542461392361.git-patchwork-notify@kernel.org> Date: Thu, 18 Mar 2021 21:30:09 +0000 References: <7fc233cfbda60b87894c3f4a3b0d1e63fdb24b37.1616085654.git.christophe.leroy@csgroup.eu> In-Reply-To: <7fc233cfbda60b87894c3f4a3b0d1e63fdb24b37.1616085654.git.christophe.leroy@csgroup.eu> To: Christophe Leroy 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: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kuba@kernel.org, linuxppc-dev@lists.ozlabs.org, davem@davemloft.net, sebastian.hesselbarth@gmail.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 18 Mar 2021 17:25:08 +0000 (UTC) you wrote: > Commit 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support") > removed last selector of CONFIG_MV64X60. > > As it is not a user selectable config item, all references to it > are stale. Remove them. > > Signed-off-by: Christophe Leroy > > [...] Here is the summary with links: - net: marvell: Remove reference to CONFIG_MV64X60 https://git.kernel.org/netdev/net/c/600cc3c9c62d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html