VIFO fails on ARM at the moment so disable it for the time being

This commit is contained in:
Peter Robinson 2012-10-22 21:23:31 +01:00
parent 06c67c2107
commit a40ef16775
2 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,8 @@ CONFIG_REGULATOR_TPS6507X=m
CONFIG_CHARGER_MANAGER=y
CONFIG_EXTCON_GPIO=m
# CONFIG_VFIO is not set
# CONFIG_XIP_KERNEL is not set
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set

View File

@ -2354,6 +2354,9 @@ fi
# ||----w |
# || ||
%changelog
* Mon Oct 22 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- VIFO fails on ARM at the moment so disable it for the time being
* Mon Oct 22 2012 Josh Boyer <jwboyer@redhat.com>
- CVE-2012-0957: uts: stack memory leak in UNAME26 (rhbz 862877 864824)
- Fix rt2x00 usb reset resume (rhbz 856863)