Re: [PATCH] [v2] landlock: work around gcc-16 -Wuninitialized warning

From: Sebastian Andrzej Siewior

Date: Wed Sep 16 2026 - 04:53:53 EST


On 2026-09-15 22:10:30 [+0200], Arnd Bergmann wrote:
> Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110743
> Link: https://lore.kernel.org/all/20260619082133.3504146-1-arnd@xxxxxxxxxx/
> Fixes: a260c0055665 ("landlock: Add a place for flags to layer rules")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> v2: rebased to linux-next-20260914
>
> I originally sent this in June, but got no reply and this still
> happens with gcc-16.2, which is the latest stable release.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

This looks reasonable. I don't see this with gcc-16.2 and the referenced
gcc bug has it as fixed.

Sebastian