lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250321220537.507917-1-changyuanl@google.com>
Date: Fri, 21 Mar 2025 15:05:37 -0700
From: Changyuan Lyu <changyuanl@...gle.com>
To: morbo@...gle.com
Cc: changyuanl@...gle.com, justinstitt@...gle.com, 
	linux-kernel@...r.kernel.org, llvm@...ts.linux.dev, nathan@...nel.org, 
	nick.desaulniers+lkml@...il.com, nishimura@....nes.nec.co.jp, 
	ojeda@...nel.org
Subject: Re: [PATCH] clang-format: add for_each macros from libfdt

Hi Bill,

On Fri, Mar 21, 2025 at 12:28:44 -0700, Bill Wendling <morbo@...gle.com> wrote:
> On Thu, Mar 20, 2025 at 4:59=E2=80=AFPM Changyuan Lyu <changyuanl@...gle.co=
> m> wrote:
> >
> > Add two for_each macros from scripts/dtc/libfdt/libfdt.h.
> >
> > Signed-off-by: Changyuan Lyu <changyuanl@...gle.com>
> > ---
> >  .clang-format | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/.clang-format b/.clang-format
> > index fe1aa1a30d40..4decda7474e1 100644
> > --- a/.clang-format
> > +++ b/.clang-format
> > @@ -210,6 +210,8 @@ ForEachMacros:
> >    - 'evlist__for_each_entry_from'
> >    - 'evlist__for_each_entry_reverse'
> >    - 'evlist__for_each_entry_safe'
> > +  - 'fdt_for_each_property_offset'
> > +  - 'fdt_for_each_subnode'
>
> Could you alphabetize these please?
>
> >    - 'flow_action_for_each'
> >    - 'for_each_acpi_consumer_dev'
> >    - 'for_each_acpi_dev_match'
> > --
> > 2.49.0.395.g12beb8f557-goog
> >

Thanks for taking a look, but I think the list `ForEachMacros`
is already sorted alphabetically.
Am I missing anything?

Best,
Changyuan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ