Re: [PATCH] MAINTAINERS: Update the so_txtime selftest path in SOCKET TIMESTAMPING
From: Jason Xing <hidden>
Date: 2026-09-05 13:52:08
On Sat, Sep 5, 2026 at 6:06 PM Karl Mehltretter [off-list ref] 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 <redacted>
I'm fine with the change. Reviewed-by: Jason Xing <redacted> Thanks, Jason
quoted hunk ↗ jump to hunk
--- 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