[kernel] enable appropriate CONFIG_XZ_DEC_$arch options

Kyle McMartin kyle at fedoraproject.org
Fri Feb 28 18:41:07 UTC 2014


commit e00b66b7e3bafaed82bd3c05fb1b071bb1e6245a
Author: Kyle McMartin <kyle at fedoraproject.org>
Date:   Fri Feb 28 13:41:08 2014 -0500

    enable appropriate CONFIG_XZ_DEC_$arch options

 config-generic |    6 +++---
 kernel.spec    |    4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/config-generic b/config-generic
index 775858c..fd1351d 100644
--- a/config-generic
+++ b/config-generic
@@ -5089,10 +5089,10 @@ CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
 
 CONFIG_TEST_KSTRTOX=y
 CONFIG_XZ_DEC=y
-# CONFIG_XZ_DEC_X86 is not set
-# CONFIG_XZ_DEC_POWERPC is not set
+CONFIG_XZ_DEC_X86=y
+CONFIG_XZ_DEC_POWERPC=y
 # CONFIG_XZ_DEC_IA64 is not set
-# CONFIG_XZ_DEC_ARM is not set
+CONFIG_XZ_DEC_ARM=y
 # CONFIG_XZ_DEC_ARMTHUMB is not set
 # CONFIG_XZ_DEC_SPARC is not set
 # CONFIG_XZ_DEC_TEST is not set
diff --git a/kernel.spec b/kernel.spec
index bca5c88..55b8a76 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2072,6 +2072,10 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Fri Feb 28 2014 Kyle McMartin <kyle at fedoraproject.org>
+- Enable appropriate CONFIG_XZ_DEC_$arch options to ensure we can mount
+  squashfs images on supported architectures.
+
 * Fri Feb 28 2014 Josh Boyer <jwboyer at fedoraproject.org>
 - CVE-2014-0102 keyctl_link can be used to cause an oops (rhbz 1071396)
 


More information about the scm-commits mailing list