Disable CONFIG_USB_DEVICEFS (Deprecated).

This commit is contained in:
Dave Jones 2012-02-28 15:43:08 -05:00
parent c15034c210
commit 03f3fa649f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -2380,6 +2380,9 @@ fi
# '-' | |
# '-'
%changelog
* Tue Feb 28 2012 Dave Jones <davej@redhat.com>
- Disable CONFIG_USB_DEVICEFS (Deprecated).
* Tue Feb 28 2012 Justin M. Forbes <jforbes@redhat.com>
- CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup (rhbz 798296)