Re: [PATCH 0/3] perf/core: Fix address filter match with backing files

From: Adrian Hunter

Date: Mon Sep 22 2025 - 01:23:51 EST


On 09/09/2025 15:42, Adrian Hunter wrote:
> Here are 3 small fixes stemming from a report that Intel PT address filters
> did not work in Docker containers:
>
> https://lore.kernel.org/linux-perf-users/aBCwoq7w8ohBRQCh@xxxxxxxxxx
>
>
> Adrian Hunter (3):
> perf/core: Fix address filter match with backing files
> perf/core: Fix MMAP event path names with backing files
> perf/core: Fix MMAP2 event device with backing files
>
> kernel/events/core.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Any comments on these?