Patch "drm/meson: fix memory leak on ->hpd_notify callback" has been added to the 6.5-stable tree

2023-10-04 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/meson: fix memory leak on ->hpd_notify callback to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "drm/meson: fix memory leak on ->hpd_notify callback" has been added to the 6.1-stable tree

2023-10-04 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/meson: fix memory leak on ->hpd_notify callback to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "drm/meson: fix memory leak on ->hpd_notify callback" has been added to the 5.15-stable tree

2023-10-04 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/meson: fix memory leak on ->hpd_notify callback to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Re: [PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-20 Thread Jani Nikula
On Wed, 20 Sep 2023, Neil Armstrong wrote: > Hi, > > On Thu, 14 Sep 2023 16:10:15 +0300, Jani Nikula wrote: >> The EDID returned by drm_bridge_get_edid() needs to be freed. >> >> > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git > (drm-misc-fixes) > > [1/1] drm/meson:

Re: [PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-20 Thread Neil Armstrong
Hi, On Thu, 14 Sep 2023 16:10:15 +0300, Jani Nikula wrote: > The EDID returned by drm_bridge_get_edid() needs to be freed. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-fixes) [1/1] drm/meson: fix memory leak on ->hpd_notify callback

Re: [PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-19 Thread neil . armstrong
On 19/09/2023 11:54, Jani Nikula wrote: On Fri, 15 Sep 2023, Neil Armstrong wrote: On 14/09/2023 15:10, Jani Nikula wrote: The EDID returned by drm_bridge_get_edid() needs to be freed. Fixes: 0af5e0b41110 ("drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR") Cc: Neil

Re: [PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-19 Thread Jani Nikula
On Fri, 15 Sep 2023, Neil Armstrong wrote: > On 14/09/2023 15:10, Jani Nikula wrote: >> The EDID returned by drm_bridge_get_edid() needs to be freed. >> >> Fixes: 0af5e0b41110 ("drm/meson: encoder_hdmi: switch to bridge >> DRM_BRIDGE_ATTACH_NO_CONNECTOR") >> Cc: Neil Armstrong >> Cc: Sam

Re: [PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-15 Thread Neil Armstrong
On 14/09/2023 15:10, Jani Nikula wrote: The EDID returned by drm_bridge_get_edid() needs to be freed. Fixes: 0af5e0b41110 ("drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR") Cc: Neil Armstrong Cc: Sam Ravnborg Cc: Martin Blumenstingl Cc: Neil Armstrong Cc: Kevin

[PATCH] drm/meson: fix memory leak on ->hpd_notify callback

2023-09-14 Thread Jani Nikula
The EDID returned by drm_bridge_get_edid() needs to be freed. Fixes: 0af5e0b41110 ("drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR") Cc: Neil Armstrong Cc: Sam Ravnborg Cc: Martin Blumenstingl Cc: Neil Armstrong Cc: Kevin Hilman Cc: Jerome Brunet Cc: