[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3281ec05-60cb-4fa2-8562-afa93e770159@amd.com>
Date: Thu, 8 Feb 2024 11:41:24 -0600
From: "Naik, Avadhut" <avadnaik@....com>
To: "Luck, Tony" <tony.luck@...el.com>, "x86@...nel.org" <x86@...nel.org>,
"linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>
Cc: "bp@...en8.de" <bp@...en8.de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"yazen.ghannam@....com" <yazen.ghannam@....com>,
Avadhut Naik <avadhut.naik@....com>
Subject: [PATCH 1/2] x86/MCE: Extend size of the MCE Records pool
Hi
On 2/7/2024 18:02, Luck, Tony wrote:
>> +#define CPU_GEN_MEMSZ 256
>
> What is this define?
>
> Why isn't this "sizeof(struct mce)"?
>
> Or 2* that if you are trying to reserve enough space for two records per CPU.
>
That's the memory in bytes reserved for each logical CPU in the
extended MCE Records pool. By current size of struct mce that
equates to around 2 records.
Will change it to (2 * sizeof(struct mce)) though. Feels more
accurate. Thanks for the suggestion!
Do you have any additional concerns/comments on this patchset?
> -Tony
--
Thanks,
Avadhut Naik
Powered by blists - more mailing lists