In the Linux kernel, the following vulnerability has been resolved: block: fix resource leak in blkregisterqueue() error path When registering a queue fails after blkmqsysfsregister() is successful but the function later encounters an error, we need to clean up the blkmqsysfs resources. Add the missing blkmqsysfsunregister() call in the error path to properly clean up these resources and prevent a memory leak.