CVE-2021-47411 Information
May 23, 2024
cve
Description
In the Linux kernel the following vulnerability has been resolved:
io_uring: allow conditional reschedule for intensive iterators
If we have a lot of threads and rings the tctx list can get quite big. This is especially true if we keep creating new threads and rings. Likewise for the provided buffers list. Be nice and insert a conditional reschedule point while iterating the nodes for deletion.
Reference
https://git.kernel.org/stable/c/648f59a06b0e1fec7a4158cdee9acd362e493ce1 https://git.kernel.org/stable/c/8bab4c09f24ec8d4a7a78ab343620f89d3a24804
Share on: