• T
    HWPOISON: Add code to handle "action required" errors. · 7329bbeb
    Tony Luck 提交于
    Add new flag bit "MF_ACTION_REQUIRED" to be used by machine check
    code to force a signal with si_code = BUS_MCEERR_AR in the case
    where the error occurs in processor execution context. Pass the
    flags argument along call chain:
    	memory_failure()
    	  hwpoison_user_mappings()
    	    kill_procs()
    	      kill_proc()
    
    Drop the "_ao" suffix from kill_procs_ao() and kill_proc_ao() since
    they can now handle "action required" as well as "action optional" errors.
    Acked-by: NBorislav Petkov <bp@amd64.org>
    Signed-off-by: NTony Luck <tony.luck@intel.com>
    7329bbeb
mm.h 54.9 KB