In the Linux kernel, the following vulnerability has been resolved:
uiohvgeneric: Fix another memory leak in error handling paths
Memory allocated by 'vmbusallocring()' at the beginning of the probe function is never freed in the error handling path.
Add the missing 'vmbusfreering()' call.
Note that it is already freed in the .remove function.