On 3/12/24 11:43, Rodrigo Queiro wrote: > Thanks! Are you aware of a complete beginners guide on how to send > changes for review? I'm afraid I've only used the GitHub or > company-internal workflows, so I'm not sure how to submit the attached > change. I'd say that the same workflow for kernel works. like: git format-patch -n<NR of patches> git send-email --to=<maintainers> --cc=<otherpeople> --cc=<list> <patches> should work -- Daniel