netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address
@ 2024-09-04 13:18 Vadim Fedorenko
  2024-09-04 20:17 ` Simon Horman
  2024-09-05 22:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 5+ messages in thread
From: Vadim Fedorenko @ 2024-09-04 13:18 UTC (permalink / raw)
  To: Jakub Kicinski, Jonathan Lemon, Paolo Abeni, David Ahern
  Cc: Vadim Fedorenko, netdev

While checking the latest series for ptp_ocp driver I realised that
MAINTAINERS file has wrong item about email on linux.dev domain.

Fixes: 795fd9342c62 ("ptp_ocp: adjust MAINTAINERS and mailmap")
Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
---
I'm not sure if it should go to backports queue, so if I'm wrong,
please, redirect it to net-next tree while applying.
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5e5e85841a2f..8b28943a0c19 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17118,7 +17118,7 @@ F:	include/dt-bindings/
 
 OPENCOMPUTE PTP CLOCK DRIVER
 M:	Jonathan Lemon <jonathan.lemon@gmail.com>
-M:	Vadim Fedorenko <vadfed@linux.dev>
+M:	Vadim Fedorenko <vadim.fedorenko@linux.dev>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/ptp/ptp_ocp.c
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address
  2024-09-04 13:18 [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address Vadim Fedorenko
@ 2024-09-04 20:17 ` Simon Horman
  2024-09-04 22:47   ` Vadim Fedorenko
  2024-09-05 22:10 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2024-09-04 20:17 UTC (permalink / raw)
  To: Vadim Fedorenko
  Cc: Jakub Kicinski, Jonathan Lemon, Paolo Abeni, David Ahern, netdev

On Wed, Sep 04, 2024 at 01:18:55PM +0000, Vadim Fedorenko wrote:
> While checking the latest series for ptp_ocp driver I realised that
> MAINTAINERS file has wrong item about email on linux.dev domain.
> 
> Fixes: 795fd9342c62 ("ptp_ocp: adjust MAINTAINERS and mailmap")
> Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>

Hi Vadim,

Should an entry also be added to .mailmap ?

...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address
  2024-09-04 20:17 ` Simon Horman
@ 2024-09-04 22:47   ` Vadim Fedorenko
  2024-09-05 10:57     ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Vadim Fedorenko @ 2024-09-04 22:47 UTC (permalink / raw)
  To: Simon Horman
  Cc: Jakub Kicinski, Jonathan Lemon, Paolo Abeni, David Ahern, netdev

On 04/09/2024 21:17, Simon Horman wrote:
> On Wed, Sep 04, 2024 at 01:18:55PM +0000, Vadim Fedorenko wrote:
>> While checking the latest series for ptp_ocp driver I realised that
>> MAINTAINERS file has wrong item about email on linux.dev domain.
>>
>> Fixes: 795fd9342c62 ("ptp_ocp: adjust MAINTAINERS and mailmap")
>> Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
> 
> Hi Vadim,
> 
> Should an entry also be added to .mailmap ?
> 
> ...

I don't think so. The vadfed@linux.dev items has never been a real 
address, I haven't seen any one complaining about bouncing emails from 
this address. It's just a mistake done within the patch mentioned in
Fixes tag.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address
  2024-09-04 22:47   ` Vadim Fedorenko
@ 2024-09-05 10:57     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2024-09-05 10:57 UTC (permalink / raw)
  To: Vadim Fedorenko
  Cc: Jakub Kicinski, Jonathan Lemon, Paolo Abeni, David Ahern, netdev

On Wed, Sep 04, 2024 at 11:47:07PM +0100, Vadim Fedorenko wrote:
> On 04/09/2024 21:17, Simon Horman wrote:
> > On Wed, Sep 04, 2024 at 01:18:55PM +0000, Vadim Fedorenko wrote:
> > > While checking the latest series for ptp_ocp driver I realised that
> > > MAINTAINERS file has wrong item about email on linux.dev domain.
> > > 
> > > Fixes: 795fd9342c62 ("ptp_ocp: adjust MAINTAINERS and mailmap")
> > > Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
> > 
> > Hi Vadim,
> > 
> > Should an entry also be added to .mailmap ?
> > 
> > ...
> 
> I don't think so. The vadfed@linux.dev items has never been a real address,
> I haven't seen any one complaining about bouncing emails from this address.
> It's just a mistake done within the patch mentioned in
> Fixes tag.

Thanks Vadim,

that sounds reasonable to me.

Reviewed-by: Simon Horman <horms@kernel.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address
  2024-09-04 13:18 [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address Vadim Fedorenko
  2024-09-04 20:17 ` Simon Horman
@ 2024-09-05 22:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-09-05 22:10 UTC (permalink / raw)
  To: Vadim Fedorenko; +Cc: kuba, jonathan.lemon, pabeni, dsahern, netdev

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  4 Sep 2024 13:18:55 +0000 you wrote:
> While checking the latest series for ptp_ocp driver I realised that
> MAINTAINERS file has wrong item about email on linux.dev domain.
> 
> Fixes: 795fd9342c62 ("ptp_ocp: adjust MAINTAINERS and mailmap")
> Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
> ---
> I'm not sure if it should go to backports queue, so if I'm wrong,
> please, redirect it to net-next tree while applying.
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: fix ptp ocp driver maintainers address
    https://git.kernel.org/netdev/net/c/20d664ebd212

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-05 22:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 13:18 [PATCH net] MAINTAINERS: fix ptp ocp driver maintainers address Vadim Fedorenko
2024-09-04 20:17 ` Simon Horman
2024-09-04 22:47   ` Vadim Fedorenko
2024-09-05 10:57     ` Simon Horman
2024-09-05 22:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).