Netdev List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
@ 2026-09-05 10:06 Karl Mehltretter
  2026-09-05 13:51 ` Jason Xing
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karl Mehltretter @ 2026-09-05 10:06 UTC (permalink / raw)
  To: Willem de Bruijn; +Cc: Karl Mehltretter, Jason Xing, netdev, Andrew Morton

Commit 5c6baef3885c ("selftests: drv-net: convert so_txtime to
drv-net") moved the test to tools/testing/selftests/drivers/net/, but
the SOCKET TIMESTAMPING entry still lists the old path and
scripts/get_maintainer.pl --self-test=patterns reports it as matching
nothing.

Point the pattern at the new location.

Fixes: 5c6baef3885c ("selftests: drv-net: convert so_txtime to drv-net")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 903e73ec4611..2ba35f12c46e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25332,8 +25332,8 @@ F:	Documentation/networking/timestamping.rst
 F:	include/linux/net_tstamp.h
 F:	include/uapi/linux/net_tstamp.h
 F:	tools/testing/selftests/bpf/*/net_timestamping*
+F:	tools/testing/selftests/drivers/net/so_txtime.*
 F:	tools/testing/selftests/net/*timestamp*
-F:	tools/testing/selftests/net/so_txtime.c
 
 SOEKRIS NET48XX LED SUPPORT
 M:	Chris Boot <bootc@bootc.net>
-- 
2.53.0


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

* Re: [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
  2026-09-05 10:06 [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING Karl Mehltretter
@ 2026-09-05 13:51 ` Jason Xing
  2026-09-06  2:00 ` Willem de Bruijn
  2026-09-08 23:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Jason Xing @ 2026-09-05 13:51 UTC (permalink / raw)
  To: Karl Mehltretter; +Cc: Willem de Bruijn, Jason Xing, netdev, Andrew Morton

On Sat, Sep 5, 2026 at 6:06 PM Karl Mehltretter <kmehltretter@gmail.com> wrote:
>
> Commit 5c6baef3885c ("selftests: drv-net: convert so_txtime to
> drv-net") moved the test to tools/testing/selftests/drivers/net/, but
> the SOCKET TIMESTAMPING entry still lists the old path and
> scripts/get_maintainer.pl --self-test=patterns reports it as matching
> nothing.
>
> Point the pattern at the new location.
>
> Fixes: 5c6baef3885c ("selftests: drv-net: convert so_txtime to drv-net")

Thanks for catching this!

However, I'm not so sure if it deserves a fixes tag which represents
that the patch will be backported to the stable kernel.

> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

I'm fine with the change.

Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>

Thanks,
Jason

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 903e73ec4611..2ba35f12c46e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25332,8 +25332,8 @@ F:      Documentation/networking/timestamping.rst
>  F:     include/linux/net_tstamp.h
>  F:     include/uapi/linux/net_tstamp.h
>  F:     tools/testing/selftests/bpf/*/net_timestamping*
> +F:     tools/testing/selftests/drivers/net/so_txtime.*
>  F:     tools/testing/selftests/net/*timestamp*
> -F:     tools/testing/selftests/net/so_txtime.c
>
>  SOEKRIS NET48XX LED SUPPORT
>  M:     Chris Boot <bootc@bootc.net>
> --
> 2.53.0
>
>

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

* Re: [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
  2026-09-05 10:06 [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING Karl Mehltretter
  2026-09-05 13:51 ` Jason Xing
@ 2026-09-06  2:00 ` Willem de Bruijn
  2026-09-08 23:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Willem de Bruijn @ 2026-09-06  2:00 UTC (permalink / raw)
  To: Karl Mehltretter, Willem de Bruijn
  Cc: Karl Mehltretter, Jason Xing, netdev, Andrew Morton

Karl Mehltretter wrote:
> Commit 5c6baef3885c ("selftests: drv-net: convert so_txtime to
> drv-net") moved the test to tools/testing/selftests/drivers/net/, but
> the SOCKET TIMESTAMPING entry still lists the old path and
> scripts/get_maintainer.pl --self-test=patterns reports it as matching
> nothing.
> 
> Point the pattern at the new location.
> 
> Fixes: 5c6baef3885c ("selftests: drv-net: convert so_txtime to drv-net")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Reviewed-by: Willem de Bruijn <willemb@google.com>

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

* Re: [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
  2026-09-05 10:06 [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING Karl Mehltretter
  2026-09-05 13:51 ` Jason Xing
  2026-09-06  2:00 ` Willem de Bruijn
@ 2026-09-08 23:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-09-08 23:50 UTC (permalink / raw)
  To: Karl Mehltretter; +Cc: willemdebruijn.kernel, kernelxing, netdev, akpm

Hello:

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

On Sat,  5 Sep 2026 12:06:08 +0200 you wrote:
> Commit 5c6baef3885c ("selftests: drv-net: convert so_txtime to
> drv-net") moved the test to tools/testing/selftests/drivers/net/, but
> the SOCKET TIMESTAMPING entry still lists the old path and
> scripts/get_maintainer.pl --self-test=patterns reports it as matching
> nothing.
> 
> Point the pattern at the new location.
> 
> [...]

Here is the summary with links:
  - MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
    https://git.kernel.org/netdev/net/c/e24279bffec6

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] 4+ messages in thread

end of thread, other threads:[~2026-09-08 23:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 10:06 [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING Karl Mehltretter
2026-09-05 13:51 ` Jason Xing
2026-09-06  2:00 ` Willem de Bruijn
2026-09-08 23:50 ` 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