Disable CONFIG_USB_DEVICEFS (Deprecated).

This commit is contained in:
Dave Jones 2012-02-28 15:42:00 -05:00
parent 06eafe13ef
commit 18bb3c2c93
2 changed files with 7 additions and 1 deletions

View File

@ -3022,7 +3022,10 @@ CONFIG_USB_SUPPORT=y
# #
# Miscellaneous USB options # Miscellaneous USB options
# #
CONFIG_USB_DEVICEFS=y
# Deprecated.
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y CONFIG_USB_SUSPEND=y

View File

@ -2370,6 +2370,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %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> * 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) - CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup (rhbz 798296)