Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661443 > unrolled thread

[PATCH 22/35] um: defconfig: Cleanup from old Kconfig options

Started byKrzysztof Kozlowski <krzk@kernel.org>
First post2017-06-08 18:20 +0200
Last post2017-06-08 19:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 22/35] um: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski <krzk@kernel.org> - 2017-06-08 18:20 +0200
    Re: [PATCH 22/35] um: defconfig: Cleanup from old Kconfig options Richard Weinberger <richard@nod.at> - 2017-06-08 19:10 +0200

#1661443 — [PATCH 22/35] um: defconfig: Cleanup from old Kconfig options

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-06-08 18:20 +0200
Subject[PATCH 22/35] um: defconfig: Cleanup from old Kconfig options
Message-ID<tQ8kc-6xx-59@gated-at.bofh.it>
Remove old, dead Kconfig option INET_LRO. It is gone since
commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/um/configs/i386_defconfig   | 1 -
 arch/um/configs/x86_64_defconfig | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/um/configs/i386_defconfig b/arch/um/configs/i386_defconfig
index 5636221b8785..8f114e3b0a7a 100644
--- a/arch/um/configs/i386_defconfig
+++ b/arch/um/configs/i386_defconfig
@@ -53,7 +53,6 @@ CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 CONFIG_UML_NET=y
 CONFIG_UML_NET_ETHERTAP=y
diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig
index 7a67b7ac1a7e..5d0875fc0db2 100644
--- a/arch/um/configs/x86_64_defconfig
+++ b/arch/um/configs/x86_64_defconfig
@@ -51,7 +51,6 @@ CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 CONFIG_UML_NET=y
 CONFIG_UML_NET_ETHERTAP=y
-- 
2.9.3

[toc] | [next] | [standalone]


#1661498

FromRichard Weinberger <richard@nod.at>
Date2017-06-08 19:10 +0200
Message-ID<tQ96y-73e-19@gated-at.bofh.it>
In reply to#1661443
Am 08.06.2017 um 18:10 schrieb Krzysztof Kozlowski:
> Remove old, dead Kconfig option INET_LRO. It is gone since
> commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library").
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Acked-by: Richard Weinberger <richard@nod.at>

Thanks,
//richard

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web