In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore() can fail, it return xaerr(-EINVAL) if the entry cannot be stored in an XArray, or xaerr(-ENOMEM) if memory allocation failed, so check error for xa_store() to fix it.