From: Andi Kleen Date: Mon, 27 Sep 2010 18:32:19 +0000 (+0200) Subject: HWPOISON: Copy si_addr_lsb to user X-Git-Tag: v2.6.36-rc8~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a337fdac7a5622d1e6547f4b476c14dfe5a2c892;p=pandora-kernel.git 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: Andi Kleen --- Reading git-diff-tree failed