3/3

mm: fail the fault on a malformed swap entry instead of retrying it

do_swap_page() 对畸形 swap entry 返回 VM_FAULT_SIGBUS 而非 0,避免不可恢复错误反复重试导致进程自旋被杀;swapoff 的 NULL 仍可重试。