• A
    HWPOISON: Add basic support for poisoned pages in fault handler v3 · d1737fdb
    Andi Kleen 提交于
    - Add a new VM_FAULT_HWPOISON error code to handle_mm_fault. Right now
    architectures have to explicitely enable poison page support, so
    this is forward compatible to all architectures. They only need
    to add it when they enable poison page support.
    - Add poison page handling in swap in fault code
    
    v2: Add missing delayacct_clear_flag (Hidehiro Kawai)
    v3: Really use delayacct_clear_flag (Hidehiro Kawai)
    Signed-off-by: NAndi Kleen <ak@linux.intel.com>
    d1737fdb
memory.c 91.3 KB