On Wed, Mar 18, 2026 at 05:19:16PM +0530, Wasim Nazir wrote: > Free allocated minidump_region 'name' in qcom_add_minidump_segments() > when failing before adding the region to 'dump_segments'. Otherwise, > the 'name' is not tracked and is never freed by qcom_minidump_cleanup(). > > Return error when adding to 'dump_segments' fails. > > Cc: [email protected] # v5.11 > Fixes: 8ed8485c4f05 ("remoteproc: qcom: Add capability to collect minidumps") > Reviewed-by: Mukesh Ojha <[email protected]> > Signed-off-by: Wasim Nazir <[email protected]> > --- > Changes in v2: > - Add fixes tag in commit. > - Add stable mailing list in cc. > - Link to v1: > https://lore.kernel.org/r/[email protected] > --- > drivers/remoteproc/qcom_common.c | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) >
Gentle reminder! -- Regards, Wasim

