From: Andi Kleen Date: Mon, 27 Sep 2010 20:05:55 +0000 (+0200) Subject: x86: HWPOISON: Report correct address granuality for huge hwpoison faults X-Git-Tag: v2.6.37-rc1~109^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f672b49b07a4a152fc4251f2aec6b4d05164c4cd;p=pandora-kernel.git x86: HWPOISON: Report correct address granuality for huge hwpoison faults 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 Cc: fengguang.wu@intel.com Signed-off-by: Andi Kleen --- Reading git-diff-tree failed