aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/interrupts.py
diff options
context:
space:
mode:
authorTaehee Yoo <[email protected]>2024-01-07 14:42:41 +0000
committerJakub Kicinski <[email protected]>2024-01-11 16:55:17 -0800
commitbec161add35b478a7746bf58bcdea6faa19129ef (patch)
treed15095ff5bcc2aeb684c7e8e220a4d4dad6155c7 /scripts/gdb/linux/interrupts.py
parent66cee759ffa3d1146a22182c3d5a6404c7cfe9fd (diff)
amt: do not use overwrapped cb area
amt driver uses skb->cb for storing tunnel information. This job is worked before TC layer and then amt driver load tunnel info from skb->cb after TC layer. So, its cb area should not be overwrapped with CB area used by TC. In order to not use cb area used by TC, it skips the biggest cb structure used by TC, which was qdisc_skb_cb. But it's not anymore. Currently, biggest structure of TC's CB is tc_skb_cb. So, it should skip size of tc_skb_cb instead of qdisc_skb_cb. Fixes: ec624fe740b4 ("net/sched: Extend qdisc control block with tc control block") Signed-off-by: Taehee Yoo <[email protected]> Acked-by: Paolo Abeni <[email protected]> Reviewed-by: Jamal Hadi Salim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions