From: David S. Miller Date: Mon, 12 Mar 2018 19:11:20 +0000 (-0400) Subject: Merge branch 'l2tp-fix-races-with-ipv4-mapped-ipv6-addresses' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=38fbbc9c23d02fea257879450c2c4e9959fdc1e0;p=linux.git 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 Signed-off-by: David S. Miller --- 38fbbc9c23d02fea257879450c2c4e9959fdc1e0