PT-2026-47368
In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe back to s3c64xx spi prepare transfer failed to remove the corresponding deallocation from remove. Drop the bogus DMA channel release...