Re: [PATCH] mm/khugepaged: Refactor mm_khugepaged_scan_file tracepoint to remove filename from function call

From: Andrew Morton
Date: Wed Nov 16 2022 - 17:35:23 EST


On Wed, 26 Oct 2022 10:15:24 +0530 Gautam Menghani <gautammenghani201@xxxxxxxxx> wrote:

> Refactor the mm_khugepaged_scan_file tracepoint to move filename
> dereference to the tracepoint definition, for maintaing consistency with
> other tracepoints[1].
>
> [1]:lore.kernel.org/lkml/20221024111621.3ba17e2c@xxxxxxxxxxxxxxxxxx/
>

I just discovered by accident that this fixed an issue in a patch which
we merged during this -rc cycle. I'll move it from mm-unstable into
mm-hotfixes-unstable so this fix is also merged during this cycle.

Please do remember to flag such thnigs when perparing the changelogs.
Preferably with a Fixes: tag.