Disable CONFIG_IWLWIFI_PCIE_RTPM (rhbz 1429135)

This commit is contained in:
Laura Abbott 2017-03-07 13:37:38 -08:00
parent 58bba40da4
commit eb0a3673b2
2 changed files with 4 additions and 1 deletions

View File

@ -1921,7 +1921,7 @@ CONFIG_IWLWIFI=m
CONFIG_IWLDVM=m
CONFIG_IWLMVM=m
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
CONFIG_IWLWIFI_PCIE_RTPM=y
# CONFIG_IWLWIFI_PCIE_RTPM is not set
CONFIG_IWLWIFI_DEBUG=y
CONFIG_IWLWIFI_DEBUGFS=y

View File

@ -2200,6 +2200,9 @@ fi
#
#
%changelog
* Tue Mar 7 2017 Laura Abbott <labbott@redhat.com>
- Disable CONFIG_IWLWIFI_PCIE_RTPM (rhbz 1429135)
* Mon Mar 6 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2017-6353 Possible double free in stcp_sendmsg (rhbz 1428907 1428910)