]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'xfrm: fixes for xfrm_state_find under preemption'
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 10 Jun 2025 07:51:54 +0000 (09:51 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Tue, 10 Jun 2025 07:51:54 +0000 (09:51 +0200)
Sabrina Dubroca says:

====================
While looking at the pcpu_id changes, I found two issues that can
happen if we get preempted and the cpu_id changes. The second patch
takes care of both problems. The first patch also makes sure we don't
use state_ptrs uninitialized, which could currently happen. syzbot
seems to have hit this issue [1].

[1] https://syzkaller.appspot.com/bug?extid=7ed9d47e15e88581dc5b
====================

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>

Trivial merge