Enable CONFIG_UIO_PDRV on ppc64 (rhbz 878180)

This commit is contained in:
Josh Boyer 2012-11-26 10:45:44 -05:00
parent ceeebe3bad
commit 4209423e87
2 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,8 @@ CONFIG_PPC_ICSWX=y
CONFIG_IO_EVENT_IRQ=y
CONFIG_HW_RANDOM_AMD=m
CONFIG_UIO_PDRV=m
CONFIG_HW_RANDOM_PSERIES=m
CONFIG_CRYPTO_DEV_NX=m

View File

@ -2396,6 +2396,7 @@ fi
# '-'
%changelog
* Mon Nov 26 2012 Josh Boyer <jwboyer@redhat.com>
- Enable CONFIG_UIO_PDRV on ppc64 (rhbz 878180)
- CVE-2012-4530: stack disclosure binfmt_script load_script (rhbz 868285 880147)
* Sun Nov 25 2012 Peter Robinson <pbrobinson@fedoraproject.org>