lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251123153318.GAaSMpPrSZLkzx8D5c@fat_crate.local>
Date: Sun, 23 Nov 2025 16:33:18 +0100
From: Borislav Petkov <bp@...en8.de>
To: Devang Vyas <devangnayanbhai.vyas@....com>
Cc: yazen.ghannam@....com, tony.luck@...el.com, james.morse@....com,
	mchehab@...nel.org, rric@...nel.org, linux-edac@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Ramesh Garidapuri <ramesh.garidapuri@....com>,
	Mario Limonciello <mario.limonciello@....com>
Subject: Re: [PATCH] EDAC/amd64: Add support for family 19h, models 40h-4fh

On Sun, Nov 23, 2025 at 07:57:45PM +0530, Devang Vyas wrote:

-ENOCOMMITMESSAGE

Use the commit message to explain why those need to load the EDAC driver at
all.

> Co-developed-by: Ramesh Garidapuri <ramesh.garidapuri@....com>
> Signed-off-by: Ramesh Garidapuri <ramesh.garidapuri@....com>
> Signed-off-by: Devang Vyas <devangnayanbhai.vyas@....com>
> ---
>  drivers/edac/amd64_edac.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
> index a17f3c0cdfa6..2f6c3c4ed557 100644
> --- a/drivers/edac/amd64_edac.c
> +++ b/drivers/edac/amd64_edac.c
> @@ -3878,6 +3878,10 @@ static int per_family_init(struct amd64_pvt *pvt)
>  				pvt->max_mcs		= 8;
>  			}
>  			break;
> +		case 0x40 ... 0x4f:
> +			pvt->ctl_name                   = "F19h_M40h";
> +			pvt->max_mcs                    = 4;
> +			break;
>  		case 0x50 ... 0x5f:
>  			pvt->ctl_name			= "F19h_M50h";
>  			break;
> -- 

EDAC patches need to be done against:

https://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git

the edac-for-next branch.

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ