Re: [PATCH 1/6] acpi/ghes: Prepare to support multiple sources on ghes

2024-11-20 Thread Jonathan Cameron via
On Wed, 13 Nov 2024 09:36:58 +0100 Mauro Carvalho Chehab wrote: > The current code is actually dependent on having just one > error structure with a single source. Trivial: Very short line wrap of the description. Maybe more than 60 chars? > > As the number of sources should be arch-dependent,

[PATCH 1/6] acpi/ghes: Prepare to support multiple sources on ghes

2024-11-13 Thread Mauro Carvalho Chehab
The current code is actually dependent on having just one error structure with a single source. As the number of sources should be arch-dependent, as it will depend on what kind of synchronous/assynchronous notifications will exist, change the logic to dynamically build the table. Yet, for a prop