From: Paolo Abeni Date: Thu, 7 Mar 2024 14:29:51 +0000 (+0100) Subject: Merge branch 'tcp-add-two-missing-addresses-when-using-trace' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a148f82c457f957cdc9445101882c225aa8c3ff0;p=linux.git Merge branch 'tcp-add-two-missing-addresses-when-using-trace' Jason Xing says: ==================== tcp: add two missing addresses when using trace When I reviewed other people's patch [1], I noticed that similar things also happen in tcp_event_skb class and tcp_event_sk_skb class. They don't print those two addrs of skb/sk which already exist. In this patch, I just do as other trace functions do, like trace_net_dev_start_xmit(), to know the exact flow or skb we would like to know in case some systems doesn't support BPF programs well or we have to use /sys/kernel/debug/tracing only for some reasons. [1] Link: https://lore.kernel.org/netdev/CAL+tcoAhvFhXdr1WQU8mv_6ZX5nOoNpbOLAB6=C+DB-qXQ11Ew@mail.gmail.com/ v2 Link: https://lore.kernel.org/netdev/CANn89iJcScraKAUk1GzZFoOO20RtC9iXpiJ4LSOWT5RUAC_QQA@mail.gmail.com/ 1. change the description. ==================== Link: https://lore.kernel.org/r/20240304092934.76698-1-kerneljasonxing@gmail.com Signed-off-by: Paolo Abeni --- a148f82c457f957cdc9445101882c225aa8c3ff0