This patch is based on mm-unstable as of 2024-05-10. In particular it needs this somewhat related fix to apply cleanly: [0/2] Minor fixups for hugetlb fault path https://lore.kernel.org/r/20240509100148.22384-1-osalvador@xxxxxxx Changes since v1: - Rename flag from VM_FAULT_HWPOISON_SIM to VM_FAULT_HWPOISON_SILENT. - Rebase onto mm-unstable, to remove dependency on another patch which it appears will not get merged. - Update comments / commit message to mention swapin errors in addition to UFFDIO_POISON. Axel Rasmussen (1): arch/fault: don't print logs for pte marker poison errors arch/parisc/mm/fault.c | 7 +++++-- arch/powerpc/mm/fault.c | 6 ++++-- arch/x86/mm/fault.c | 6 ++++-- include/linux/mm_types.h | 34 ++++++++++++++++++++-------------- mm/hugetlb.c | 3 ++- mm/memory.c | 2 +- 6 files changed, 36 insertions(+), 22 deletions(-) -- 2.45.0.118.g7fe29c98d7-goog