Re: [PATCH] entry: Provide stub for syscall_enter_audit() when auditing is disabled

From: Thomas Gleixner

Date: Mon Jul 20 2026 - 14:39:21 EST


On Mon, Jul 20 2026 at 17:34, Thomas Gleixner wrote:
> On Mon, Jul 20 2026 at 17:49, Jinjie Ruan wrote:
> The .config in the report builds without problems with s390-linux-gcc
> 15.2.0 (I verified that before merging), but fails with the version used
> by the robot:
>
> compiler: s390-linux-gcc (GCC) 13.4.0
>
> So that's a broken compiler and without understanding the actual root
> cause we are not going to paper over it.

What's even more amazing is that the same config modified for x86/64
builds just fine with gcc 13.4.0, while one would assume that the
decision to uninline a basically empty inline would happen before the
architecture specific backend is invoked. But what do I know. :)