]> git.baikalelectronics.ru Git - kernel.git/commit
net: add more debug info in skb_checksum_help()
authorEric Dumazet <edumazet@google.com>
Tue, 10 May 2022 03:57:41 +0000 (20:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2022 11:44:16 +0000 (12:44 +0100)
commit51ab33a1dff141bb86d16a6b0557bfa281ee5612
tree50766a68454ddebad5e7adddf4a236c72e6f5459
parent426ce2add27357cad803002fe44ff66c55d76dc9
net: add more debug info in skb_checksum_help()

This is a followup of previous patch.

Dumping the stack trace is a good start, but printing
basic skb information is probably better.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c