public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.12.y 0/9] Few stable backports for CVE fixes
@ 2026-03-24 14:04 Harshit Mogalapalli
  2026-03-24 14:04 ` [PATCH 6.12.y 1/9] landlock: Optimize file path walks and prepare for audit support Harshit Mogalapalli
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Harshit Mogalapalli @ 2026-03-24 14:04 UTC (permalink / raw)
  To: stable; +Cc: Harshit Mogalapalli

Hi stable maintainers,

I have tried backporting some fixes to stable kernel 6.12.y which also
have CVE numbers and are fixing commits in 6.12.y.

I am not a subsystem expert and have only done overall testing that we
do for stable release candidate testing and not any patch specific testing.

Note: All these patches are present backports from upstream.

Quick summary:

Patch 1 is pulled in as a prerequisite for patch2 which is a fix for
CVE-2025-68736, both of them are clean cherry picks.

Patch 3 fixes CVE-2025-22117, clean cherrypick
Patch 4 fixes CVE-2026-23104, needed a minor conflict resolution.
Patch 5 fixes CVE-2026-23210, needed conflicts resolution due to a
missing API around conflicts region.

Patch 6 fixes CVE-2025-22116, clean cherry-pick
Patch 7 fixes CVE-2026-22981, needed quite a few resolutions due to 4
large commits around the vulnerable code.
Patch 8 fixes CVE-2026-22981, is a clean cherry-pick but the backport
needs a slight modification for 6.12.y due to missing commit.
Patch 9 fixes CVE-2026-22993, had to resolve a conflict due to two
missing commits in 6.12.y(which are not candidates for backporting.

Please let me know if there are any comments.

Thanks,
Harshit

Aaron Ma (1):
  ice: Fix PTP NULL pointer dereference during VSI rebuild

Emil Tantilov (2):
  idpf: check error for register_netdev() on init
  idpf: detach and close netdevs while handling a reset

Mateusz Polchlopek (1):
  ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()

Mickaël Salaün (2):
  landlock: Optimize file path walks and prepare for audit support
  landlock: Fix handling of disconnected directories

Paul Greenwalt (1):
  ice: fix devlink reload call trace

Sreedevi Joshi (2):
  idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
  idpf: Fix RSS LUT NULL ptr issue after soft reset

 drivers/net/ethernet/intel/ice/ice_main.c     |   6 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  17 +-
 drivers/net/ethernet/intel/ice/ice_ptp.h      |   5 +
 .../ethernet/intel/ice/ice_virtchnl_fdir.c    |  24 +-
 drivers/net/ethernet/intel/idpf/idpf.h        |   2 -
 drivers/net/ethernet/intel/idpf/idpf_lib.c    | 232 ++++++++++--------
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   |  38 ++-
 drivers/net/ethernet/intel/idpf/idpf_txrx.h   |   5 +-
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   |   9 +-
 security/landlock/errata/abi-1.h              |  16 ++
 security/landlock/fs.c                        |  78 ++++--
 11 files changed, 256 insertions(+), 176 deletions(-)
 create mode 100644 security/landlock/errata/abi-1.h

-- 
2.50.1


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

end of thread, other threads:[~2026-04-02 19:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 14:04 [PATCH 6.12.y 0/9] Few stable backports for CVE fixes Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 1/9] landlock: Optimize file path walks and prepare for audit support Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 2/9] landlock: Fix handling of disconnected directories Harshit Mogalapalli
2026-04-01 15:24   ` Mickaël Salaün
2026-04-01 19:01     ` Harshit Mogalapalli
2026-04-02 18:52       ` Mickaël Salaün
2026-03-24 14:04 ` [PATCH 6.12.y 3/9] ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 4/9] ice: fix devlink reload call trace Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 5/9] ice: Fix PTP NULL pointer dereference during VSI rebuild Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 6/9] idpf: check error for register_netdev() on init Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 7/9] idpf: detach and close netdevs while handling a reset Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 8/9] idpf: Fix RSS LUT NULL pointer crash on early ethtool operations Harshit Mogalapalli
2026-03-24 14:04 ` [PATCH 6.12.y 9/9] idpf: Fix RSS LUT NULL ptr issue after soft reset Harshit Mogalapalli
2026-04-01  6:29 ` [PATCH 6.12.y 0/9] Few stable backports for CVE fixes Harshit Mogalapalli
2026-04-01  7:29   ` Greg Kroah-Hartman

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