In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
With tpd12s015_remove() marked with __exit this function is discarded when the driver is compiled as a built-in. The result is that when the driver unbinds there is no cleanup done which results in resource leakage or worse.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 5.7 | 5.10.209 |
| linux / linux_kernel | 5.11 | 5.15.148 |
| linux / linux_kernel | 5.16 | 6.1.75 |
| linux / linux_kernel | 6.2 | 6.6.14 |
| linux / linux_kernel | 6.7 | 6.7.2 |
| debian / debian_linux | 10.0 | 10.0.x |