Re: [PATCH v1] clang-format: Fix formatting of guard()
From: Mickaël Salaün
Date: Thu Sep 03 2026 - 13:35:36 EST
On Sun, Aug 30, 2026 at 12:09:18PM +0200, Miguel Ojeda wrote:
> On Fri, Aug 28, 2026 at 4:11 PM Mickaël Salaün <mic@xxxxxxxxxxx> wrote:
> >
> > Could you please sent the PR to Linus and Cc stable@?
>
> Yeah, sorry, I will prepare the update on top of -rc1.
>
> Regarding the Cc stable, I am not sure. The formatting is not globally
> enforced and such a change could break things for others that may be
> locally enforcing it using whatever list was there in the past.
Well, the bug which is fixed by this patch does "break" the local
enforcement for Landlock code. This is how I found it and why I
reported it.
>
> (Some may even consider the Fixes: tag itself here a stretch depending
> on how one defines "bug"...)
>
> Cheers,
> Miguel