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>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 10 Dec 2017 23:31:41 +0800
From:   Yafang Shao <laoar.shao@...il.com>
To:     davem@...emloft.net, songliubraving@...com,
        marcelo.leitner@...il.com
Cc:     edumazet@...gle.com, xiyou.wangcong@...il.com, mingo@...hat.com,
        kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org, rostedt@...dmis.org,
        bgregg@...flix.com, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org, Yafang Shao <laoar.shao@...il.com>
Subject: [PATCH net-next 0/3] replace tcp_set_state tracepoint with sock_set_state tracepoint

Hi,

According to the discussion in the mail thread
https://patchwork.kernel.org/patch/10099243/,
tcp_set_state tracepoint is renamed to sock_set_state tracepoint and is moved
to include/trace/events/sock.h.

Using this new tracepoint to trace TCP/DCCP/SCTP state transition.

Yafang Shao (3):
  net:tracepoint: replace tcp_set_state tracepoint      with
    sock_set_state tracepoint
  net:tracepoint: using sock_set_state tracepoint      to trace DCCP
    state transition
  net:tracepoint: using sock_set_state tracepoint to trace SCTP state
     transition

 include/net/sock.h              | 15 ++-----
 include/trace/events/sock.h     | 95 +++++++++++++++++++++++++++++++++++++++++
 include/trace/events/tcp.h      | 76 ---------------------------------
 net/core/sock.c                 | 13 ++++++
 net/dccp/proto.c                |  2 +-
 net/ipv4/inet_connection_sock.c |  4 +-
 net/ipv4/inet_hashtables.c      |  2 +-
 net/ipv4/tcp.c                  |  4 --
 net/sctp/endpointola.c          |  2 +-
 net/sctp/sm_sideeffect.c        |  4 +-
 net/sctp/socket.c               | 14 +++---
 11 files changed, 125 insertions(+), 106 deletions(-)

--
1.8.3.1

Powered by blists - more mailing lists