]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
um: vector: Eliminate the dependency on uml_net
authorTiwei Bie <tiwei.btw@antgroup.com>
Sat, 3 May 2025 05:17:09 +0000 (13:17 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 5 May 2025 08:26:59 +0000 (10:26 +0200)
commitb555cb66583e99158cfef8e91c025252cefae55b
tree1904da73b0d3a18d8b5e9dec82afd31e1f1a379b
parent65eaac591b752042006d3a79c0cfba47e2a9aaac
um: vector: Eliminate the dependency on uml_net

The only dependency on uml_net (i.e., the legacy network transport
infrastructure) is the call to uml_net_setup_etheraddr(). Implement
it inside vector to eliminate the uml_net dependency completely. It
will allow us to remove uml_net in the next step.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Link: https://patch.msgid.link/20250503051710.3286595-3-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/drivers/Kconfig
arch/um/drivers/vector_kern.c