Re: [tip:x86/seves] BUILD SUCCESS WITH WARNING e6eb15c9ba3165698488ae5c34920eea20eaa38e

From: Arvind Sankar
Date: Tue Sep 15 2020 - 17:52:12 EST


On Tue, Sep 15, 2020 at 10:49:12PM +0200, Borislav Petkov wrote:
>
> (Btw, clang doesn't need to add that "xor %eax,%eax" - panic() should not be
> returning, ever. :-))
>

I think this is because panic() is varargs, and clang doesn't support
gcc's -mskip-rax-setup. The normal ABI requires the caller to set RAX to
the number of arguments in vector registers.

https://patchwork.ozlabs.org/project/gcc/patch/20141218131150.GA32638@xxxxxxxxx/