stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.15.y 0/2] Backport fix for CVE-2024-38538
@ 2024-10-04 17:03 Sherry Yang
  2024-10-04 17:03 ` [PATCH 5.15.y 1/2] net: add pskb_may_pull_reason() helper Sherry Yang
  2024-10-04 17:03 ` [PATCH 5.15.y 2/2] net: bridge: xmit: make sure we have at least eth header len bytes Sherry Yang
  0 siblings, 2 replies; 6+ messages in thread
From: Sherry Yang @ 2024-10-04 17:03 UTC (permalink / raw)
  To: stable
  Cc: sashal, kuba, gregkh, roopa, nikolay, davem, bridge, netdev,
	sherry.yang

The 2nd patch fixes CVE-2024-38538, but it requires the helper function
pskb_may_pull_reason which is defined in the 1st patch. Backport both
together.


Eric Dumazet (1):
  net: add pskb_may_pull_reason() helper

Nikolay Aleksandrov (1):
  net: bridge: xmit: make sure we have at least eth header len bytes

 include/linux/skbuff.h | 19 +++++++++++++++----
 net/bridge/br_device.c |  6 ++++++
 2 files changed, 21 insertions(+), 4 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-10-29 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 17:03 [PATCH 5.15.y 0/2] Backport fix for CVE-2024-38538 Sherry Yang
2024-10-04 17:03 ` [PATCH 5.15.y 1/2] net: add pskb_may_pull_reason() helper Sherry Yang
2024-10-08 10:36   ` Greg KH
2024-10-08 17:11     ` Sherry Yang
2024-10-04 17:03 ` [PATCH 5.15.y 2/2] net: bridge: xmit: make sure we have at least eth header len bytes Sherry Yang
2024-10-29 21:14   ` [PATCH 5.15.y] " Randy.MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).