+1
−0
Loading
stable inclusion from stable-v5.10.227 commit 1a11a1a53255ddab8a903cdae01b9d3eb2c1a47b category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAYPKH CVE: CVE-2024-47710 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1a11a1a53255ddab8a903cdae01b9d3eb2c1a47b ------------------------------------------------- [ Upstream commit b1339be951ad31947ae19bc25cb08769bf255100 ] Several syzbot soft lockup reports all have in common sock_hash_free() If a map with a large number of buckets is destroyed, we need to yield the cpu when needed. Fixes: 75e68e5b ("bpf, sockhash: Synchronize delete from bucket list on map free") Reported-by:syzbot <syzkaller@googlegroups.com> Signed-off-by:
Eric Dumazet <edumazet@google.com> Signed-off-by:
Daniel Borkmann <daniel@iogearbox.net> Acked-by:
Martin KaFai Lau <martin.lau@kernel.org> Acked-by:
John Fastabend <john.fastabend@gmail.com> Link: https://lore.kernel.org/bpf/20240906154449.3742932-1-edumazet@google.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Liu Jian <liujian56@huawei.com>