diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-11-26 10:45:44 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-11-26 10:47:54 -0500 |
| commit | 83ff7b7535ea8647db26ee81c87aabd383ea54d5 (patch) | |
| tree | 53a0d4f2095546c9c3bbc9ceb5d52c3b34a66a23 | |
| parent | dc02a216f9f15667e9cc40dee0b84bb4d778354c (diff) | |
Enable CONFIG_UIO_PDRV on ppc64 (rhbz 878180)
| -rw-r--r-- | config-powerpc64 | 2 | ||||
| -rw-r--r-- | config-powerpc64p7 | 2 | ||||
| -rw-r--r-- | kernel.spec | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/config-powerpc64 b/config-powerpc64 index f5a4898d..7c0477cf 100644 --- a/config-powerpc64 +++ b/config-powerpc64 @@ -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=y CONFIG_CRYPTO_842=m diff --git a/config-powerpc64p7 b/config-powerpc64p7 index 38ae0683..9a828958 100644 --- a/config-powerpc64p7 +++ b/config-powerpc64p7 @@ -155,6 +155,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=y CONFIG_CRYPTO_842=m diff --git a/kernel.spec b/kernel.spec index ce1e22c9..8e918bbe 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2359,6 +2359,7 @@ fi # || || %changelog * Mon Nov 26 2012 Josh Boyer <jwboyer@redhat.com> +- Enable CONFIG_UIO_PDRV on ppc64 (rhbz 878180) - Disable perf libunwind support. Revisit in 3.8 when elf-utils has unwind - CVE-2012-4530: stack disclosure binfmt_script load_script (rhbz 868285 880147) |
