public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.1 0/2] Backport to fix CVE-2024-37021 and CVE-2024-36479
@ 2024-11-25  5:38 Xiangyu Chen
  2024-11-25  5:38 ` [PATCH 6.1 1/2] fpga: bridge: add owner module and take its refcount Xiangyu Chen
  2024-11-25  5:38 ` [PATCH 6.1 2/2] fpga: manager: " Xiangyu Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Xiangyu Chen @ 2024-11-25  5:38 UTC (permalink / raw)
  To: marpagan, yilun.xu, gregkh; +Cc: stable, xiangyu.chen

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

The fix of CVE-2024-36479:
fpga: bridge: add owner module and take its refcount
master rev 1da11f822042eb6ef4b6064dc048f157a7852529

The fix of CVE-2024-37021:
fpga: manager: add owner module and take its refcount
master rev 4d4d2d4346857bf778fafaa97d6f76bb1663e3c9


Marco Pagani (2):
  fpga: bridge: add owner module and take its refcount
  fpga: manager: add owner module and take its refcount

 Documentation/driver-api/fpga/fpga-bridge.rst |  7 +-
 Documentation/driver-api/fpga/fpga-mgr.rst    | 34 ++++----
 drivers/fpga/fpga-bridge.c                    | 57 +++++++------
 drivers/fpga/fpga-mgr.c                       | 82 +++++++++++--------
 include/linux/fpga/fpga-bridge.h              | 10 ++-
 include/linux/fpga/fpga-mgr.h                 | 26 ++++--
 6 files changed, 132 insertions(+), 84 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-11-25 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25  5:38 [PATCH 6.1 0/2] Backport to fix CVE-2024-37021 and CVE-2024-36479 Xiangyu Chen
2024-11-25  5:38 ` [PATCH 6.1 1/2] fpga: bridge: add owner module and take its refcount Xiangyu Chen
2024-11-25 15:20   ` Sasha Levin
2024-11-25  5:38 ` [PATCH 6.1 2/2] fpga: manager: " Xiangyu Chen
2024-11-25 15:20   ` Sasha Levin

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