Re: [PATCH v2] perf trace: Fix possible insufficient allocation of argument formats

From: Howard Chu
Date: Thu Mar 27 2025 - 03:43:05 EST


Hello,

On Thu, Mar 27, 2025 at 12:16 AM Namhyung Kim <namhyung@xxxxxxxxxx> wrote:
>
> Hello,
>
> On Wed, Mar 26, 2025 at 01:05:40PM -0700, Howard Chu wrote:
> > Changes in v2:
> > * Simplify the code (written by Namhyung)
>
> Please move this below "---" after S-o-b tags so that it can be ignored
> when applying.


Feel like an absolute amateur here, but can you do

Signed-off-by: Howard Chu <howardchu95@xxxxxxxxx>
Suggested-by: Namhyung Kim <namhyung@xxxxxxxxxx>
Fixes: c7b87ce0dd10 ("perf trace: Fix runtime error of index out of bounds")
---
Changes in v4:
- foo

Changes in v3:
- Add Fixes: tag

Changes in v2:
- Simplify the code (written by Namhyung)

tools/perf/builtin-trace.c | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)

So version changes between the '---' and diff stat? Will this apply?

Also please ignore v3, I missed your first message sry.

Thanks,
Howard