Netdev List
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/2] clean up SOCK_DEBUG()
@ 2019-02-17 14:26 Yafang Shao
  2019-02-17 14:26 ` [PATCH v3 net-next 1/2] tcp: " Yafang Shao
  2019-02-17 14:26 ` [PATCH v3 net-next 2/2] net: sock: undefine SOCK_DEBUGGING Yafang Shao
  0 siblings, 2 replies; 15+ messages in thread
From: Yafang Shao @ 2019-02-17 14:26 UTC (permalink / raw)
  To: davem
  Cc: daniel, edumazet, joe, xiyou.wangcong, netdev, shaoyafang,
	Yafang Shao

Per discussion with Daniel[1] and Eric[2], these SOCK_DEBUG() calles in
TCP are not needed now.
We'd better clean up it.

Plus undefine SOCK_DEBUGGING by default.

[1] https://patchwork.ozlabs.org/patch/1035573/
[2] https://patchwork.ozlabs.org/patch/1040533/

Yafang Shao (2):
  tcp: clean up SOCK_DEBUG()
  net: sock: undefine SOCK_DEBUGGING

 include/net/sock.h   | 13 ++++++++-----
 net/core/sock.c      |  3 +++
 net/ipv4/tcp_input.c | 19 +------------------
 net/ipv6/tcp_ipv6.c  |  2 --
 4 files changed, 12 insertions(+), 25 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-02-25 23:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-17 14:26 [PATCH v3 net-next 0/2] clean up SOCK_DEBUG() Yafang Shao
2019-02-17 14:26 ` [PATCH v3 net-next 1/2] tcp: " Yafang Shao
2019-02-17 14:26 ` [PATCH v3 net-next 2/2] net: sock: undefine SOCK_DEBUGGING Yafang Shao
2019-02-23 21:21   ` David Miller
2019-02-23 22:13     ` Joe Perches
2019-02-24  1:11     ` Cong Wang
2019-02-24  2:30       ` David Miller
2019-02-25 22:00         ` Cong Wang
2019-02-25 22:29           ` David Miller
2019-02-25 22:58             ` Cong Wang
2019-02-25 23:11               ` David Miller
2019-02-25 23:11               ` David Miller
2019-02-25 23:18                 ` Cong Wang
2019-02-25 23:54               ` Yafang Shao
2019-02-24  1:26     ` Cong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox