* [PATCH] MAINTAINERS: ipack: add ipack.h header file
@ 2025-10-14 3:00 Randy Dunlap
2025-10-15 11:31 ` Vaibhav Gupta
2025-10-20 11:14 ` Vaibhav Gupta
0 siblings, 2 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-10-14 3:00 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Samuel Iglesias Gonsalvez, Vaibhav Gupta,
Jens Taprogge, Greg Kroah-Hartman, industrypack-devel
Add the header file so that get_maintainer.pl will report useful
info instead of just linux-kernel@vger.
Fixes: 14dc124f1b2f ("MAINTAINERS: Add maintainers for Industry Pack subsystem")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Cc: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Cc: Jens Taprogge <jens.taprogge@taprogge.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: industrypack-devel@lists.sourceforge.net
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20251013.orig/MAINTAINERS
+++ linux-next-20251013/MAINTAINERS
@@ -12216,6 +12216,7 @@ L: industrypack-devel@lists.sourceforge.
S: Maintained
W: http://industrypack.sourceforge.net
F: drivers/ipack/
+F: include/linux/ipack.h
INFINEON DPS310 Driver
M: Eddie James <eajames@linux.ibm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: ipack: add ipack.h header file
2025-10-14 3:00 [PATCH] MAINTAINERS: ipack: add ipack.h header file Randy Dunlap
@ 2025-10-15 11:31 ` Vaibhav Gupta
2025-10-22 5:52 ` Greg Kroah-Hartman
2025-10-20 11:14 ` Vaibhav Gupta
1 sibling, 1 reply; 4+ messages in thread
From: Vaibhav Gupta @ 2025-10-15 11:31 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, Samuel Iglesias Gonsalvez, Jens Taprogge,
Greg Kroah-Hartman, industrypack-devel
On Mon, Oct 13, 2025 at 08:00:38PM -0700, Randy Dunlap wrote:
> Add the header file so that get_maintainer.pl will report useful
> info instead of just linux-kernel@vger.
>
> Fixes: 14dc124f1b2f ("MAINTAINERS: Add maintainers for Industry Pack subsystem")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
> Cc: Vaibhav Gupta <vaibhavgupta40@gmail.com>
> Cc: Jens Taprogge <jens.taprogge@taprogge.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: industrypack-devel@lists.sourceforge.net
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20251013.orig/MAINTAINERS
> +++ linux-next-20251013/MAINTAINERS
> @@ -12216,6 +12216,7 @@ L: industrypack-devel@lists.sourceforge.
> S: Maintained
> W: http://industrypack.sourceforge.net
> F: drivers/ipack/
> +F: include/linux/ipack.h
>
> INFINEON DPS310 Driver
> M: Eddie James <eajames@linux.ibm.com>
Hello Randy,
Thank you for your patch.
Acknowledged-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Hey Greg, could you please add this patch to your misc tree?
Thanks,
Vaibhav
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: ipack: add ipack.h header file
2025-10-14 3:00 [PATCH] MAINTAINERS: ipack: add ipack.h header file Randy Dunlap
2025-10-15 11:31 ` Vaibhav Gupta
@ 2025-10-20 11:14 ` Vaibhav Gupta
1 sibling, 0 replies; 4+ messages in thread
From: Vaibhav Gupta @ 2025-10-20 11:14 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, Samuel Iglesias Gonsalvez, Jens Taprogge,
Greg Kroah-Hartman, industrypack-devel, Randy Dunlap
On Mon, Oct 13, 2025 at 08:00:38PM -0700, Randy Dunlap wrote:
> Add the header file so that get_maintainer.pl will report useful
> info instead of just linux-kernel@vger.
>
> Fixes: 14dc124f1b2f ("MAINTAINERS: Add maintainers for Industry Pack subsystem")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
> Cc: Vaibhav Gupta <vaibhavgupta40@gmail.com>
> Cc: Jens Taprogge <jens.taprogge@taprogge.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: industrypack-devel@lists.sourceforge.net
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20251013.orig/MAINTAINERS
> +++ linux-next-20251013/MAINTAINERS
> @@ -12216,6 +12216,7 @@ L: industrypack-devel@lists.sourceforge.
> S: Maintained
> W: http://industrypack.sourceforge.net
> F: drivers/ipack/
> +F: include/linux/ipack.h
>
> INFINEON DPS310 Driver
> M: Eddie James <eajames@linux.ibm.com>
Hello Randy,
Thank you for your patch.
Acknowledged-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Hey Greg, could you please add this patch to your misc tree?
Thanks,
Vaibhav
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: ipack: add ipack.h header file
2025-10-15 11:31 ` Vaibhav Gupta
@ 2025-10-22 5:52 ` Greg Kroah-Hartman
0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2025-10-22 5:52 UTC (permalink / raw)
To: Vaibhav Gupta
Cc: Randy Dunlap, linux-kernel, Samuel Iglesias Gonsalvez,
Jens Taprogge, industrypack-devel
On Wed, Oct 15, 2025 at 11:31:20AM +0000, Vaibhav Gupta wrote:
> On Mon, Oct 13, 2025 at 08:00:38PM -0700, Randy Dunlap wrote:
> > Add the header file so that get_maintainer.pl will report useful
> > info instead of just linux-kernel@vger.
> >
> > Fixes: 14dc124f1b2f ("MAINTAINERS: Add maintainers for Industry Pack subsystem")
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > ---
> > Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
> > Cc: Vaibhav Gupta <vaibhavgupta40@gmail.com>
> > Cc: Jens Taprogge <jens.taprogge@taprogge.org>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: industrypack-devel@lists.sourceforge.net
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > --- linux-next-20251013.orig/MAINTAINERS
> > +++ linux-next-20251013/MAINTAINERS
> > @@ -12216,6 +12216,7 @@ L: industrypack-devel@lists.sourceforge.
> > S: Maintained
> > W: http://industrypack.sourceforge.net
> > F: drivers/ipack/
> > +F: include/linux/ipack.h
> >
> > INFINEON DPS310 Driver
> > M: Eddie James <eajames@linux.ibm.com>
>
> Hello Randy,
>
> Thank you for your patch.
>
> Acknowledged-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
In the future, that probably should be:
Acked-by:
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-22 5:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 3:00 [PATCH] MAINTAINERS: ipack: add ipack.h header file Randy Dunlap
2025-10-15 11:31 ` Vaibhav Gupta
2025-10-22 5:52 ` Greg Kroah-Hartman
2025-10-20 11:14 ` Vaibhav Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox