All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jin Dongming <jin.dongming@np.css.fujitsu.com>
To: Huang Ying <ying.huang@intel.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andi Kleen <andi@firstfloor.org>,
	Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
	ACPI <linux-acpi@vger.kernel.org>,
	LKLM <linux-kernel@vger.kernel.org>
Subject: [0/4][Patch-next]ACPI, APEI bug fix
Date: Tue, 17 Aug 2010 09:53:53 +0900	[thread overview]
Message-ID: <4C69DDA1.6010901@np.css.fujitsu.com> (raw)

For supporting APEI to work well, I make 4 patches for fixing some bugs.
    - the first and the second patch fixed the wrong checking for ERST and EINJ
      tables' header.
    - the third one fixed the wrong return value of acpi_pre_map.
    - the last one fixed the unsuitable usage of platform_data.


Jin Dongming (4):
      [Patch-next] ACPI, APEI, ERST Fix the wrong checking of Serialization Header's
      [Patch-next] ACPI, APEI, EINJ Fix the wrong checking of Injection Header's len
      [Patch-next] ACPI, APEI Fix the return value(==NULL) of acpi_pre_map always.
      [Patch-next] ACPI, APEI, HEST Fix the unsuitable usage of platform_data.

================
 drivers/acpi/apei/einj.c |   15 +++++++++------
 drivers/acpi/apei/erst.c |   13 ++++++++-----
 drivers/acpi/apei/ghes.c |    2 +-
 drivers/acpi/apei/hest.c |   19 ++++++++++++++-----
 drivers/acpi/atomicio.c  |    4 ++--
 include/acpi/actbl1.h    |   31 +++++++++++++++++++++++--------
 6 files changed, 57 insertions(+), 27 deletions(-)


                 reply	other threads:[~2010-08-17  0:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4C69DDA1.6010901@np.css.fujitsu.com \
    --to=jin.dongming@np.css.fujitsu.com \
    --cc=andi@firstfloor.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=seto.hidetoshi@jp.fujitsu.com \
    --cc=sfr@canb.auug.org.au \
    --cc=ying.huang@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.