]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: mctp: allow local TX with no address assigned
authorJeremy Kerr <jk@codeconstruct.com.au>
Tue, 31 Mar 2026 07:41:07 +0000 (15:41 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 2 Apr 2026 11:31:36 +0000 (13:31 +0200)
commit8af20defc4edb9e5ded39d36e1c7541569cd84d2
treeab803ef3456a9b0f927b16e6dba7cb1c5268917c
parent22cb45afd221b9e4f2a1dcc74a8ff645b7293aa1
net: mctp: allow local TX with no address assigned

If we're operating as a non-bus-owner endpoint, we may want to perform
MCTP communication to get an address assigned. In this case, we'll have
no local addresses, but can TX just fine either with extended routing,
or where a direct route exists.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://patch.msgid.link/20260331-dev-mctp-null-eids-v1-2-b4d047372eaf@codeconstruct.com.au
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/mctp/route.c
net/mctp/test/route-test.c