2023-05-11 16:53:35

by Jesse Brandeburg

[permalink] [raw]
Subject: [PATCH v1] MAINTAINERS: add entry for auxiliary bus

When auxiliary bus was added to the kernel the MAINTAINERS file wasn't
updated with a mention of the files, contributors and reviewers. Fix
that oversight by adding Dave and Ira, with GregKH as (same as current)
owner.

CC: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Jesse Brandeburg <[email protected]>
Acked-by: Dave Ertman <[email protected]>
Acked-by: Ira Weiny <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..cdc71e222e46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3387,6 +3387,16 @@ F: include/uapi/linux/audit.h
F: kernel/audit*
F: lib/*audit.c

+AUXILIARY BUS DRIVER
+M: Greg Kroah-Hartman <[email protected]>
+R: Dave Ertman <[email protected]>
+R: Ira Weiny <[email protected]>
+S: Supported
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
+F: Documentation/driver-api/auxiliary_bus.rst
+F: drivers/base/auxiliary.c
+F: include/linux/auxiliary_bus.h
+
AUXILIARY DISPLAY DRIVERS
M: Miguel Ojeda <[email protected]>
S: Maintained
--
2.31.1



2023-05-18 20:40:19

by Jesse Brandeburg

[permalink] [raw]
Subject: Re: [PATCH v1] MAINTAINERS: add entry for auxiliary bus

On 5/11/2023 9:45 AM, Jesse Brandeburg wrote:
> When auxiliary bus was added to the kernel the MAINTAINERS file wasn't
> updated with a mention of the files, contributors and reviewers. Fix
> that oversight by adding Dave and Ira, with GregKH as (same as current)
> owner.
>
> CC: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Jesse Brandeburg <[email protected]>
> Acked-by: Dave Ertman <[email protected]>
> Acked-by: Ira Weiny <[email protected]>

Hi Greg, any comments or guidance here? Wasn't sure to add you as the
directly mentioned maintainer or just let the fallback select you via
the directory. Overall the goal was to get get_maintainers to suggest
Dave and Ira as reviewers of any auxiliary changes.

Thank you in advance,
Jesse


2023-05-19 10:14:12

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v1] MAINTAINERS: add entry for auxiliary bus

On Thu, May 18, 2023 at 01:33:32PM -0700, Jesse Brandeburg wrote:
> On 5/11/2023 9:45 AM, Jesse Brandeburg wrote:
> > When auxiliary bus was added to the kernel the MAINTAINERS file wasn't
> > updated with a mention of the files, contributors and reviewers. Fix
> > that oversight by adding Dave and Ira, with GregKH as (same as current)
> > owner.
> >
> > CC: Greg Kroah-Hartman <[email protected]>
> > Signed-off-by: Jesse Brandeburg <[email protected]>
> > Acked-by: Dave Ertman <[email protected]>
> > Acked-by: Ira Weiny <[email protected]>
>
> Hi Greg, any comments or guidance here? Wasn't sure to add you as the
> directly mentioned maintainer or just let the fallback select you via
> the directory. Overall the goal was to get get_maintainers to suggest
> Dave and Ira as reviewers of any auxiliary changes.

It looks fine, just let me get through the hundreds of other more
important fixes in my review queue. This will make it into the tree
eventually...

thanks,

greg k-h