Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-27 Thread Mauro Carvalho Chehab
Em Thu, 27 Feb 2025 10:22:55 +0100 Igor Mammedov escreveu: > On Wed, 26 Feb 2025 17:14:06 +0100 > Mauro Carvalho Chehab wrote: > > > Em Tue, 25 Feb 2025 10:43:27 +0100 > > Igor Mammedov escreveu: > > > > > On Fri, 21 Feb 2025 07:02:21 +0100 > > > Mauro Carvalho Chehab wrote: > > > > >

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-27 Thread Igor Mammedov
On Wed, 26 Feb 2025 17:14:06 +0100 Mauro Carvalho Chehab wrote: > Em Tue, 25 Feb 2025 10:43:27 +0100 > Igor Mammedov escreveu: > > > On Fri, 21 Feb 2025 07:02:21 +0100 > > Mauro Carvalho Chehab wrote: > > > > > Em Mon, 3 Feb 2025 15:34:23 +0100 > > > Igor Mammedov escreveu: > > > > >

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-26 Thread Mauro Carvalho Chehab
Em Tue, 25 Feb 2025 10:43:27 +0100 Igor Mammedov escreveu: > On Fri, 21 Feb 2025 07:02:21 +0100 > Mauro Carvalho Chehab wrote: > > > Em Mon, 3 Feb 2025 15:34:23 +0100 > > Igor Mammedov escreveu: > > > > > On Fri, 31 Jan 2025 18:42:44 +0100 > > > Mauro Carvalho Chehab wrote: > > > > >

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-25 Thread Igor Mammedov
On Fri, 21 Feb 2025 07:02:21 +0100 Mauro Carvalho Chehab wrote: > Em Mon, 3 Feb 2025 15:34:23 +0100 > Igor Mammedov escreveu: > > > On Fri, 31 Jan 2025 18:42:44 +0100 > > Mauro Carvalho Chehab wrote: > > > > > There are two pointers that are needed during error injection: > > > > > > 1. Th

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-20 Thread Mauro Carvalho Chehab
Em Mon, 3 Feb 2025 15:34:23 +0100 Igor Mammedov escreveu: > On Fri, 31 Jan 2025 18:42:44 +0100 > Mauro Carvalho Chehab wrote: > > > There are two pointers that are needed during error injection: > > > > 1. The start address of the CPER block to be stored; > > 2. The address of the ack. > > >

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-03 Thread Igor Mammedov
On Fri, 31 Jan 2025 18:42:44 +0100 Mauro Carvalho Chehab wrote: > There are two pointers that are needed during error injection: > > 1. The start address of the CPER block to be stored; > 2. The address of the ack. > > It is preferable to calculate them from the HEST table. This allows > check

Re: [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-02-03 Thread Jonathan Cameron via
On Fri, 31 Jan 2025 18:42:44 +0100 Mauro Carvalho Chehab wrote: > There are two pointers that are needed during error injection: > > 1. The start address of the CPER block to be stored; > 2. The address of the ack. > > It is preferable to calculate them from the HEST table. This allows > check

[PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

2025-01-31 Thread Mauro Carvalho Chehab
There are two pointers that are needed during error injection: 1. The start address of the CPER block to be stored; 2. The address of the ack. It is preferable to calculate them from the HEST table. This allows checking the source ID, the size of the table and the type of the HEST error block st