On Mon, Feb 07, 2022 at 07:58:13PM +0100, Rafael J. Wysocki wrote: > On Saturday, February 5, 2022 12:32:19 AM CET Bjorn Helgaas wrote: > > Wonder if we should add something like this to MAINTAINERS so you get > > cc'd on power-related things: > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index ea3e6c914384..3d9a211cad5d 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -15422,6 +15422,7 @@ F: include/linux/pm.h > > F: include/linux/pm_* > > F: include/linux/powercap.h > > F: kernel/configs/nopm.config > > +K: pci_[a-z_]*power[a-z_]*\( > > It seems so, but generally PM patches should be CCed to linux-pm anyway. Definitely. It's just that running get_maintainer.pl on this patch currently shows: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> (supporter:PCI SUBSYSTEM) linux-pci@xxxxxxxxxxxxxxx (open list:PCI SUBSYSTEM) linux-kernel@xxxxxxxxxxxxxxx (open list) so it's not as helpful as it could be. The MAINTAINERS patch above would change it to this: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> (supporter:PCI SUBSYSTEM) "Rafael J. Wysocki" <rafael@xxxxxxxxxx> (supporter:POWER MANAGEMENT CORE) linux-pci@xxxxxxxxxxxxxxx (open list:PCI SUBSYSTEM) linux-kernel@xxxxxxxxxxxxxxx (open list) linux-pm@xxxxxxxxxxxxxxx (open list:POWER MANAGEMENT CORE) Bjorn