mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
6aa445e396
If CONFIG_NET_NS=n (e.g. m68k/defconfig):
WARNING: modpost: vmlinux.o: section mismatch in reference: handshake_exit (section: .exit.text) -> handshake_genl_net_ops (section: .init.data)
ERROR: modpost: Section mismatches detected.
Fix this by dropping the __net_initdata tag from handshake_genl_net_ops.
Fixes:
|
||
---|---|---|
.. | ||
.kunitconfig | ||
genl.c | ||
genl.h | ||
handshake-test.c | ||
handshake.h | ||
Makefile | ||
netlink.c | ||
request.c | ||
tlshd.c | ||
trace.c |