Re: [PATCH v2 09/15] acpi/ghes: make the GHES record generation more generic

2024-10-02 Thread Igor Mammedov
On Tue, 1 Oct 2024 09:03:46 +0200 Mauro Carvalho Chehab wrote: > Split the code into separate functions to allow using the > common CPER filling code by different error sources. > > The generic code was moved to ghes_record_cper_errors(), > and ghes_gen_err_data_uncorrectable_recoverable() now

[PATCH v2 09/15] acpi/ghes: make the GHES record generation more generic

2024-10-01 Thread Mauro Carvalho Chehab
Split the code into separate functions to allow using the common CPER filling code by different error sources. The generic code was moved to ghes_record_cper_errors(), and ghes_gen_err_data_uncorrectable_recoverable() now contains only a logic to fill GEGB part of the record. The remaining code t