Re: [PATCH] entry: Provide stub for syscall_enter_audit() when auditing is disabled
Jinjie Ruan <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/21/2026 2:34 AM, Thomas Gleixner wrote: > 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. :) Yes, I also couldn't reproduce this compilation issue on x86, so it does appear to be a compiler problem. >