Merge branch 'l2tp-fix-races-with-ipv4-mapped-ipv6-addresses'
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2018 19:11:20 +0000 (15:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2018 19:11:20 +0000 (15:11 -0400)
commit38fbbc9c23d02fea257879450c2c4e9959fdc1e0
tree1484496eeb976d7efc12eb9f5a23d5b711872eea
parentb747594829aab6dcd2afadb9040d48f8b5a3d4f2
parentb954f94023dcc61388c8384f0f14eb8e42c863c5
Merge branch 'l2tp-fix-races-with-ipv4-mapped-ipv6-addresses'

Paolo Abeni says:

====================
l2tp: fix races with ipv4-mapped ipv6 addresses

The syzbot reported an l2tp oops that uncovered some races in the l2tp xmit
path and a partially related issue in the generic ipv6 code.

We need to address them separately.

v1 -> v2:
 - add missing fixes tag in patch 1
 - fix several issues in patch 2

v2 -> v3:
 - dropped some unneeded chunks in patch 2
====================

Reviewed-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>