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 399D4EE49AF for ; Wed, 23 Aug 2023 07:22:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233231AbjHWHWq (ORCPT ); Wed, 23 Aug 2023 03:22:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229920AbjHWHWq (ORCPT ); Wed, 23 Aug 2023 03:22:46 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 14DF9128; Wed, 23 Aug 2023 00:22:44 -0700 (PDT) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qYiCO-00071b-00; Wed, 23 Aug 2023 09:22:40 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id E31D4C0234; Wed, 23 Aug 2023 09:22:24 +0200 (CEST) Date: Wed, 23 Aug 2023 09:22:24 +0200 From: Thomas Bogendoerfer To: Trevor Woerner Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v3 3/4] arch/mips/configs/*_defconfig cleanup Message-ID: References: <20230817115017.35663-1-twoerner@gmail.com> <20230817115017.35663-4-twoerner@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230817115017.35663-4-twoerner@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Thu, Aug 17, 2023 at 07:50:13AM -0400, Trevor Woerner wrote: > Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it > was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip > target"). > > Signed-off-by: Trevor Woerner > --- > 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 - > 5 files changed, 5 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] 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 B2536EE49A0 for ; Wed, 23 Aug 2023 08:23:33 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4RVzkX2P0fz3cDV for ; Wed, 23 Aug 2023 18:23:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=alpha.franken.de (client-ip=193.175.24.41; helo=elvis.franken.de; envelope-from=tsbogend@alpha.franken.de; receiver=lists.ozlabs.org) X-Greylist: delayed 3609 seconds by postgrey-1.37 at boromir; Wed, 23 Aug 2023 18:22:59 AEST Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lists.ozlabs.org (Postfix) with ESMTP id 4RVzjw01gcz2yDD for ; Wed, 23 Aug 2023 18:22:59 +1000 (AEST) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qYiCO-00071b-00; Wed, 23 Aug 2023 09:22:40 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id E31D4C0234; Wed, 23 Aug 2023 09:22:24 +0200 (CEST) Date: Wed, 23 Aug 2023 09:22:24 +0200 From: Thomas Bogendoerfer To: Trevor Woerner Subject: Re: [PATCH v3 3/4] arch/mips/configs/*_defconfig cleanup Message-ID: References: <20230817115017.35663-1-twoerner@gmail.com> <20230817115017.35663-4-twoerner@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230817115017.35663-4-twoerner@gmail.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: loongarch@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, 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" On Thu, Aug 17, 2023 at 07:50:13AM -0400, Trevor Woerner wrote: > Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it > was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip > target"). > > Signed-off-by: Trevor Woerner > --- > 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 - > 5 files changed, 5 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] 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 1CC34EE49A0 for ; Wed, 23 Aug 2023 07:23:28 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=g+kskLvNjYpjO6jN4rCCRgkPE1p3N30OIeHFuF3A9Wc=; b=pBzUMB2Jf8wr70 FWvGDZrgV19gY+qo9R5A8T3x8oJv+HhhwaZODh6zgAxOjMAYemLggjYHnDaZu1EXuXhb7xZEeWbYd Ojr8LZrShDKlzy1ze0SQ9vhT+EuChmY5zIuZNYWqBeOkAh9cux3OVB9pfg4FYzwZJFnXKyiznSYoO 9xHknbJ3wzMuVFbOevU7osLMW91NTlGkfcNYP5ikRBgjNg8ZYhcG7HTVYU3IuSTuyEm9mS81qUav7 A2k8AmFDsf79J/n12/3cshogi325i8EgS1yIJ5c8mpHp2iMBouCxO1pfz3il79/Q6vzOiaYg5URQ6 qo6vW4TrwNHc+afs4gqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qYiCc-00HSDO-0R; Wed, 23 Aug 2023 07:22:54 +0000 Received: from elvis.franken.de ([193.175.24.41]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qYiCX-00HSCS-04 for linux-arm-kernel@lists.infradead.org; Wed, 23 Aug 2023 07:22:51 +0000 Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qYiCO-00071b-00; Wed, 23 Aug 2023 09:22:40 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id E31D4C0234; Wed, 23 Aug 2023 09:22:24 +0200 (CEST) Date: Wed, 23 Aug 2023 09:22:24 +0200 From: Thomas Bogendoerfer To: Trevor Woerner Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v3 3/4] arch/mips/configs/*_defconfig cleanup Message-ID: References: <20230817115017.35663-1-twoerner@gmail.com> <20230817115017.35663-4-twoerner@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230817115017.35663-4-twoerner@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230823_002249_228487_C0FC94F1 X-CRM114-Status: GOOD ( 11.35 ) 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 On Thu, Aug 17, 2023 at 07:50:13AM -0400, Trevor Woerner wrote: > Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it > was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip > target"). > > Signed-off-by: Trevor Woerner > --- > 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 - > 5 files changed, 5 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel