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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 20 Oct 2009 14:48:06 -0700 From: Randy Dunlap <randy.dunlap@...cle.com> To: lkml <linux-kernel@...r.kernel.org>, x86@...nel.org Subject: [PATCH] x86 defconfigs: disable TR (token ring) From: Randy Dunlap <randy.dunlap@...cle.com> Disable CONFIG_TR in x86 defconfigs, bring them into the 21st century. Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com> --- arch/x86/configs/i386_defconfig | 2 +- arch/x86/configs/x86_64_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- lnx-2632-rc5.orig/arch/x86/configs/i386_defconfig +++ lnx-2632-rc5/arch/x86/configs/i386_defconfig @@ -1089,7 +1089,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y # CONFIG_QLGE is not set # CONFIG_SFC is not set # CONFIG_BE2NET is not set -CONFIG_TR=y +# CONFIG_TR is not set # CONFIG_IBMOL is not set # CONFIG_IBMLS is not set # CONFIG_3C359 is not set --- lnx-2632-rc5.orig/arch/x86/configs/x86_64_defconfig +++ lnx-2632-rc5/arch/x86/configs/x86_64_defconfig @@ -1082,7 +1082,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y # CONFIG_QLGE is not set # CONFIG_SFC is not set # CONFIG_BE2NET is not set -CONFIG_TR=y +# CONFIG_TR is not set # CONFIG_IBMOL is not set # CONFIG_3C359 is not set # CONFIG_TMS380TR is not set -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists