Re: x86_64 allyesconfig has screwed up voffset and blows up KVM

From: H. Peter Anvin
Date: Mon May 05 2014 - 16:31:26 EST


On 05/05/2014 11:41 AM, Andy Lutomirski wrote:
> I'm testing 39bfe90706ab0f588db7cb4d1c0e6d1181e1d2f9. I'm not sure
> what's going on here.
>
> voffset.h contains:
>
> #define VO__end 0xffffffff8111c7a0
> #define VO__end 0xffffffff8db9a000
> #define VO__text 0xffffffff81000000
>
> because
>
> $ nm vmlinux|grep ' _end'
> ffffffff8111c7a0 t _end
> ffffffff8db9a000 B _end
>

The "t _end" implies there is a local symbol _end which I guess the
scripts are incorrectly picking up. Taking a look now.

-hpa


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