On 2/28/25 09:19, Dan Carpenter wrote:
Hello Pavel Begunkov, Commit c30f89f1d08b ("io_uring/net: simplify compat selbuf iov parsing") from Feb 26, 2025 (linux-next), leads to the following Smatch static checker warning:
Thanks for the report, it should already be fixed up in the tree. The check is not needed, it's inconsistent with the !COMPAT path, and import_ubuf() should verify the len for us. -- Pavel Begunkov