* [PATCH] maintainers: update dts maintainer email
@ 2026-04-19 19:48 Patrick Robb
2026-04-19 22:20 ` Morten Brørup
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Patrick Robb @ 2026-04-19 19:48 UTC (permalink / raw)
To: thomas
Cc: dev, aconole, lylavoie, abailey, dmarx, knimoji, luca.vizzarro,
Patrick Robb
Patrick Robb will now make contributions to DTS
as an individual in his personal capcity. So,
updating his email in the MAINTAINERS file to
be his personal email.
Signed-off-by: Patrick Robb <patrickrobb1997@gmail.com>
---
.mailmap | 2 +-
MAINTAINERS | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.mailmap b/.mailmap
index 0e0d83e1c6..0ce0cfc1a8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1232,7 +1232,7 @@ Patrick Fu <patrick.fu@intel.com>
Patrick Kutch <patrick.g.kutch@intel.com>
Patrick Lu <patrick.lu@intel.com>
Patrick MacArthur <patrick@patrickmacarthur.net>
-Patrick Robb <probb@iol.unh.edu>
+Patrick Robb <patrickrobb1997@gmail.com>
Patrik Andersson <patrik.r.andersson@ericsson.com>
Paul Atkins <paul.atkins@intl.att.com>
Paul E. McKenney <paulmck@linux.ibm.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f5539f851..b61eba8761 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -66,7 +66,7 @@ T: git://dpdk.org/next/dpdk-next-baseband
Next-dts Tree
M: Luca Vizzarro <luca.vizzarro@arm.com>
-M: Patrick Robb <probb@iol.unh.edu>
+M: Patrick Robb <patrickrobb1997@gmail.com>
T: git://dpdk.org/next/dpdk-next-dts
Stable Branches
@@ -2001,7 +2001,7 @@ F: doc/guides/tools/proc_info.rst
DTS
M: Luca Vizzarro <luca.vizzarro@arm.com>
-M: Patrick Robb <probb@iol.unh.edu>
+M: Patrick Robb <patrickrobb1997@gmail.com>
T: git://dpdk.org/next/dpdk-next-dts
F: dts/
F: buildtools/check-dts-requirements.py
--
2.53.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* RE: [PATCH] maintainers: update dts maintainer email
2026-04-19 19:48 [PATCH] maintainers: update dts maintainer email Patrick Robb
@ 2026-04-19 22:20 ` Morten Brørup
2026-04-27 0:48 ` Patrick Robb
2026-04-23 13:15 ` Luca Vizzarro
2026-04-27 0:46 ` [PATCH v2] " Patrick Robb
2 siblings, 1 reply; 7+ messages in thread
From: Morten Brørup @ 2026-04-19 22:20 UTC (permalink / raw)
To: Patrick Robb, thomas
Cc: dev, aconole, lylavoie, abailey, dmarx, knimoji, luca.vizzarro
> diff --git a/.mailmap b/.mailmap
> index 0e0d83e1c6..0ce0cfc1a8 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -1232,7 +1232,7 @@ Patrick Fu <patrick.fu@intel.com>
> Patrick Kutch <patrick.g.kutch@intel.com>
> Patrick Lu <patrick.lu@intel.com>
> Patrick MacArthur <patrick@patrickmacarthur.net>
> -Patrick Robb <probb@iol.unh.edu>
> +Patrick Robb <patrickrobb1997@gmail.com>
In the mailmap file, both addresses should be present, to tie them together:
-Patrick Robb <probb@iol.unh.edu>
+Patrick Robb <patrickrobb1997@gmail.com> <probb@iol.unh.edu>
Look at other entries with multiple addresses, e.g.:
Thomas Monjalon <thomas@monjalon.net> <thomas.monjalon@6wind.com>
With that fixed,
Acked-by: Morten Brørup <mb@smartsharesystems.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] maintainers: update dts maintainer email
2026-04-19 22:20 ` Morten Brørup
@ 2026-04-27 0:48 ` Patrick Robb
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Robb @ 2026-04-27 0:48 UTC (permalink / raw)
To: Morten Brørup
Cc: thomas, dev, aconole, lylavoie, abailey, dmarx, knimoji,
luca.vizzarro
[-- Attachment #1: Type: text/plain, Size: 921 bytes --]
Thanks Morten! Fixed.
On Sun, Apr 19, 2026 at 6:20 PM Morten Brørup <mb@smartsharesystems.com>
wrote:
> > diff --git a/.mailmap b/.mailmap
> > index 0e0d83e1c6..0ce0cfc1a8 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -1232,7 +1232,7 @@ Patrick Fu <patrick.fu@intel.com>
> > Patrick Kutch <patrick.g.kutch@intel.com>
> > Patrick Lu <patrick.lu@intel.com>
> > Patrick MacArthur <patrick@patrickmacarthur.net>
> > -Patrick Robb <probb@iol.unh.edu>
> > +Patrick Robb <patrickrobb1997@gmail.com>
>
> In the mailmap file, both addresses should be present, to tie them
> together:
> -Patrick Robb <probb@iol.unh.edu>
> +Patrick Robb <patrickrobb1997@gmail.com> <probb@iol.unh.edu>
>
> Look at other entries with multiple addresses, e.g.:
> Thomas Monjalon <thomas@monjalon.net> <thomas.monjalon@6wind.com>
>
> With that fixed,
> Acked-by: Morten Brørup <mb@smartsharesystems.com>
>
>
[-- Attachment #2: Type: text/html, Size: 2085 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] maintainers: update dts maintainer email
2026-04-19 19:48 [PATCH] maintainers: update dts maintainer email Patrick Robb
2026-04-19 22:20 ` Morten Brørup
@ 2026-04-23 13:15 ` Luca Vizzarro
2026-04-27 0:46 ` [PATCH v2] " Patrick Robb
2 siblings, 0 replies; 7+ messages in thread
From: Luca Vizzarro @ 2026-04-23 13:15 UTC (permalink / raw)
To: Patrick Robb, thomas; +Cc: dev, aconole, lylavoie, abailey, dmarx, knimoji
Acked-by: Luca Vizzarro <luca.vizzarro@arm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2] maintainers: update dts maintainer email
2026-04-19 19:48 [PATCH] maintainers: update dts maintainer email Patrick Robb
2026-04-19 22:20 ` Morten Brørup
2026-04-23 13:15 ` Luca Vizzarro
@ 2026-04-27 0:46 ` Patrick Robb
2026-04-27 5:41 ` Morten Brørup
2 siblings, 1 reply; 7+ messages in thread
From: Patrick Robb @ 2026-04-27 0:46 UTC (permalink / raw)
To: luca.vizzarro; +Cc: dev, dmarx, abailey, knimoji, lylavoie, Patrick Robb
Patrick Robb will now make contributions to DTS
as an individual in his personal capcity. So,
updating his email in the MAINTAINERS file to
be his personal email.
Signed-off-by: Patrick Robb <patrickrobb1997@gmail.com>
---
.mailmap | 2 +-
MAINTAINERS | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.mailmap b/.mailmap
index 0e0d83e1c6..e3c13d016f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1232,7 +1232,7 @@ Patrick Fu <patrick.fu@intel.com>
Patrick Kutch <patrick.g.kutch@intel.com>
Patrick Lu <patrick.lu@intel.com>
Patrick MacArthur <patrick@patrickmacarthur.net>
-Patrick Robb <probb@iol.unh.edu>
+Patrick Robb <patrickrobb1997@gmail.com> <probb@iol.unh.edu>
Patrik Andersson <patrik.r.andersson@ericsson.com>
Paul Atkins <paul.atkins@intl.att.com>
Paul E. McKenney <paulmck@linux.ibm.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f5539f851..b61eba8761 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -66,7 +66,7 @@ T: git://dpdk.org/next/dpdk-next-baseband
Next-dts Tree
M: Luca Vizzarro <luca.vizzarro@arm.com>
-M: Patrick Robb <probb@iol.unh.edu>
+M: Patrick Robb <patrickrobb1997@gmail.com>
T: git://dpdk.org/next/dpdk-next-dts
Stable Branches
@@ -2001,7 +2001,7 @@ F: doc/guides/tools/proc_info.rst
DTS
M: Luca Vizzarro <luca.vizzarro@arm.com>
-M: Patrick Robb <probb@iol.unh.edu>
+M: Patrick Robb <patrickrobb1997@gmail.com>
T: git://dpdk.org/next/dpdk-next-dts
F: dts/
F: buildtools/check-dts-requirements.py
--
2.53.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* RE: [PATCH v2] maintainers: update dts maintainer email
2026-04-27 0:46 ` [PATCH v2] " Patrick Robb
@ 2026-04-27 5:41 ` Morten Brørup
2026-05-10 21:21 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Morten Brørup @ 2026-04-27 5:41 UTC (permalink / raw)
To: Patrick Robb, luca.vizzarro; +Cc: dev, dmarx, abailey, knimoji, lylavoie
> From: Patrick Robb [mailto:patrickrobb1997@gmail.com]
> Sent: Monday, 27 April 2026 02.47
>
> Patrick Robb will now make contributions to DTS
> as an individual in his personal capcity. So,
> updating his email in the MAINTAINERS file to
> be his personal email.
>
> Signed-off-by: Patrick Robb <patrickrobb1997@gmail.com>
> ---
Acked-by: Morten Brørup <mb@smartsharesystems.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2] maintainers: update dts maintainer email
2026-04-27 5:41 ` Morten Brørup
@ 2026-05-10 21:21 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2026-05-10 21:21 UTC (permalink / raw)
To: Patrick Robb
Cc: luca.vizzarro, dev, dmarx, abailey, knimoji, lylavoie,
Morten Brørup
27/04/2026 07:41, Morten Brørup:
> > From: Patrick Robb [mailto:patrickrobb1997@gmail.com]
> > Sent: Monday, 27 April 2026 02.47
> >
> > Patrick Robb will now make contributions to DTS
> > as an individual in his personal capcity. So,
> > updating his email in the MAINTAINERS file to
> > be his personal email.
> >
> > Signed-off-by: Patrick Robb <patrickrobb1997@gmail.com>
>
> Acked-by: Morten Brørup <mb@smartsharesystems.com>
Applied
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-05-10 21:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-19 19:48 [PATCH] maintainers: update dts maintainer email Patrick Robb
2026-04-19 22:20 ` Morten Brørup
2026-04-27 0:48 ` Patrick Robb
2026-04-23 13:15 ` Luca Vizzarro
2026-04-27 0:46 ` [PATCH v2] " Patrick Robb
2026-04-27 5:41 ` Morten Brørup
2026-05-10 21:21 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox