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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 471DCC2FC14 for ; Thu, 17 Aug 2023 03:00:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347722AbjHQDAZ (ORCPT ); Wed, 16 Aug 2023 23:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347732AbjHQC7y (ORCPT ); Wed, 16 Aug 2023 22:59:54 -0400 Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75BA1198C; Wed, 16 Aug 2023 19:59:53 -0700 (PDT) Received: by mail-qt1-x830.google.com with SMTP id d75a77b69052e-4103fdba0fbso24473571cf.3; Wed, 16 Aug 2023 19:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=WHSqp/OjipS4malg5Jhuw8Q9iUeu1/JOmbXWqXYvnZgGD0kM17N6tQvxwUsCI5NLru Uc5eVbilZvj+vU/FDtUEKtVANL/igEVVU9fMzmN+KBhf+xt59WNKpal6tsNf+z9+Y7TV yD5Im18r3kHMjvZZUNXeLn1YO9dO18rMwOHA24MSxJx1EZE51SgTXLAarM8kC0zelVrK 5SidfXYcfJz7Lp9YUVglFIezKC2ivHG+RE4hB+Sk1DDJsqYqmafTDGDirXACn06WXuBz DmK8i+/ZjA5wROpsni5u9JVtRraWCxRDSDmuyfbzUbITI31KPak3SF5rZt2bcrO0fYUd z78Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=jnt//KyImeMxegv8yxg02QybV/0wgmGApzrAnGbNAhF8347eUuwPoG3fqhwigbTTm3 z/47o1FunnSpWXRuE4LUOTQf73m6eNcrGjxKaP5vdso23tGJCVTLgJj2CfFXYOk4n3jR qRCY/p4Z+h38iUKLCkFS2+Pp7EC3FUavaNRGx17FLsXDFHkELpQIqVTxon7Hn/XWIJwz uD4z4AdTK+Tm1735Po/HKFCmI2n/sSt/Dlql+JaM554GTtFXWfUFojVrvGOeth5p6rou KgExB5nNcZdZEpMTOmC26dazbVT7lwX2RJa3Op3BNexoQWgnbIdXhWCcU5x2w78jUhw9 z5JA== X-Gm-Message-State: AOJu0YwF6+xj7uYVM+7ShVwm99ixEbq85dXWGuST93zpMVfeH8jmHeoo acQkwQAPb67kJDtq7+AWV4ZXF/Nfht0= X-Google-Smtp-Source: AGHT+IFBzAZ0MiGiVZDZXUmHBUCgDd7pIXBv+9jFVMKW5hvqzp/dG7vKept76xYLnf/geME77zPN6A== X-Received: by 2002:a0c:e047:0:b0:636:afa1:345d with SMTP id y7-20020a0ce047000000b00636afa1345dmr3324091qvk.17.1692241191804; Wed, 16 Aug 2023 19:59:51 -0700 (PDT) Received: from localhost.localdomain (pppoe-209-91-167-254.vianet.ca. [209.91.167.254]) by smtp.gmail.com with ESMTPSA id c16-20020a0cf2d0000000b0063d0159e1f6sm5260184qvm.109.2023.08.16.19.59.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Aug 2023 19:59:51 -0700 (PDT) From: Trevor Woerner To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH v2 0/4] general defconfig cleanups Date: Wed, 16 Aug 2023 22:59:35 -0400 Message-ID: <20230817025942.3209-1-twoerner@gmail.com> X-Mailer: git-send-email 2.41.0.327.gaa9166bcc0ba MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Drop config options from defconfigs whose code has been removed. v2: Generate arch-specific patches. In v1 I organized the patches by CONFIG_ option which caused some of the patches to cross architectural lines. This requires cross-arch consensus before they can be applied. Therefore organize the changes by architecture so each one can apply them independently (or not). Trevor Woerner (4): arch/arm/configs/*_defconfig cleanup arch/loongarch/configs/*_defconfig cleanup arch/mips/configs/*_defconfig cleanup arch/powerpc/configs/*_defconfig cleanup arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 8 -------- arch/loongarch/configs/loongson3_defconfig | 2 -- arch/mips/configs/ip22_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/rm200_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - 10 files changed, 18 deletions(-) -- 2.41.0.327.gaa9166bcc0ba 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 26C53C2FC0F for ; Thu, 17 Aug 2023 03:01:45 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20221208 header.b=WHSqp/Oj; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4RR8sz4MjXz2ydN for ; Thu, 17 Aug 2023 13:01:43 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20221208 header.b=WHSqp/Oj; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::832; helo=mail-qt1-x832.google.com; envelope-from=twoerner@gmail.com; receiver=lists.ozlabs.org) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4RR8qy3Bw5z2yVJ for ; Thu, 17 Aug 2023 12:59:57 +1000 (AEST) Received: by mail-qt1-x832.google.com with SMTP id d75a77b69052e-40feecefa84so38424231cf.1 for ; Wed, 16 Aug 2023 19:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=WHSqp/OjipS4malg5Jhuw8Q9iUeu1/JOmbXWqXYvnZgGD0kM17N6tQvxwUsCI5NLru Uc5eVbilZvj+vU/FDtUEKtVANL/igEVVU9fMzmN+KBhf+xt59WNKpal6tsNf+z9+Y7TV yD5Im18r3kHMjvZZUNXeLn1YO9dO18rMwOHA24MSxJx1EZE51SgTXLAarM8kC0zelVrK 5SidfXYcfJz7Lp9YUVglFIezKC2ivHG+RE4hB+Sk1DDJsqYqmafTDGDirXACn06WXuBz DmK8i+/ZjA5wROpsni5u9JVtRraWCxRDSDmuyfbzUbITI31KPak3SF5rZt2bcrO0fYUd z78Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=PYPbwL+Qz0CJ5N0b5aNCVbGn+6v2vscRk9o7sGkXkdvHVLEBelC9DeDhOnG2oRrQHd zpVg7vptjnH6sDB2F/XeqwBbxpNoFTbL1PM8WW5U5NmY7ell3iARYIbUC5MhVO01nytP tZf2iX1lk9Q6evya9/5Acj98xiumPRonSPdbKawlxBhRiOAhAYdsmgjOrGK73MywUMIp O/xH1Da1B7O7LjgztbSpGa8zru0uLFaa4OHBce2kbreApMbaU1eQEVWecu3SKIiBIbH1 X6xbxCZbOD9a3eRS3EAGwMZbTVeqR8Ldy2P37a+cXL+B3lN+F9KHW77JewJ+u4HbscDA 0Xng== X-Gm-Message-State: AOJu0Yx6YE1Oxi2iAOtwYhVvrPrIoDLswhICckD0h5ysWAoSakwfdGGN 1XlEaL2SnclrrcRMavPUs/o= X-Google-Smtp-Source: AGHT+IFBzAZ0MiGiVZDZXUmHBUCgDd7pIXBv+9jFVMKW5hvqzp/dG7vKept76xYLnf/geME77zPN6A== X-Received: by 2002:a0c:e047:0:b0:636:afa1:345d with SMTP id y7-20020a0ce047000000b00636afa1345dmr3324091qvk.17.1692241191804; Wed, 16 Aug 2023 19:59:51 -0700 (PDT) Received: from localhost.localdomain (pppoe-209-91-167-254.vianet.ca. [209.91.167.254]) by smtp.gmail.com with ESMTPSA id c16-20020a0cf2d0000000b0063d0159e1f6sm5260184qvm.109.2023.08.16.19.59.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Aug 2023 19:59:51 -0700 (PDT) From: Trevor Woerner To: linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] general defconfig cleanups Date: Wed, 16 Aug 2023 22:59:35 -0400 Message-ID: <20230817025942.3209-1-twoerner@gmail.com> X-Mailer: git-send-email 2.41.0.327.gaa9166bcc0ba MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: linuxppc-dev@lists.ozlabs.org, loongarch@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Drop config options from defconfigs whose code has been removed. v2: Generate arch-specific patches. In v1 I organized the patches by CONFIG_ option which caused some of the patches to cross architectural lines. This requires cross-arch consensus before they can be applied. Therefore organize the changes by architecture so each one can apply them independently (or not). Trevor Woerner (4): arch/arm/configs/*_defconfig cleanup arch/loongarch/configs/*_defconfig cleanup arch/mips/configs/*_defconfig cleanup arch/powerpc/configs/*_defconfig cleanup arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 8 -------- arch/loongarch/configs/loongson3_defconfig | 2 -- arch/mips/configs/ip22_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/rm200_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - 10 files changed, 18 deletions(-) -- 2.41.0.327.gaa9166bcc0ba 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 C21B5C2FC04 for ; Thu, 17 Aug 2023 03:00:21 +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:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=16ovf/waJUTMYWEXnmEf1df4GaS7t7G5GqVzT7yk8dA=; b=PrK61Yu8F39jKx pe8+ZIiLgPAjez2Y8qEGdHV/fC4XfKGFxXIernlA7rag7hkSvFslX5YE3VWdQ5bLgKJ41ZWovff6L Ak1AcGIVC0hh1SdEvr2reDAU5wTlnG0+Ktsh2Gwkk6zWHUKqrz1cLpPAVOzmYbNuxLK+Ja3y9FLRt fYncgG7nH76Un5GSfDi/nkCZTTyWvdNR5L52/Uax87WbXPC0NRxtMFh8iAAul20Yb+jAb4N3Tm4Qd TzspkIGlEDTMgE2xNY6UluHPvS9dxC8oFnRMg//VuBi7Xx8o20EcOWWWl2JJtfricOWIDsVJFrr9n O9KKgRM3jzN06SyKTHpQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qWTEp-005PTy-32; Thu, 17 Aug 2023 02:59:55 +0000 Received: from mail-qv1-xf2f.google.com ([2607:f8b0:4864:20::f2f]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qWTEn-005PSX-24 for linux-arm-kernel@lists.infradead.org; Thu, 17 Aug 2023 02:59:55 +0000 Received: by mail-qv1-xf2f.google.com with SMTP id 6a1803df08f44-6490c2c4702so5391416d6.2 for ; Wed, 16 Aug 2023 19:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=WHSqp/OjipS4malg5Jhuw8Q9iUeu1/JOmbXWqXYvnZgGD0kM17N6tQvxwUsCI5NLru Uc5eVbilZvj+vU/FDtUEKtVANL/igEVVU9fMzmN+KBhf+xt59WNKpal6tsNf+z9+Y7TV yD5Im18r3kHMjvZZUNXeLn1YO9dO18rMwOHA24MSxJx1EZE51SgTXLAarM8kC0zelVrK 5SidfXYcfJz7Lp9YUVglFIezKC2ivHG+RE4hB+Sk1DDJsqYqmafTDGDirXACn06WXuBz DmK8i+/ZjA5wROpsni5u9JVtRraWCxRDSDmuyfbzUbITI31KPak3SF5rZt2bcrO0fYUd z78Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692241192; x=1692845992; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VqIUTEi6b5maOYfEISJN/XLCGUsT7sZm6MvKkdhtPPQ=; b=XAbxRBPeZvAPrjn12OSgdSYZQXYq8gzTU72vjgOFtqSFbImnL0jHQBEaz+jmVzXtlr z5XHMy2d0K3EWOisSi2Utklru85wr/quUlrq2+7Na+hrVNL0dyzLtIa1YNify4Qes+K3 s+QULzfxleVsCaC2u3H+kHa3KufFb4xY4xdU4LyGEjJMcKy96dFonaoNrzJ644NpfAj6 MfffpKZ1zOqgaxgMOXdAJ52eqDfUv6qlkVzqymtK8JcLqBrX+VlMtDxgUhoDjCncufjr XZ/dYnCXq9MZIJfbDuW1hFKAsCM10bf14Ax6kyReiDBwkcLk58+4fVFcbsd4qqmYS5gH TKBg== X-Gm-Message-State: AOJu0YwsZGHF/POPSkO2SfHhbkgjkTW/cjax59RJo3BLR+AU46Iqu00W uruwLriVeWsW8/RiQVJq9SqeQt8OPW4= X-Google-Smtp-Source: AGHT+IFBzAZ0MiGiVZDZXUmHBUCgDd7pIXBv+9jFVMKW5hvqzp/dG7vKept76xYLnf/geME77zPN6A== X-Received: by 2002:a0c:e047:0:b0:636:afa1:345d with SMTP id y7-20020a0ce047000000b00636afa1345dmr3324091qvk.17.1692241191804; Wed, 16 Aug 2023 19:59:51 -0700 (PDT) Received: from localhost.localdomain (pppoe-209-91-167-254.vianet.ca. [209.91.167.254]) by smtp.gmail.com with ESMTPSA id c16-20020a0cf2d0000000b0063d0159e1f6sm5260184qvm.109.2023.08.16.19.59.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Aug 2023 19:59:51 -0700 (PDT) From: Trevor Woerner To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH v2 0/4] general defconfig cleanups Date: Wed, 16 Aug 2023 22:59:35 -0400 Message-ID: <20230817025942.3209-1-twoerner@gmail.com> X-Mailer: git-send-email 2.41.0.327.gaa9166bcc0ba MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230816_195953_681158_93022BA6 X-CRM114-Status: UNSURE ( 9.04 ) 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 Drop config options from defconfigs whose code has been removed. v2: Generate arch-specific patches. In v1 I organized the patches by CONFIG_ option which caused some of the patches to cross architectural lines. This requires cross-arch consensus before they can be applied. Therefore organize the changes by architecture so each one can apply them independently (or not). Trevor Woerner (4): arch/arm/configs/*_defconfig cleanup arch/loongarch/configs/*_defconfig cleanup arch/mips/configs/*_defconfig cleanup arch/powerpc/configs/*_defconfig cleanup arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 8 -------- arch/loongarch/configs/loongson3_defconfig | 2 -- arch/mips/configs/ip22_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/rm200_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - 10 files changed, 18 deletions(-) -- 2.41.0.327.gaa9166bcc0ba _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel