Re: [PATCH v2 01/13] acpi/ghes: Prepare to support multiple sources on ghes

2025-01-29 Thread Igor Mammedov
On Wed, 29 Jan 2025 09:04:07 +0100 Mauro Carvalho Chehab wrote: > 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 notifications will exist, change the logi

[PATCH v2 01/13] acpi/ghes: Prepare to support multiple sources on ghes

2025-01-29 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 notifications will exist, change the logic to dynamically build the table. Yet, for a proper support, we need to get