From: Lv Zheng <zetalog@gmail.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <zetalog@gmail.com>, Lv Zheng <lv.zheng@intel.com>,
linux-acpi@vger.kernel.org
Subject: [PATCH v2 0/2] ACPI: Fix a regression of the table checksum verification.
Date: Sat, 31 May 2014 08:14:26 +0800 [thread overview]
Message-ID: <cover.1401494652.git.lv.zheng@intel.com> (raw)
In-Reply-To: <e28682572e0736657b0120aeec5f64ac21159faf.1401415540.git.lv.zheng@intel.com>
From: Lv Zheng <lv.zheng@intel.com>
There is a warning message triggered by the early table chekcusm
verification during boot. Large tables cannot be installed on x86 platforms
due to this failure. The root cause is the size limitation of the current
x86 early mapping implementation, it's thus not suitable to be used to map
ACPI tables.
This patchset fixes this regression by stopping verifying table checksums
during the early boot stage.
Lv Zheng (2):
ACPICA: Tables: Add mechanism to control early table checksum
verification.
ACPI: Fix regressions that x86 Linux kernel suffers from early
mapping size limitation.
Documentation/kernel-parameters.txt | 5 +++
drivers/acpi/acpica/actables.h | 8 +++--
drivers/acpi/acpica/tbdata.c | 67 +++++++++++++++++++++++++++--------
drivers/acpi/acpica/tbinstal.c | 8 ++---
drivers/acpi/acpica/tbutils.c | 4 ---
drivers/acpi/bus.c | 3 ++
drivers/acpi/tables.c | 23 ++++++++++++
include/acpi/acpixf.h | 9 +++++
8 files changed, 101 insertions(+), 26 deletions(-)
--
1.7.10
next prev parent reply other threads:[~2014-05-31 0:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-30 2:07 [PATCH 1/2] ACPICA: Tables: Add mechanism to control early table checksum verification Lv Zheng
2014-05-30 2:07 ` [PATCH 2/2] ACPI: Fix regressions that x86 Linux kernel suffers from early mapping size limitation Lv Zheng
2014-05-30 22:33 ` Rafael J. Wysocki
2014-05-30 22:29 ` [PATCH 1/2] ACPICA: Tables: Add mechanism to control early table checksum verification Rafael J. Wysocki
2014-05-31 0:14 ` Lv Zheng [this message]
2014-05-31 0:14 ` [PATCH v2 " Lv Zheng
2014-05-31 0:15 ` [PATCH v2 2/2] ACPI: Fix regressions that x86 Linux kernel suffers from early mapping size limitation Lv Zheng
2014-05-31 22:49 ` [PATCH v2 0/2] ACPI: Fix a regression of the table checksum verification Rafael J. Wysocki
2014-06-03 2:36 ` Zheng, Lv
2014-06-03 14:10 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1401494652.git.lv.zheng@intel.com \
--to=zetalog@gmail.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=rafael.j.wysocki@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.