[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/15] acpi/ghes: simplify the per-arch caller to build HEST
From: |
Jonathan Cameron |
Subject: |
Re: [PATCH 03/15] acpi/ghes: simplify the per-arch caller to build HEST table |
Date: |
Wed, 25 Sep 2024 15:11:15 +0100 |
On Wed, 25 Sep 2024 06:04:08 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> The GHES driver requires not only a HEST table, but also a
> separate firmware file to store Error Structure records.
> It can't do one without the other.
>
> Simplify the caller logic for it to require one function.
>
> This prepares for further changes where the HEST table
> generation will become more generic.
>
> No functional changes.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
>
> ---
>
> Changes from v10:
> - Removed the logic which associates notification and source
> ID. This will be placed on a separate patch.
>
> Changes from v8:
> - Non-rename/cleanup changes merged altogether;
> - source ID is now more generic, defined per guest target.
> That should make easier to add support for 86.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Odd sign off here ;)
Otherwise seems reasonable to me.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
- [PATCH 00/15] Prepare GHES driver to support error injection, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 12/15] acpi/ghes: don't crash QEMU if ghes GED is not found, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 03/15] acpi/ghes: simplify the per-arch caller to build HEST table, Mauro Carvalho Chehab, 2024/09/25
- Re: [PATCH 03/15] acpi/ghes: simplify the per-arch caller to build HEST table,
Jonathan Cameron <=
- [PATCH 05/15] acpi/ghes: Fix acpi_ghes_record_errors() argument, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 07/15] acpi/ghes: Change the type for source_id, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 01/15] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code, Mauro Carvalho Chehab, 2024/09/25
- [PATCH 06/15] acpi/ghes: Remove a duplicated out of bounds check, Mauro Carvalho Chehab, 2024/09/25