Re: linux-next: Tree for Jul 6 (thermal/thermal_netlink.c)

From: Randy Dunlap
Date: Mon Jul 06 2020 - 12:53:21 EST


On 7/6/20 12:40 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20200703:
>

on i386 or x86_64:

when CONFIG_NET is not set/enabled:

thermal_netlink.c:(.text+0x34): undefined reference to `nla_put'
thermal_netlink.c:(.text+0x76): undefined reference to `nla_put'
thermal_netlink.c:(.text+0x87f): undefined reference to `init_net'
ld: thermal_netlink.c:(.text+0x89d): undefined reference to `netlink_broadcast'
thermal_netlink.c:(.text+0xa19): undefined reference to `__alloc_skb'
ld: thermal_netlink.c:(.text+0xa59): undefined reference to `genlmsg_put'
ld: thermal_netlink.c:(.text+0xad9): undefined reference to `init_net'
ld: thermal_netlink.c:(.text+0xade): undefined reference to `netlink_unicast'
ld: thermal_netlink.c:(.text+0xb02): undefined reference to `kfree_skb'
thermal_netlink.c:(.text+0xb7d): undefined reference to `genlmsg_put'
thermal_netlink.c:(.text+0xc29): undefined reference to `__alloc_skb'
ld: thermal_netlink.c:(.text+0xc66): undefined reference to `genlmsg_put'
ld: thermal_netlink.c:(.text+0xce1): undefined reference to `kfree_skb'
thermal_netlink.c:(.text+0xd0e): undefined reference to `__alloc_skb'
ld: thermal_netlink.c:(.text+0xd47): undefined reference to `genlmsg_put'
ld: thermal_netlink.c:(.text+0xde4): undefined reference to `kfree_skb'
thermal_netlink.c:(.text+0x1d): undefined reference to `nla_put'
thermal_netlink.c:(.text+0x494): undefined reference to `skb_trim'
thermal_netlink.c:(.init.text+0xd): undefined reference to `genl_register_family'



--
~Randy
Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>