From 1702ed45a018a24b9d1b2e7eef4414c78318e3af Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 9 Feb 2018 13:49:19 +0100 Subject: [PATCH] linux-4.14.18: Select CONFIG_X86_MCELOG_LEGACY Select `CONFIG_X86_MCELOG_LEGACY` so the device `/dev/mcelog` needed by [mcelog][1] is created. Commit 5de97c9f (x86/mce: Factor out and deprecate the /dev/mcelog driver) introduces this option, and is present since Linux 4.12. [1]: https://www.mcelog.org/ Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/605 --- linux-4.14.18-206.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-4.14.18-206.bee b/linux-4.14.18-206.bee index 61e58cb78..49d09f63f 100755 --- a/linux-4.14.18-206.bee +++ b/linux-4.14.18-206.bee @@ -155,6 +155,7 @@ mee_configure() { CONFIG_GART_IOMMU=y CONFIG_NR_CPUS=256 CONFIG_PREEMPT_VOLUNTARY=y + CONFIG_X86_MCELOG_LEGACY=y CONFIG_MICROCODE_AMD=y CONFIG_NUMA=y CONFIG_TRANSPARENT_HUGEPAGE=y