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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 23 Mar 2012 16:22:50 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	Ingo Molnar <mingo@...nel.org>
CC:	hpa@...or.com, linux-kernel@...r.kernel.org, tglx@...utronix.de,
	mingo@...e.hu, linux-tip-commits@...r.kernel.org
Subject: [PATCH] x86: remove CONFIG_TR from defconfigs

On 03/23/2012 12:55 PM, Ingo Molnar wrote:

> 
> Yeah, now that the defconfigs are much smaller we can do such 
> things. Mind resending the patch and possibly checking all the 
> other options as well?




OK, I reviewed both x86 defconfigs.  I didn't come up with anything
else that obviously should be removed, so here is the CONFIG_TR patch.
(applies on top of your defconfig updates)

---
From: Randy Dunlap <rdunlap@...otime.net>

Remove CONFIG_TR from defconfigs for x86 since it
is antiquated and obsolete.

Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
 arch/x86/configs/i386_defconfig   |    1 -
 arch/x86/configs/x86_64_defconfig |    1 -
 2 files changed, 2 deletions(-)

--- lnx-33.orig/arch/x86/configs/i386_defconfig
+++ lnx-33/arch/x86/configs/i386_defconfig
@@ -183,7 +183,6 @@ CONFIG_8139TOO=y
 # CONFIG_8139TOO_PIO is not set
 CONFIG_R8169=y
 CONFIG_FDDI=y
-CONFIG_TR=y
 CONFIG_INPUT_POLLDEV=y
 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
 CONFIG_INPUT_EVDEV=y
--- lnx-33.orig/arch/x86/configs/x86_64_defconfig
+++ lnx-33/arch/x86/configs/x86_64_defconfig
@@ -176,7 +176,6 @@ CONFIG_SKY2=y
 CONFIG_FORCEDETH=y
 CONFIG_8139TOO=y
 CONFIG_FDDI=y
-CONFIG_TR=y
 CONFIG_INPUT_POLLDEV=y
 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
 CONFIG_INPUT_EVDEV=y
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ