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=-9.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 0DC6AC433DF for ; Thu, 30 Jul 2020 13:15:27 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 BBA7B2074B for ; Thu, 30 Jul 2020 13:15:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BBA7B2074B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4BHW9m472dzDqnx for ; Thu, 30 Jul 2020 23:15:24 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4BHVcv6nClzDqxQ for ; Thu, 30 Jul 2020 22:50:23 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Received: by ozlabs.org (Postfix) id 4BHVcv4xxtz9sR4; Thu, 30 Jul 2020 22:50:23 +1000 (AEST) Received: by ozlabs.org (Postfix, from userid 1034) id 4BHVcv38nFz9sTK; Thu, 30 Jul 2020 22:50:23 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , linuxppc-dev@ozlabs.org In-Reply-To: <20200724131728.1643966-1-mpe@ellerman.id.au> References: <20200724131728.1643966-1-mpe@ellerman.id.au> Subject: Re: [PATCH 1/9] powerpc/configs: Drop old symbols from ppc6xx_defconfig Message-Id: <159611327887.1601380.16476900546505775598.b4-ty@ellerman.id.au> Date: Thu, 30 Jul 2020 22:50:23 +1000 (AEST) 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: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, 24 Jul 2020 23:17:20 +1000, Michael Ellerman wrote: > ppc6xx_defconfig refers to quite a few symbols that no longer exist, > as reported by scripts/checkkconfigsymbols.py, remove them. Applied to powerpc/next. [1/9] powerpc/configs: Drop old symbols from ppc6xx_defconfig https://git.kernel.org/powerpc/c/fbb44c9a08ef994109947c5439e649b18ad509ac [2/9] powerpc/configs: Remove dead symbols https://git.kernel.org/powerpc/c/0fcce25b7743d634cc1ddce83382f51333933f76 [3/9] powerpc/52xx: Fix comment about CONFIG_BDI* https://git.kernel.org/powerpc/c/8cdcde5f76a42d53a50d1fc9e1fbfc9b90102323 [4/9] powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS code https://git.kernel.org/powerpc/c/07e571ea59eef518730f983f4203651ea413f2cf [5/9] powerpc/32s: Fix CONFIG_BOOK3S_601 uses https://git.kernel.org/powerpc/c/df4d4ef22446b3a789a4efd74d34f2ec1e24deb2 [6/9] powerpc/32s: Remove TAUException wart in traps.c https://git.kernel.org/powerpc/c/69eeff022433b54390a359c629f6457d7d1a8e94 [7/9] powerpc/boot: Fix CONFIG_PPC_MPC52XX references https://git.kernel.org/powerpc/c/e5eff89657e72a9050d95fde146b54c7dc165981 [8/9] powerpc/kvm: Use correct CONFIG symbol in comment https://git.kernel.org/powerpc/c/157dad8678ad910ef7579c3f8ba93cc2940b014b [9/9] powerpc: Drop old comment about CONFIG_POWER https://git.kernel.org/powerpc/c/ee36d867b2fefeb6fb6661b27e62e29c9ca5e7e5 cheers