We received a slab-out-of-bounds report in ip6_xmit() for KASAN build on 4.9 kernel. The patches that fix this issue have been backported to to stable 4.14 and one of them even to 3.16 but 4.9 stable branch does not include them. Backport to linux-4.9.y required trivial merge conflict resolution. They cleanly apply to linux-stable linux-4.9.y branch tagged v4.9.249. Paolo Abeni (2): net: ipv6: keep sk status consistent after datagram connect failure l2tp: fix races with ipv4-mapped ipv6 addresses net/ipv6/datagram.c | 21 +++++++++++++++++---- net/l2tp/l2tp_core.c | 38 ++++++++++++++++++-------------------- net/l2tp/l2tp_core.h | 3 --- 3 files changed, 35 insertions(+), 27 deletions(-) -- 2.29.2.729.g45daf8777d-goog