.mailmap | 1 + MAINTAINERS | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
From: Vincent Mailhol <mailhol@kernel.org>
Now that I have received my kernel.org account, I am changing my email
address from mailhol.vincent@wanadoo.fr to mailhol@kernel.org. The
wanadoo.fr address was my first email which I created when I was a kid
and has a special meaning to me, but it is restricted to a maximum of
50 messages per hour which starts to be problematic on threads where
many people are CC-ed.
Update all the MAINTAINERS entries accordingly and map the old address
to the new one.
I remain reachable from my old address. The different copyright
notices mentioning my old address are kept as-is for the moment. I
will update those one at a time only if I need to touch those files.
Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
---
.mailmap | 1 +
MAINTAINERS | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index d9fa1b5551165..ff317a4887e2a 100644
--- a/.mailmap
+++ b/.mailmap
@@ -813,6 +813,7 @@ Veera Sundaram Sankaran <quic_veeras@quicinc.com> <veeras@codeaurora.org>
Veerabhadrarao Badiganti <quic_vbadigan@quicinc.com> <vbadigan@codeaurora.org>
Venkateswara Naralasetty <quic_vnaralas@quicinc.com> <vnaralas@codeaurora.org>
Vikash Garodia <quic_vgarodia@quicinc.com> <vgarodia@codeaurora.org>
+Vincent Mailhol <mailhol@kernel.org> <mailhol.vincent@wanadoo.fr>
Vinod Koul <vkoul@kernel.org> <vinod.koul@intel.com>
Vinod Koul <vkoul@kernel.org> <vinod.koul@linux.intel.com>
Vinod Koul <vkoul@kernel.org> <vkoul@infradead.org>
diff --git a/MAINTAINERS b/MAINTAINERS
index daf520a13bdf6..2b5173d75d376 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5418,7 +5418,7 @@ F: net/sched/sch_cake.c
CAN NETWORK DRIVERS
M: Marc Kleine-Budde <mkl@pengutronix.de>
-M: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
+M: Vincent Mailhol <mailhol@kernel.org>
L: linux-can@vger.kernel.org
S: Maintained
W: https://github.com/linux-can
@@ -9069,7 +9069,7 @@ S: Odd Fixes
F: drivers/net/ethernet/agere/
ETAS ES58X CAN/USB DRIVER
-M: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
+M: Vincent Mailhol <mailhol@kernel.org>
L: linux-can@vger.kernel.org
S: Maintained
F: Documentation/networking/devlink/etas_es58x.rst
--
2.49.1
On 26.08.2025 19:48:39, mailhol@kernel.org wrote: > From: Vincent Mailhol <mailhol@kernel.org> > > Now that I have received my kernel.org account, I am changing my email > address from mailhol.vincent@wanadoo.fr to mailhol@kernel.org. The > wanadoo.fr address was my first email which I created when I was a kid > and has a special meaning to me, but it is restricted to a maximum of > 50 messages per hour which starts to be problematic on threads where > many people are CC-ed. > > Update all the MAINTAINERS entries accordingly and map the old address > to the new one. > > I remain reachable from my old address. The different copyright > notices mentioning my old address are kept as-is for the moment. I > will update those one at a time only if I need to touch those files. > > Signed-off-by: Vincent Mailhol <mailhol@kernel.org> Applied to linux-can-next. BTW: The "From" header of your mail only contains you e-mail address, not your real name. regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung Nürnberg | Phone: +49-5121-206917-129 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
On 27/08/2025 at 16:40, Marc Kleine-Budde wrote: > On 26.08.2025 19:48:39, mailhol@kernel.org wrote: >> From: Vincent Mailhol <mailhol@kernel.org> >> >> Now that I have received my kernel.org account, I am changing my email >> address from mailhol.vincent@wanadoo.fr to mailhol@kernel.org. The >> wanadoo.fr address was my first email which I created when I was a kid >> and has a special meaning to me, but it is restricted to a maximum of >> 50 messages per hour which starts to be problematic on threads where >> many people are CC-ed. >> >> Update all the MAINTAINERS entries accordingly and map the old address >> to the new one. >> >> I remain reachable from my old address. The different copyright >> notices mentioning my old address are kept as-is for the moment. I >> will update those one at a time only if I need to touch those files. >> >> Signed-off-by: Vincent Mailhol <mailhol@kernel.org> > > Applied to linux-can-next. Thanks! > BTW: The "From" header of your mail only contains you e-mail address, > not your real name. Yes, I did not properly set the from field in my .gitconfig and because this is the very first email which I sent using my new email and git send-email I couldn't notice it. I spotted the issue just after sending and it is already fixed. Yours sincerely, Vincent Mailhol
On 27.08.2025 17:14:24, Vincent Mailhol wrote: > On 27/08/2025 at 16:40, Marc Kleine-Budde wrote: > > On 26.08.2025 19:48:39, mailhol@kernel.org wrote: > >> From: Vincent Mailhol <mailhol@kernel.org> > >> > >> Now that I have received my kernel.org account, I am changing my email > >> address from mailhol.vincent@wanadoo.fr to mailhol@kernel.org. The > >> wanadoo.fr address was my first email which I created when I was a kid > >> and has a special meaning to me, but it is restricted to a maximum of > >> 50 messages per hour which starts to be problematic on threads where > >> many people are CC-ed. > >> > >> Update all the MAINTAINERS entries accordingly and map the old address > >> to the new one. > >> > >> I remain reachable from my old address. The different copyright > >> notices mentioning my old address are kept as-is for the moment. I > >> will update those one at a time only if I need to touch those files. > >> > >> Signed-off-by: Vincent Mailhol <mailhol@kernel.org> > > > > Applied to linux-can-next. > > Thanks! > > > BTW: The "From" header of your mail only contains you e-mail address, > > not your real name. > > Yes, I did not properly set the from field in my .gitconfig and because this is > the very first email which I sent using my new email and git send-email I > couldn't notice it. I spotted the issue just after sending and it is already fixed. Very good! BTW: I use git's "includeIf" directive in my ~/.gitconfig to have directory specific git config options: [includeIf "gitdir:~/kernel-stuff/"] path = ~/.config/git/kernel regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung Nürnberg | Phone: +49-5121-206917-129 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
© 2016 - 2025 Red Hat, Inc.