Re: [PATCH net] bonding: initialize err for empty target lists
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 11:30:24PM +0300, Nikolay Aleksandrov wrote: > On Thu, Aug 13, 2026 at 10:25:13PM +0200, Andrew Lunn wrote: > > > By the way you haven't CCed the Fixes commit author (me). > > > > Hi Nikolay > > > > ./scripts/get_maintainer.pl drivers/net/bonding/bond_netlink.c > > Jay Vosburgh <[email protected]> (maintainer:BONDING DRIVER) > > Andrew Lunn <[email protected]> (maintainer:NETWORKING DRIVERS) > > "David S. Miller" <[email protected]> (maintainer:NETWORKING DRIVERS) > > Eric Dumazet <[email protected]> (maintainer:NETWORKING DRIVERS) > > Jakub Kicinski <[email protected]> (maintainer:NETWORKING DRIVERS) > > Paolo Abeni <[email protected]> (maintainer:NETWORKING DRIVERS) > > [email protected] (open list:BONDING DRIVER) > > [email protected] (open list) > > > > You are not listed. Maybe you can submit a patch to MAINTAINERS? > > > > Andrew > > I didn't mean it as a maintainer, it is customary and good practice > to email the author of the commit that introduced the regression, > that is all I was trying to say. Interesting: scripts/get_maintainer.pl --help usage: scripts/get_maintainer.pl [options] patchfile scripts/get_maintainer.pl [options] -f file|directory version: 0.26 MAINTAINER field selection options: --email => print email address(es) if any ... --fixes => for patches, add signatures of commits with 'Fixes: <commit>' (default: 1 (on)) So it should of done it, if it was run on the patch, rather than the file. I wounder what "b4 prep --auto-to-cc" does? Andrew