lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1514295114-28437-1-git-send-email-krzk@kernel.org> Date: Tue, 26 Dec 2017 14:31:47 +0100 From: Krzysztof Kozlowski <krzk@...nel.org> To: linux-kernel@...r.kernel.org Cc: Krzysztof Kozlowski <krzk@...nel.org>, Mikael Starvik <starvik@...s.com>, Jesper Nilsson <jesper.nilsson@...s.com>, linux-cris-kernel@...s.com Subject: [RESEND PATCH] cris: defconfig: Cleanup from old Kconfig options Remove old, dead Kconfig options (in order appearing in this commit): - EXPERIMENTAL is gone since v3.9; - INET_LRO: commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library"); Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org> --- arch/cris/configs/artpec_3_defconfig | 2 -- arch/cris/configs/dev88_defconfig | 1 - arch/cris/configs/etrax-100lx_defconfig | 1 - arch/cris/configs/etrax-100lx_v2_defconfig | 2 -- arch/cris/configs/etraxfs_defconfig | 2 -- 5 files changed, 8 deletions(-) diff --git a/arch/cris/configs/artpec_3_defconfig b/arch/cris/configs/artpec_3_defconfig index d31851f29db8..c4645e3c11cd 100644 --- a/arch/cris/configs/artpec_3_defconfig +++ b/arch/cris/configs/artpec_3_defconfig @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_LOG_BUF_SHIFT=14 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set @@ -16,7 +15,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_NETFILTER=y CONFIG_ETRAX_ETHERNET=y diff --git a/arch/cris/configs/dev88_defconfig b/arch/cris/configs/dev88_defconfig index beff4ee6edb3..79b9a330357d 100644 --- a/arch/cris/configs/dev88_defconfig +++ b/arch/cris/configs/dev88_defconfig @@ -19,7 +19,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_NETFILTER=y CONFIG_ETRAX_ETHERNET=y diff --git a/arch/cris/configs/etrax-100lx_defconfig b/arch/cris/configs/etrax-100lx_defconfig index cbbcefeaa8fc..32592c6ef62f 100644 --- a/arch/cris/configs/etrax-100lx_defconfig +++ b/arch/cris/configs/etrax-100lx_defconfig @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y CONFIG_SYSVIPC=y CONFIG_ETRAX_LED1R=2 CONFIG_ETRAX_LED2G=2 diff --git a/arch/cris/configs/etrax-100lx_v2_defconfig b/arch/cris/configs/etrax-100lx_v2_defconfig index d90ac95c1e44..a411042487dc 100644 --- a/arch/cris/configs/etrax-100lx_v2_defconfig +++ b/arch/cris/configs/etrax-100lx_v2_defconfig @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_LOG_BUF_SHIFT=14 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set @@ -17,7 +16,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_NETFILTER=y CONFIG_ETRAX_ETHERNET=y diff --git a/arch/cris/configs/etraxfs_defconfig b/arch/cris/configs/etraxfs_defconfig index f714e9dfef9b..fa4b093657c3 100644 --- a/arch/cris/configs/etraxfs_defconfig +++ b/arch/cris/configs/etraxfs_defconfig @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_LOG_BUF_SHIFT=14 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set @@ -16,7 +15,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_NETFILTER=y CONFIG_ETRAX_ETHERNET=y -- 2.7.4
Powered by blists - more mailing lists