]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit766f6a784bdfd0747c66e40102e53c48bb89e135
tree1b2bbdde98c7f1f4ca6f253be5edf1dace39c150
parentb56bbaf8c9ffe02468f6ba8757668e95dda7e62c
parent7eb11c0ab70777b9e5145a5ba1c0a2312c3980b2
Merge branch 'xfrm: fixes for xfrm_state_find under preemption'

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>