public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.10.y 0/1] Try to backport patch to fix CVE-2021-47247 on 5.10
@ 2025-03-24  9:29 Xiangyu Chen
  2025-03-24  9:29 ` [PATCH 5.10.y 1/1] net/mlx5e: Fix use-after-free of encap entry in neigh update handler Xiangyu Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Xiangyu Chen @ 2025-03-24  9:29 UTC (permalink / raw)
  To: vladbu, saeedm, roid; +Cc: zhe.he, stable

From: Xiangyu Chen <xiangyu.chen@windriver.com>

Try to backport commit fb1a3132ee1a ("net/mlx5e: Fix use-after-free of encap entry in neigh update handler")
to linux 5.10.y branch to fix CVE-2021-47247.

This commit modified the orginal commit due to kernel 5.10 doesn't have the 
commit 0d9f96471493 ("net/mlx5e: Extract tc tunnel encap/decap code to dedicated file")
which moved encap/decap from en_tc.c to tc_tun_encap.c, so backport and move the 
additional functions to en_tc.c instead of tc_tun_encap.c

Vlad Buslov (1):
  net/mlx5e: Fix use-after-free of encap entry in neigh update handler

 .../mellanox/mlx5/core/en/rep/neigh.c         | 15 ++++-----
 .../ethernet/mellanox/mlx5/core/en/rep/tc.c   |  6 +---
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 33 +++++++++++++++++--
 .../net/ethernet/mellanox/mlx5/core/en_tc.h   |  3 ++
 4 files changed, 40 insertions(+), 17 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-03-25 11:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24  9:29 [PATCH 5.10.y 0/1] Try to backport patch to fix CVE-2021-47247 on 5.10 Xiangyu Chen
2025-03-24  9:29 ` [PATCH 5.10.y 1/1] net/mlx5e: Fix use-after-free of encap entry in neigh update handler Xiangyu Chen
2025-03-25 11:33   ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox