public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/1] Update CPER maintainership
@ 2026-01-06 10:24 Mauro Carvalho Chehab
  2026-01-06 10:24 ` [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2026-01-06 10:24 UTC (permalink / raw)
  To: Ard Biesheuvel, Rafael J. Wysocki; +Cc: Mauro Carvalho Chehab, linux-kernel

Hi Ard/Rafael,

This is a suggestion, so I'm marking it as a RFC.

At least on my eyes, and looking at the discussions on this thread:
    https://lore.kernel.org/all/20251222091334.5cb8465f@foz.lan/

It sounds to me that the better would be to have the code under cper*
maintained together with APEI code, as the main source of CPER records
is via APEI/GHES.

So, at least on my eyes, people maintaining and reviewing should be
the same - or a superset of what's currently there.

The patch on this series:

1. Add cper* files to APEI;
2. remove them from EFI - mostly to avoid having two maintainers for
   the same file.

Another option would be to do just (1), keeping the CPER files listed
on two maintainers' entries.

Comments?

Regards,
Mauro

Mauro Carvalho Chehab (1):
  MAINTAINERS: add cper to APEI files

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files
  2026-01-06 10:24 [PATCH RFC 0/1] Update CPER maintainership Mauro Carvalho Chehab
@ 2026-01-06 10:24 ` Mauro Carvalho Chehab
  2026-01-08 12:52   ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2026-01-06 10:24 UTC (permalink / raw)
  To: Rafael J. Wysocki, Ard Biesheuvel
  Cc: Mauro Carvalho Chehab, Ahmed Tiba, Borislav Petkov, Hanjun Guo,
	Shuai Xue, Tony Luck, linux-kernel

The CPER records are defined as part of UEFI specs, but its
primary way to report it is via APEI/GHES. As such, let's
place it under the same umbrella to make easier for patch
review.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..2f8bdcfe31d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -314,6 +314,7 @@ R:	Mauro Carvalho Chehab <mchehab@kernel.org>
 R:	Shuai Xue <xueshuai@linux.alibaba.com>
 L:	linux-acpi@vger.kernel.org
 F:	drivers/acpi/apei/
+F:	drivers/firmware/efi/cper*
 
 ACPI COMPONENT ARCHITECTURE (ACPICA)
 M:	"Rafael J. Wysocki" <rafael@kernel.org>
@@ -9511,6 +9512,7 @@ F:	arch/arm/boot/compressed/efi-header.S
 F:	arch/x86/platform/efi/
 F:	drivers/firmware/efi/
 F:	include/linux/efi*.h
+X:	drivers/firmware/efi/cper*
 
 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
 M:	MyungJoo Ham <myungjoo.ham@samsung.com>
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files
  2026-01-06 10:24 ` [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files Mauro Carvalho Chehab
@ 2026-01-08 12:52   ` Ard Biesheuvel
  0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2026-01-08 12:52 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Rafael J. Wysocki, Ahmed Tiba, Borislav Petkov, Hanjun Guo,
	Shuai Xue, Tony Luck, linux-kernel

On Tue, 6 Jan 2026 at 11:24, Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
>
> The CPER records are defined as part of UEFI specs, but its
> primary way to report it is via APEI/GHES. As such, let's
> place it under the same umbrella to make easier for patch
> review.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

I'll take this as a fix, unless anyone objects.


> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..2f8bdcfe31d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -314,6 +314,7 @@ R:  Mauro Carvalho Chehab <mchehab@kernel.org>
>  R:     Shuai Xue <xueshuai@linux.alibaba.com>
>  L:     linux-acpi@vger.kernel.org
>  F:     drivers/acpi/apei/
> +F:     drivers/firmware/efi/cper*
>
>  ACPI COMPONENT ARCHITECTURE (ACPICA)
>  M:     "Rafael J. Wysocki" <rafael@kernel.org>
> @@ -9511,6 +9512,7 @@ F:        arch/arm/boot/compressed/efi-header.S
>  F:     arch/x86/platform/efi/
>  F:     drivers/firmware/efi/
>  F:     include/linux/efi*.h
> +X:     drivers/firmware/efi/cper*
>
>  EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
>  M:     MyungJoo Ham <myungjoo.ham@samsung.com>
> --
> 2.52.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-08 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 10:24 [PATCH RFC 0/1] Update CPER maintainership Mauro Carvalho Chehab
2026-01-06 10:24 ` [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files Mauro Carvalho Chehab
2026-01-08 12:52   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox