Re: [PATCH v5 08/16] acpi/ghes: don't check if physical_address is not zero

2024-12-09 Thread Jonathan Cameron via
On Wed, 4 Dec 2024 14:12:46 +0100 Igor Mammedov wrote: > On Wed, 4 Dec 2024 08:41:16 +0100 > Mauro Carvalho Chehab wrote: > > > The 'physical_address' value is a faulty page. As such, 0 is > > as valid as any other value. I'm not sure what a 'faulty page' is. but code looks fine. Reviewed-by:

Re: [PATCH v5 08/16] acpi/ghes: don't check if physical_address is not zero

2024-12-04 Thread Igor Mammedov
On Wed, 4 Dec 2024 08:41:16 +0100 Mauro Carvalho Chehab wrote: > The 'physical_address' value is a faulty page. As such, 0 is > as valid as any other value. > > Suggested-by: Igor Mammedov > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Igor Mammedov > --- > hw/acpi/ghes.c | 4 >

[PATCH v5 08/16] acpi/ghes: don't check if physical_address is not zero

2024-12-03 Thread Mauro Carvalho Chehab
The 'physical_address' value is a faulty page. As such, 0 is as valid as any other value. Suggested-by: Igor Mammedov Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 4 1 file changed, 4 deletions(-) diff --git a/hw/acpi/ghes.c b/hw/acpi/ghes.c index edc74c38bf8a..a3dffd78b012 1