In the Linux kernel, the following vulnerability has been resolved: eth: mlx4: Fix ISERR() vs NULL check bug in mlx4encreaterxring Replace NULL check with ISERR() check after calling pagepoolcreate() since this function returns error pointers (ERR_PTR). Using NULL check could lead to invalid pointer dereference.