3/3
mm: fail the fault on a malformed swap entry instead of retrying it
do_swap_page()对malformed swap entry返回0导致fault handler无限重试,改为返回VM_FAULT_SIGBUS,避免同一fault永久自旋。
do_swap_page()对malformed swap entry返回0导致fault handler无限重试,改为返回VM_FAULT_SIGBUS,避免同一fault永久自旋。