netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()
@ 2017-12-03 17:32 Eric Dumazet
  2017-12-03 17:32 ` [PATCH net 1/2] " Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Dumazet @ 2017-12-03 17:32 UTC (permalink / raw)
  To: David S . Miller
  Cc: netdev, Eric Dumazet, David Ahern, James Morris, Casey Schaufler,
	Eric Dumazet

James Morris reported kernel stack corruption bug that
we tracked back to commit 971f10eca186 ("tcp: better TCP_SKB_CB
layout to reduce cache line misses")

First patch needs to be backported to kernels >= 3.18,
while second patch needs to be backported to kernels >= 4.9, since
this was the time when inet_exact_dif_match appeared.

David Ahern (1):
  tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()

Eric Dumazet (1):
  tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()

 include/net/tcp.h   |  3 +--
 net/ipv4/tcp_ipv4.c | 59 ++++++++++++++++++++++++++++++++++++-----------------
 net/ipv6/tcp_ipv6.c | 10 +++++----
 3 files changed, 47 insertions(+), 25 deletions(-)

-- 
2.15.0.531.g2ccb3012c9-goog

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

end of thread, other threads:[~2017-12-03 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-03 17:32 [PATCH net 0/2] tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() Eric Dumazet
2017-12-03 17:32 ` [PATCH net 1/2] " Eric Dumazet
2017-12-03 17:33 ` [PATCH net 2/2] tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() Eric Dumazet
2017-12-03 17:39 ` [PATCH net 0/2] tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).