RE: [PATCH 03/32] edac: Stop using 32-bit MSR interfaces
"Zhuo, Qiuxu" <[email protected]>
| Newsgroups | org.kernel.vger.linux-edac,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CY8PR11MB7134D3FB7DFB5144FE4BAFDD89F72@CY8PR11MB7134.namprd11.prod.outlook.com> |
> From: Juergen Gross <[email protected]> > Sent: Monday, June 29, 2026 2:05 PM > To: [email protected]; [email protected] > Cc: Juergen Gross <[email protected]>; Jason Baron <[email protected]>; > Borislav Petkov <[email protected]>; Luck, Tony <[email protected]>; Yazen > Ghannam <[email protected]> > Subject: [PATCH 03/32] edac: Stop using 32-bit MSR interfaces > > The 32-bit MSR interfaces rdmsr_safe() and wrmsr_safe() are planned to be > removed. Use the related 64-bit variants instead. > > Signed-off-by: Juergen Gross <[email protected]> > --- > drivers/edac/ie31200_edac.c | 10 +++++----- > drivers/edac/mce_amd.c | 8 ++++---- > 2 files changed, 9 insertions(+), 9 deletions(-) For this patch, LGTM. Reviewed-by: Qiuxu Zhuo <[email protected]>