Re: [PATCH 1/2] erofs: fix up erofs_lookup tracepoint

From: Chao Yu
Date: Thu Sep 23 2021 - 09:34:45 EST


On 2021/9/21 22:35, Gao Xiang wrote:
Fix up a misuse that the filename pointer isn't always valid in
the ring buffer, and we should copy the content instead.

Fixes: 13f06f48f7bf ("staging: erofs: support tracepoint")
Cc: stable@xxxxxxxxxxxxxxx # 4.19+
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,