Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751759AbdFJXfL (ORCPT ); Sat, 10 Jun 2017 19:35:11 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33576 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751578AbdFJXfK (ORCPT ); Sat, 10 Jun 2017 19:35:10 -0400 Date: Sun, 11 Jun 2017 08:35:06 +0900 From: Stafford Horne To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Jonas Bonn , Stefan Kristiansson , openrisc@lists.librecores.org Subject: Re: [PATCH 20/35] openrisc: defconfig: Cleanup from old Kconfig options Message-ID: <20170610233506.GD6190@lianli.shorne-pla.net> References: <20170608160836.12196-1-krzk@kernel.org> <20170608161049.12421-20-krzk@kernel.org> <20170610081354.GA6190@lianli.shorne-pla.net> <20170610164227.o5t5yei4lrazduu7@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170610164227.o5t5yei4lrazduu7@kozik-lap> 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 Content-Length: 1560 Lines: 38 On Sat, Jun 10, 2017 at 06:42:27PM +0200, Krzysztof Kozlowski wrote: > On Sat, Jun 10, 2017 at 05:13:54PM +0900, Stafford Horne wrote: > > On Thu, Jun 08, 2017 at 06:10:31PM +0200, Krzysztof Kozlowski wrote: > > > Remove old, dead Kconfig option INET_LRO. It is gone since > > > commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library"). > > > > > > Signed-off-by: Krzysztof Kozlowski > > > --- > > > arch/openrisc/configs/or1ksim_defconfig | 1 - > > > 1 file changed, 1 deletion(-) > > > > > > diff --git a/arch/openrisc/configs/or1ksim_defconfig b/arch/openrisc/configs/or1ksim_defconfig > > > index eb3fc581cf20..a73aa90501be 100644 > > > --- a/arch/openrisc/configs/or1ksim_defconfig > > > +++ b/arch/openrisc/configs/or1ksim_defconfig > > > @@ -23,7 +23,6 @@ CONFIG_INET=y > > > # CONFIG_INET_XFRM_MODE_TRANSPORT is not set > > > # CONFIG_INET_XFRM_MODE_TUNNEL is not set > > > # CONFIG_INET_XFRM_MODE_BEET is not set > > > -# CONFIG_INET_LRO is not set > > > # CONFIG_INET_DIAG is not set > > > CONFIG_TCP_CONG_ADVANCED=y > > > # CONFIG_TCP_CONG_BIC is not set > > > > Thanks, please let me know if you want me to take this, but it looks like > > you plan to push the whole series in via another route. > > > > Acked-by: Stafford Horne > > Thanks, I did not mention the merging plan in cover letter but I think > the best way is to merge it through platform maintainers. Less > conflicts, I guess. > > I'll be taking and sendin in pull request only ARM part. > > So please go ahead and apply it. Applied.