Re: [RFC PATCH v1 3/7] mm: Hot page tracking and promotion

From: Bharata B Rao
Date: Thu Aug 21 2025 - 11:16:43 EST


On 21-Aug-25 4:47 PM, Alok Rathore wrote:
> On 14/08/25 07:18PM, Bharata B Rao wrote:
>>
>> diff --git a/mm/Makefile b/mm/Makefile
>> index ef54aa615d9d..8799bd0c68ed 100644
>> --- a/mm/Makefile
>> +++ b/mm/Makefile
>> @@ -147,3 +147,4 @@ obj-$(CONFIG_SHRINKER_DEBUG) += shrinker_debug.o
>> obj-$(CONFIG_EXECMEM) += execmem.o
>> obj-$(CONFIG_TMPFS_QUOTA) += shmem_quota.o
>> obj-$(CONFIG_PT_RECLAIM) += pt_reclaim.o
>> +obj-$(CONFIG_PGHOT) += kpromoted.o
>
> Looks like by mistake used older file name. It should be pghot.o
>
> Can you please provide base commit. Unable to apply patch cleanly using b4 utility.

Right, sorry about this. The base commit is 8742b2d8935f476449ef37e263bc4da3295c7b58

The updated patchset is available from
https://github.com/AMDESE/linux-mm/tree/bharata/kpromoted-rfcv1

Regards,
Bharata.