In the Linux kernel, the following vulnerability has been resolved:
platform/x86/amd: Fix refcount leak in amdpmcprobe
pcigetdomainbusandslot() takes reference, the caller should release the reference by calling pcidevput() after use. Call pcidev_put() in the error path to fix this.