On Fri, 2014-11-07 at 17:30 +0800, Yuanhan Liu wrote:
> 
> 
> The address changes to 10:ffffffff8167aa1a, and in the System.map, it has:
> 
>   ffffffff8167a9d0 t dmi_table
>   ffffffff8167aac0 T dmi_name_in_vendors
> 
> Sorry, I don't know how to dig furture.

Could you build a kernel without Ard's u32 cast fix and do,

objdump -dr vmlinux > /tmp/1

Then apply Ard's u32 cast fix, and rebuild the kernel and do,

objdump -dr vmlinux > /tmp/2

Then send me the output of,

diff -u /tmp/1 /tmp/2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to