Re: [PATCH v7 44/49] x86/resctrl: Relax some asm #includes
From: James Morse
Date: Fri Mar 14 2025 - 08:01:20 EST
Hi Fenghua,
On 07/03/2025 02:30, Fenghua Yu wrote:
> On 2/28/25 11:59, James Morse wrote:
>> From: Dave Martin<Dave.Martin@xxxxxxx>
>>
>> checkpatch.pl identifies some direct #includes of asm headers that
>> can be satisfied by including the corresponding <linux/...> header
>> instead.
>>
>> Fix them.
>>
>> No intentional functional change.
> The commit message doesn't mention the rid initialization code changes?
That looks like another patch has been squashed in here - this was something Tony
identified as rid would be un-initialised if the rdt resource array grows behind x86's back.
[...]
> Other than that,
>
> Reviewed-by: Fenghua Yu<fenghuay@xxxxxxxxxx>
Thanks,
James