Netdev List
 help / color / mirror / Atom feed
* Re: Backport xfrm race condition fix to stable kernel version 6.6.y
       [not found] <20260817221108.778584-2-taherafahimi@linux.microsoft.com>
@ 2026-08-19  3:32 ` Sasha Levin
  0 siblings, 0 replies; only message in thread
From: Sasha Levin @ 2026-08-19  3:32 UTC (permalink / raw)
  To: stable; +Cc: Sasha Levin, Tahera Fahimi, Steffen Klassert, netdev

On Mon, Aug 17, 2026 at 03:10:09PM -0700, Tahera Fahimi wrote:
> I am writing to request the backport of the following patch to stable kernel versions 6.6.y,
> addressing CVE-2026-31516.
>
> Patch to Apply:
>     Subject: xfrm: prevent policy_hthresh.work from racing with netns teardown
>     Commit ID: 29fe3a61bcdce398ee3955101c39f89c01a8a77e

This one is already in 7.1.y, 6.18.y and 6.12.y, but it can't be taken
as-is on 6.6 and older: the line it adds calls disable_work_sync(), which
only exists from v6.10 onwards, 86898fa6b8cd ("workqueue: Implement
disable/enable for (delayed) work items"). The cherry-pick applies
cleanly and then fails to build.

Substituting cancel_work_sync() compiles, but it drops the re-queue
prevention the commit exists to add, and I'd rather not make that
substitution silently on a CVE fix.

Could you send a tested backport for the pre-6.10 trees (6.6, 6.1, 5.15,
5.10)? Netdev folks Cc'd in case they'd rather do it.

-- 
Thanks,
Sasha

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-19  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260817221108.778584-2-taherafahimi@linux.microsoft.com>
2026-08-19  3:32 ` Backport xfrm race condition fix to stable kernel version 6.6.y Sasha Levin

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