From 18bb3c2c935e1af5ed27b66077bd9f9a2ce7d73d Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 28 Feb 2012 15:42:00 -0500 Subject: [PATCH] Disable CONFIG_USB_DEVICEFS (Deprecated). --- config-generic | 5 ++++- kernel.spec | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config-generic b/config-generic index ee3e39bf3..4bbf1c66f 100644 --- a/config-generic +++ b/config-generic @@ -3022,7 +3022,10 @@ CONFIG_USB_SUPPORT=y # # Miscellaneous USB options # -CONFIG_USB_DEVICEFS=y + +# Deprecated. +# CONFIG_USB_DEVICEFS is not set + # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_SUSPEND=y diff --git a/kernel.spec b/kernel.spec index feb8413a0..5523852be 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2370,6 +2370,9 @@ fi # ||----w | # || || %changelog +* Tue Feb 28 2012 Dave Jones +- Disable CONFIG_USB_DEVICEFS (Deprecated). + * Tue Feb 28 2012 Justin M. Forbes - CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup (rhbz 798296)