Re: [PATCH 2/2] x86/MCE: Add command line option to extend MCE Records pool

From: Sohil Mehta
Date: Thu Feb 08 2024 - 20:36:19 EST


On 2/7/2024 2:56 PM, Avadhut Naik wrote:
> Extension of MCE Records pool, based on system's CPU count, was undertaken
> through the previous patch (x86/MCE: Extend size of the MCE Records pool).
>

This statement is unnecessary.

> Add a new command line parameter "mce-genpool-extend" to set the size of
> MCE Records pool to a predetermined number of pages instead of system's
> CPU count.
>

Like Tony, I am unsure of when this would be useful.

Also, why does it need to override the CPU count based extension
mechanism? Would just adding more pages not work for them?

If there really is a good reason to do this, how about changing
mce-genpool-extend to mce-genpool-add-pages and keeping the description
the same?

mce-genpool-add-pages= [X86-64] Number of pages to add to MCE Records pool.

Then you can simply add these many number of additional pages to the new
CPU based mechanism.

Sohil

> Signed-off-by: Avadhut Naik <avadhut.naik@xxxxxxx>
> ---
> .../admin-guide/kernel-parameters.txt | 2 ++
> arch/x86/kernel/cpu/mce/genpool.c | 22 ++++++++++++++++---
> 2 files changed, 21 insertions(+), 3 deletions(-)
>