Re: [PATCH v18 3/5] binder: introduce transaction reports via netlink

From: Carlos Llamas
Date: Fri Jul 25 2025 - 14:07:21 EST


On Fri, Jul 25, 2025 at 10:38:58AM -0700, Jakub Kicinski wrote:
> On Thu, 24 Jul 2025 18:58:57 +0000 Carlos Llamas wrote:
> > +++ b/Documentation/netlink/specs/binder.yaml
>
> We started running YAML specs thru yamllint since the previous posting
> (the fixes for existing specs will reach Linus in the upcoming merge
> window, IIRC). Could you double check this file for linter issues?
> We use the default linting paramters, no extra config needed.

Oh good to know. I just ran this:

$ yamllint -- Documentation/netlink/specs/binder.yaml
Documentation/netlink/specs/binder.yaml
6:1 warning missing document start "---" (document-start)
91:13 error too many spaces inside brackets (brackets)
91:33 error too many spaces inside brackets (brackets)

I'll have a look at the incoming patches and will fix this as such.
Thanks!