]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'tcp-cb-selinux-corruption'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 17:39:15 +0000 (12:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2017 17:39:15 +0000 (12:39 -0500)
Eric Dumazet says:

====================
tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge