From c2f57e56ef3a55daba0bd2aabfc97ae78bbceb7a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 20 Mar 2015 19:38:52 +0000 Subject: [PATCH] [xen] Enable Xen MCE log support. (Closes: #779698) svn path=/dists/sid/linux/; revision=22455 --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f12527158..26ebcfc78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ linux (3.16.7-ckt7-2) UNRELEASED; urgency=medium [ Ian Campbell ] * Initialise framebuffer console earlier. (Closes: #779935) + * [xen] Enable Xen MCE log support. (Closes: #779698) -- Ian Campbell Wed, 18 Mar 2015 21:07:15 +0000 diff --git a/debian/config/config b/debian/config/config index 4c91901f1..ada8b67ec 100644 --- a/debian/config/config +++ b/debian/config/config @@ -4410,6 +4410,7 @@ CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_GNTDEV=m CONFIG_XEN_GRANT_DEV_ALLOC=m CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_MCE_LOG=y ## ## file: fs/Kconfig