Enable CONFIG_SND_BEBOB (rhbz 1204342)

This commit is contained in:
Josh Boyer 2015-03-23 15:16:31 -04:00
parent c2afb20ca9
commit 02b2877393
2 changed files with 2 additions and 1 deletions

View File

@ -3563,7 +3563,7 @@ CONFIG_SND_SCS1X=m
CONFIG_SND_DICE=m
CONFIG_SND_OXFW=m
CONFIG_SND_FIREWORKS=m
# CONFIG_SND_BEBOB is not set
CONFIG_SND_BEBOB=m
#
# Open Sound System

View File

@ -2282,6 +2282,7 @@ fi
# || ||
%changelog
* Mon Mar 23 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Enable CONFIG_SND_BEBOB (rhbz 1204342)
- Validate iovec range in sys_sendto/sys_recvfrom
- CVE-2015-2666 execution in the early microcode loader (rhbz 1204724 1204722)