diff options
| author | Eric Dumazet <edumazet@google.com> | 2026-01-12 17:26:21 +0000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-01-15 19:49:47 -0800 |
| commit | 220d89df1da6ed95ac74883a72a5fb43abf2a586 (patch) | |
| tree | f0689e600f3ed43b076a66b22bcdc416696f9b29 /kernel/debug | |
| parent | 7d7dbafefbe74f5a25efc4807af093b857a7612e (diff) | |
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
While working on a syzbot report, I found that skb_dump()
is lacking two important parts :
- skb->data_len.
- (skb>end - skb->tail) tailroom is zero if skb is not linear.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260112172621.4188700-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions
