In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]vhost: vringh: Fix copy_to_iter return value check[EOL][EOL]The return value of copy_to_iter can't be negative, check whether the[EOL]copied length is equal to the requested length instead of checking for[EOL]negative values.