Message ID | 20240509203907.504891-1-axelrasmussen@google.com (mailing list archive) |
---|---|
Headers | show |
Series | arch/fault: don't print logs for simulated poison errors | expand |
On 5/9/24 1:39 PM, Axel Rasmussen wrote: > This patch expects to be applied on top of both of the following related > fixes: > > - x86/fault: speed up uffd-unit-test by 10x: rate-limit "MCE: Killing" logs > https://lore.kernel.org/r/20240507022939.236896-1-jhubbard@nvidia.com This got mostly effectively nacked. I disagree with that but do not intend to "appeal". :) > - [0/2] Minor fixups for hugetlb fault path > https://lore.kernel.org/r/20240509100148.22384-1-osalvador@suse.de > > The latter is in mm-unstable currently, but the former is not (yet?). It > would need to be taken before this patch for it to apply cleanly. > > Axel Rasmussen (1): > arch/fault: don't print logs for simulated 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 | 5 +++++ > mm/hugetlb.c | 3 ++- > mm/memory.c | 2 +- > 6 files changed, 21 insertions(+), 8 deletions(-) > > -- > 2.45.0.118.g7fe29c98d7-goog > thanks,