Re: [PATCH 0/2] Fix sysfs duplicate filename if multiple BERT tables exist
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | gmane.linux.acpi.devel |
|---|---|
| Message-ID | <CAJZ5v0iqW3q0QOzsW6O3H1+ysOv5uKDGwMejJ4JCvi0RQb+how@mail.gmail.com> |
On Fri, Jul 17, 2026 at 8:51 AM Thomas Renninger <[email protected]> wrote: > > Previously sent to linux-pm: > V2: Do not use acpi_get_table, but pass both, > struct acpi_table_header *th, struct acpi_table_attr *table_attr > as function parameters. > > Cmp with: > https://bugzilla.suse.com/show_bug.cgi?id=1270211 > > dmesg | grep BERT > ACPI: BERT 0x00000000DD695238 000030 (v01 AMD AMD BERT 00000000 00000000) > ACPI: BERT 0x00000000DD6955C8 000030 (v01 AMI AMI.BERT 00000000 AMI. 00000000) > ACPI: Reserving BERT table memory at [mem 0xdd695238-0xdd695267] > ACPI: Reserving BERT table memory at [mem 0xdd6955c8-0xdd6955f7] > sysfs: cannot create duplicate filename '/firmware/acpi/tables/data/BERT' > > > Thomas Renninger (2): > ACPI: Use correct region struct for BERT region size check > ACPI: Properly map BERT and CCEL acpi tables to their data tables > > drivers/acpi/sysfs.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > -- Applied (with some modifications in subjects/changelogs) as 7.3 material, thanks!