Re: [PATCH] netlink: specs: binder: replace underscores with dashes in names

From: Greg Kroah-Hartman
Date: Thu Aug 21 2025 - 10:58:55 EST


On Thu, Aug 21, 2025 at 07:37:43AM -0700, Jakub Kicinski wrote:
> On Thu, 21 Aug 2025 13:55:21 +0000 Carlos Llamas wrote:
> > The usage of underscores is no longer allowed for the 'name' format in
> > the yaml spec. Instead, dashes should be used. This fixes the build
> > issue reported by Thorsten that showed up on linux-next.
> >
> > Note this change has no impact on C code.
>
> I guess the tree where the patches landed doesn't have last merge window
> material? I thought the extra consistency checks went in for 6.17
> already.. In any case, change makes sense:

They don't seem to be in 6.17-rc3, what commit are you thinking this
was? Ugh, my fault, nevermind, I was testing the wrong branch in the
wrong git tree!

I see this in my tree now, sorry everyone for the noise in not figuring
this out, too many trees/branches...

> Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>

Thanks, I'll take this in the char-misc-next branch now.

greg k-h