We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
In the Linux kernel, the following vulnerability has been resolved: drm/mgag200: Bind I2C lifetime to DRM device Managed cleanup with devm_add_action_or_reset() will release the I2C adapter when the underlying Linux device goes away. But the connector still refers to it, so this cleanup leaves behind a stale pointer in struct drm_connector.ddc. Bind the lifetime of the I2C adapter to the connector's lifetime by using DRM's managed release. When the DRM device goes away (after the Linux device) DRM will first clean up the connector and then clean up the I2C adapter.
Reserved 2024-08-21 | Published 2024-09-04 | Updated 2024-11-05 | Assigner Linuxgit.kernel.org/...c/55a6916db77102765b22855d3a0add4751988b7c
git.kernel.org/...c/81d34df843620e902dd04aa9205c875833d61c17
git.kernel.org/...c/9d96b91e03cba9dfcb4ac370c93af4dbc47d5191
git.kernel.org/...c/eb1ae34e48a09b7a1179c579aed042b032e408f4
Support options