In the Linux kernel, the following vulnerability has been resolved:
accel/qaic: Fix a leak in mapuserpages()
If getuserpagesfast() allocates some pages but not as many as we wanted, then the current code leaks those pages. Call putpage() on the pages before returning.