mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: rename rtnl_net_debug to lock_debug
And make it selected by CONFIG_DEBUG_NET. Don't rename any of the structs/functions. Next patch will use rtnl_net_debug_event in netdevsim. Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Stanislav Fomichev <sdf@fomichev.me> Link: https://patch.msgid.link/20250401163452.622454-5-sdf@fomichev.me Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
8965c160b8
commit
b912d599d3
2 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ obj-$(CONFIG_BPF_SYSCALL) += bpf_sk_storage.o
|
|||
obj-$(CONFIG_OF) += of_net.o
|
||||
obj-$(CONFIG_NET_TEST) += net_test.o
|
||||
obj-$(CONFIG_NET_DEVMEM) += devmem.o
|
||||
obj-$(CONFIG_DEBUG_NET_SMALL_RTNL) += rtnl_net_debug.o
|
||||
obj-$(CONFIG_DEBUG_NET) += lock_debug.o
|
||||
obj-$(CONFIG_FAIL_SKB_REALLOC) += skb_fault_injection.o
|
||||
|
|
Loading…
Add table
Reference in a new issue