Skip to content
Commit a337fdac authored by Andi Kleen's avatar Andi Kleen
Browse files

HWPOISON: Copy si_addr_lsb to user



The original hwpoison code added a new siginfo field si_addr_lsb to
pass the granuality of the fault address to user space. Unfortunately
this field was never copied to user space. Fix this here.

I added explicit checks for the MCEERR codes to avoid having
to patch all potential callers to initialize the field.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent 67159813
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment