Hi Samina, > -----Original Message----- > From: Arshad, Samina <[email protected]> > Sent: Tuesday 23 May 2023 15:39 > To: y > Cc: Power, Ciara <[email protected]>; [email protected]; Kearney, Tadhg > <[email protected]>; [email protected]; Arshad, Samina > <[email protected]>; [email protected] > Subject: [PATCH v2] usertools/telemetry: fix unused parameter > > This bug fix ensures that the runtime socket path is generated correctly, > based > on the user-specified file_prefix value, resolving the issue that occurred in > the > previous implementation. > > Fixes: a15fc792cfb6 ("usertools/telemetry: add file prefix argument") > Cc: [email protected] > Cc: [email protected]
No need for cc stable here because the bad commit was only introduced in 23.03 release. That means we don't need the fix to be backported to 21.11 or 22.11, as the bug didn't exist in those releases. +1 for code changes though, Acked-by: Ciara Power <[email protected]> > > Signed-off-by: Samina Arshad <[email protected]> > --- > v2: > Made changes for previous commit to be efficient. Removed "args" from > "args.file_prefix". <snip>

