All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix regressions uncovered by bad_madt_entry() patches
@ 2015-10-14 21:26 Al Stone
  2015-10-14 21:26 ` [PATCH 1/4] ACPI: workaround x86 firmware using reserved MADT subtable IDs Al Stone
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Al Stone @ 2015-10-14 21:26 UTC (permalink / raw)
  To: linux-acpi; +Cc: linaro-acpi, linaro-kernel, patches, Al Stone

Once the patch series "Provide better MADT subtable sanity checks" got
into linux-next (commit b9e11e92b9), several existing platforms were found
where the firmware was doing odd things that aren't exactly correct if
the ACPI specification is being followed precisely.  This patch series
relaxes some of the checks on MADT subtables so that these previously 
working systems (all x86-based) will continue to boot.  For arm64, since
ACPI usage is still relatively new, the stricter checking is left in place.

Al Stone (4):
  ACPI: workaround x86 firmware using reserved MADT subtable IDs
  ACPI: workaround x86 firmware with mis-matched FADT/MADT revisions
  ACPI: workaround FADT always being revision 2
  ACPI: for bad_madt_entry(), the GIC ITS table is 20 bytes long, not 16

 drivers/acpi/tables.c | 62 ++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 51 insertions(+), 11 deletions(-)

-- 
2.4.3


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

end of thread, other threads:[~2015-10-15  0:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 21:26 [PATCH 0/4] Fix regressions uncovered by bad_madt_entry() patches Al Stone
2015-10-14 21:26 ` [PATCH 1/4] ACPI: workaround x86 firmware using reserved MADT subtable IDs Al Stone
2015-10-14 23:34   ` Rafael J. Wysocki
2015-10-14 21:26 ` [PATCH 2/4] ACPI: workaround x86 firmware with mis-matched FADT/MADT revisions Al Stone
2015-10-14 23:36   ` Rafael J. Wysocki
2015-10-14 21:26 ` [PATCH 3/4] ACPI: workaround FADT always being revision 2 Al Stone
2015-10-14 23:38   ` Rafael J. Wysocki
2015-10-14 21:26 ` [PATCH 4/4] ACPI: for bad_madt_entry(), the GIC ITS table is 20 bytes long, not 16 Al Stone
2015-10-14 23:39   ` Rafael J. Wysocki
2015-10-14 23:44 ` [PATCH 0/4] Fix regressions uncovered by bad_madt_entry() patches Rafael J. Wysocki
2015-10-15  0:23   ` Al Stone
2015-10-15  0:37     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.