From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753977AbdCTKbn (ORCPT ); Mon, 20 Mar 2017 06:31:43 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43254 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbdCTKbP (ORCPT ); Mon, 20 Mar 2017 06:31:15 -0400 Date: Mon, 20 Mar 2017 11:30:52 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Arnd Bergmann , linux-mips@linux-mips.org, Ralf Baechle Subject: Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Message-ID: <20170320103052.GB3047@kroah.com> References: <20170316142906.685052998@linuxfoundation.org> <20170316142906.994447562@linuxfoundation.org> <1489939516.2852.71.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1489939516.2852.71.camel@decadent.org.uk> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 19, 2017 at 04:05:16PM +0000, Ben Hutchings wrote: > On Thu, 2017-03-16 at 23:29 +0900, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Arnd Bergmann > > > > commit 9ddc16ad8e0bc7742fc96d5aaabc5b8698512cd1 upstream. > > > > In linux-4.10-rc, NF_CT_PROTO_UDPLITE and NF_CT_PROTO_DCCP are bool > > symbols instead of tristate, and kernelci.org reports a bunch of > > warnings for this, like: > > > > arch/mips/configs/malta_kvm_guest_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > arch/mips/configs/malta_defconfig:62:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP > > arch/mips/configs/malta_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > arch/mips/configs/ip22_defconfig:70:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP > > arch/mips/configs/ip22_defconfig:71:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > > > This changes all the MIPS defconfigs with these symbols to have them > > built-in. > > > > Fixes: 9b91c96c5d1f ("netfilter: conntrack: built-in support for UDPlite") > > Fixes: c51d39010a1b ("netfilter: conntrack: built-in support for DCCP") > [...] > > I don't think this was needed for 4.4 or 4.9, as those symbols were > still tristate type. I don't know, Arnd was the one that reported it to me. Arnd? greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:43254 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbdCTKbP (ORCPT ); Mon, 20 Mar 2017 06:31:15 -0400 Date: Mon, 20 Mar 2017 11:30:52 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Arnd Bergmann , linux-mips@linux-mips.org, Ralf Baechle Subject: Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Message-ID: <20170320103052.GB3047@kroah.com> References: <20170316142906.685052998@linuxfoundation.org> <20170316142906.994447562@linuxfoundation.org> <1489939516.2852.71.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1489939516.2852.71.camel@decadent.org.uk> Sender: stable-owner@vger.kernel.org List-ID: On Sun, Mar 19, 2017 at 04:05:16PM +0000, Ben Hutchings wrote: > On Thu, 2017-03-16 at 23:29 +0900, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.��If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Arnd Bergmann > > > > commit 9ddc16ad8e0bc7742fc96d5aaabc5b8698512cd1 upstream. > > > > In linux-4.10-rc, NF_CT_PROTO_UDPLITE and NF_CT_PROTO_DCCP are bool > > symbols instead of tristate, and kernelci.org reports a bunch of > > warnings for this, like: > > > > arch/mips/configs/malta_kvm_guest_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > arch/mips/configs/malta_defconfig:62:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP > > arch/mips/configs/malta_defconfig:63:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > arch/mips/configs/ip22_defconfig:70:warning: symbol value 'm' invalid for NF_CT_PROTO_DCCP > > arch/mips/configs/ip22_defconfig:71:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE > > > > This changes all the MIPS defconfigs with these symbols to have them > > built-in. > > > > Fixes: 9b91c96c5d1f ("netfilter: conntrack: built-in support for UDPlite") > > Fixes: c51d39010a1b ("netfilter: conntrack: built-in support for DCCP") > [...] > > I don't think this was needed for 4.4 or 4.9, as those symbols were > still tristate type. I don't know, Arnd was the one that reported it to me. Arnd? greg k-h