Skip to content
  • Andi Kleen's avatar
    x86: HWPOISON: Report correct address granuality for huge hwpoison faults · f672b49b
    Andi Kleen authored
    
    
    An earlier patch fixed the hwpoison fault handling to encode the
    huge page size in the fault code of the page fault handler.
    
    This is needed to report this information in SIGBUS to user space.
    
    This is a straight forward patch to pass this information
    through to the signal handling in the x86 specific fault.c
    
    Cc: x86@kernel.org
    Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    Cc: fengguang.wu@intel.com
    Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
    f672b49b