In the Linux kernel, the following vulnerability has been resolved:
ALSA: usx2y: Don't call freepagesexact() with NULL address
Unlike some other functions, we can't pass NULL pointer to freepagesexact(). Add a proper NULL check for avoiding possible Oops.