Re: [PATCH v2] perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOST
Namhyung Kim <[email protected]>
| Newsgroups | org.kernel.vger.linux-perf-users,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 10 Aug 2026 11:49:25 +0530, PVS Narasimha Rao wrote: > The sample parsing test only validates grouped read values when > PERF_FORMAT_LOST is present. > > For PERF_FORMAT_GROUP without PERF_FORMAT_LOST, the contents of > read.group.values[] are not validated, allowing corruption of the parsed > value and id fields to go undetected. > > [...] Applied to perf-tools-next, thanks! Best regards, Namhyung