On Thu, Feb 6, 2025 at 11:09 AM Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote: > I just realized I should've shared the link to the v2 - which may not > include all the recipients (because it no longer touches all the > subsystems - and the get_maintainer.pl probably reduced the list of > recipients). So, for anyone interested, here's the v2: > > https://lore.kernel.org/all/cover.1738761899.git.mazziesaccount@xxxxxxxxx/ Well it touches (uses) the gpio subsystem so the GPIO maintainers should have been on CC... This is one of the shortcomings of get_maintainers.pl really (also what b4 is using): it does not know that if you use some specific APIs from some specific .h files then some specific maintainers need to be on CC. It's because there is no hard rule: <linux/slab.h> - who cares? It's not like the memory management people want to look at every user of kmalloc()... <linux/gpio/driver.h> - this is a different story because it's possible to get the semantics wrong. That said, I looked at the patch in lore: Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> for patch 4/5! Linus