From: Steffen Klassert Date: Tue, 10 Jun 2025 07:51:54 +0000 (+0200) Subject: Merge branch 'xfrm: fixes for xfrm_state_find under preemption' X-Git-Tag: v6.16~15^2^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=766f6a784bdfd0747c66e40102e53c48bb89e135;p=thirdparty%2Fkernel%2Flinux.git 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 --- 766f6a784bdfd0747c66e40102e53c48bb89e135