Re: [PATCH] dma-mapping: fix direction in dma_alloc direction traces

From: Petr Tesarik
Date: Fri Oct 03 2025 - 03:07:29 EST


On Fri, 3 Oct 2025 09:00:13 +0200
Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> wrote:

> On 01.10.2025 08:10, Petr Tesarik wrote:
> > Set __entry->dir to the actual "dir" parameter of all trace events
> > in dma_alloc_class. This struct member was left uninitialized by
> > mistake.
> >
> > Signed-off-by: Petr Tesarik <ptesarik@xxxxxxxx>
> > Fixes: 3afff779a725 ("dma-mapping: trace dma_alloc/free direction")
>
> Applied to dma-mapping-for-next (for v6.18-rc1) branch. Thanks!

Thank you for maintaining the code!

Petr T