]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: mctp: mctp_test_route_extaddr_input cleanup
authorMatt Johnston <matt@codeconstruct.com.au>
Thu, 10 Jul 2025 08:55:54 +0000 (16:55 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 15 Jul 2025 10:08:39 +0000 (12:08 +0200)
commit3558ab79a2f22086c040542f4e4e6b005bc28a06
treed820a64cd74ad08f9d54b1d6daff3abe89dfb995
parenta8594c956cc9dc6799554a554bc422d1ffd4c46b
net: mctp: mctp_test_route_extaddr_input cleanup

The sock was not being released. Other than leaking, the stale socket
will conflict with subsequent bind() calls in unrelated MCTP tests.

Fixes: 46ee16462fed ("net: mctp: test: Add extaddr routing output test")
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Link: https://patch.msgid.link/20250710-mctp-bind-v4-1-8ec2f6460c56@codeconstruct.com.au
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/mctp/test/route-test.c