All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] backports for slab-out-of-bounds issue in ip6_xmit()
@ 2020-12-30 19:33 Suren Baghdasaryan
  2020-12-30 19:33 ` [PATCH 1/2] net: ipv6: keep sk status consistent after datagram connect failure Suren Baghdasaryan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Suren Baghdasaryan @ 2020-12-30 19:33 UTC (permalink / raw)
  To: surenb; +Cc: pabeni, davem, kuba, yoshfuji, kuznet, gregkh, stable

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


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

end of thread, other threads:[~2021-01-05 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-30 19:33 [PATCH 0/2] backports for slab-out-of-bounds issue in ip6_xmit() Suren Baghdasaryan
2020-12-30 19:33 ` [PATCH 1/2] net: ipv6: keep sk status consistent after datagram connect failure Suren Baghdasaryan
2020-12-30 19:33 ` [PATCH 2/2] l2tp: fix races with ipv4-mapped ipv6 addresses Suren Baghdasaryan
2020-12-31  9:17 ` [PATCH 0/2] backports for slab-out-of-bounds issue in ip6_xmit() Greg KH
2021-01-05 16:38   ` Suren Baghdasaryan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.