Message ID | 20240730182958.4117158-1-yazen.ghannam@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | Rework mce_setup() | expand |
On 30.07.24 г. 21:29 ч., Yazen Ghannam wrote: > Hi all, > > This revision drops the topology export idea from v2. It seemed to add > more complexity than just doing a local search. > > Thanks, > Yazen > > Link: > https://lkml.kernel.org/r/20240624212008.663832-1-yazen.ghannam@amd.com > > Yazen Ghannam (3): > x86/mce: Rename mce_setup() to mce_prep_record() > x86/mce: Define mce_prep_record() helpers for common and per-CPU > fields > x86/mce: Use mce_prep_record() helpers for > apei_smca_report_x86_error() > > arch/x86/include/asm/mce.h | 2 +- > arch/x86/kernel/cpu/mce/amd.c | 2 +- > arch/x86/kernel/cpu/mce/apei.c | 18 +++++++------- > arch/x86/kernel/cpu/mce/core.c | 38 ++++++++++++++++++++---------- > arch/x86/kernel/cpu/mce/internal.h | 2 ++ > 5 files changed, 38 insertions(+), 24 deletions(-) > > > base-commit: 1cd27e88888d54de5fefbeb0b44c26194ffa83ce Reviewed-by: Nikolay Borisov <nik.borisov@suse.com>
On 7/30/24 13:29, Yazen Ghannam wrote: > Hi all, > > This revision drops the topology export idea from v2. It seemed to add > more complexity than just doing a local search. > > Thanks, > Yazen > > Link: > https://lkml.kernel.org/r/20240624212008.663832-1-yazen.ghannam@amd.com > > Yazen Ghannam (3): > x86/mce: Rename mce_setup() to mce_prep_record() > x86/mce: Define mce_prep_record() helpers for common and per-CPU > fields > x86/mce: Use mce_prep_record() helpers for > apei_smca_report_x86_error() > > arch/x86/include/asm/mce.h | 2 +- > arch/x86/kernel/cpu/mce/amd.c | 2 +- > arch/x86/kernel/cpu/mce/apei.c | 18 +++++++------- > arch/x86/kernel/cpu/mce/core.c | 38 ++++++++++++++++++++---------- > arch/x86/kernel/cpu/mce/internal.h | 2 ++ > 5 files changed, 38 insertions(+), 24 deletions(-) > > > base-commit: 1cd27e88888d54de5fefbeb0b44c26194ffa83ce LGTM. Reviewed-by: Avadhut Naik <avadhut.naik@amd.com>