lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 30 Aug 2021 18:24:06 -0700
From:   Cong Wang <xiyou.wangcong@...il.com>
To:     小严 <yan2228598786@...il.com>
Cc:     Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [PATCH] net/mlx4: tcp_drop replace of tcp_drop_new

On Tue, Aug 24, 2021 at 7:52 AM 小严 <yan2228598786@...il.com> wrote:
>
> The main reason is to distinguish the reason for each tcp deletion, __kfree_skb is to release the skb, and it is used in more places than just the skb, so it is impossible to trace the reason for the tcp deletion.

You can filter them out by 'location', which is the second parameter of
the tracepoint. Please check out the filter syntax for tracepoint here:
https://www.kernel.org/doc/html/v4.18/trace/events.html

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ