CVE-2026-72216: remoteproc: qcom: Fix leak when custom dump_segments addition fails
In the Linux kernel, the following vulnerability has been resolved:
remoteproc: qcom: Fix leak when custom dumpsegments addition fails
Free allocated minidumpregion 'name' in qcomaddminidumpsegments() when failing before adding the region to 'dumpsegments'. Otherwise, the 'name' is not tracked and is never freed by qcomminidumpcleanup().
Return error when adding to 'dumpsegments' fails.