On Tue, Dec 3, 2024 at 11:35 AM Paul Moore <[email protected]> wrote: > > On Mon, Dec 2, 2024 at 10:19 PM Zhuo, Qiuxu <[email protected]> wrote: > > > > Hi, > > > > I got the following build errors from kernel/auditsc.c file. > > > > The GCC version : 7.5.0 > > Kernel version : v6.13-rc1 > > The bisect commit : 286d7a54c8a2 ("auditsc: replace memcpy() with > > strscpy()") > > Unfortunately this is a known GCC bug, see the lore link below. Kees, > Yafang, do you have any more information or compiler-based workarounds > for this bug? > > https://lore.kernel.org/all/caloahbbb-__eyerw82qns3wmgi7_bppaacy2urvmpwx3zkv...@mail.gmail.com/
I'll prepare a patch based on Kees's changes soon. For now, let's implement a workaround. -- Regards Yafang
