summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-11-16 18:16:40 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-11-16 21:21:48 (GMT)
commit88ad4175b201ae24be5e9b7752cf33c1306b64e4 (patch)
tree5cf6db72e3e6ef99472a3d4c90c100d804732a0c /drivers
parent8844f97238ca6c1ca92a5d6c69f53efd361a266f (diff)
downloadlinux-88ad4175b201ae24be5e9b7752cf33c1306b64e4.tar.xz
net/core: use netdev name in warning if no parent
A recent flaw in the netdev feature setting resulted in warnings like this one from VLAN interfaces: WARNING: CPU: 1 PID: 4975 at net/core/dev.c:2419 skb_warn_bad_offload+0xbc/0xcb() : caps=(0x00000000001b5820, 0x00000000001b5829) len=2782 data_len=0 gso_size=1348 gso_type=16 ip_summed=3 The ":" is supposed to be preceded by a driver name, but in this case it is an empty string since the device has no parent. There are many types of network devices without a parent. The anonymous warnings for these devices can be hard to debug. Log the network device name instead in these cases to assist further debugging. This is mostly similar to how __netdev_printk() handles orphan devices. Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions