Hi Andi, Today's linux-next merge of the hwpoison tree got a conflict in mm/memory-failure.c between commit 7c5663142a8e9fbf31c82fc9ab6ebc3fda10d6b9 ("KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages") from the kvm tree and commit 2164d3b53f002264d760c76799958ad7a48b9f41 ("HWPOISON, hugetlb: enable error handling path for hugepage") from the hwpoison tree. Just overlapping additions. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc mm/memory-failure.c index 378b0f6,d0b420a..0000000 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@@ -45,7 -45,7 +45,8 @@@ #include <linux/page-isolation.h> #include <linux/suspend.h> #include <linux/slab.h> +#include <linux/swapops.h> + #include <linux/hugetlb.h> #include "internal.h" int sysctl_memory_failure_early_kill __read_mostly = 0; -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html