All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
	linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code
Date: Tue, 16 Aug 2016 16:52:32 +0800	[thread overview]
Message-ID: <cover.1471337441.git.lv.zheng@intel.com> (raw)

There are issues in sysfs table handling code:
1. It cannot handle table loaded by LoadTable opcode executed after
   acpi_sysfs_init();
2. It's signature handling code is not correct.

This patchset fixes these issues.

Lv Zheng (5):
  ACPICA: Tables: Remove acpi_tb_install_fixed_table()
  ACPICA: Tables: Remove wrong table event macros
  ACPICA: Tables: Add new table events indicating table
    installation/uninstallation
  ACPI / sysfs: Fix an issue for LoadTable opcode
  ACPI / sysfs: Update sysfs signature handling code

 drivers/acpi/acpica/actables.h |    7 +---
 drivers/acpi/acpica/tbfadt.c   |   24 +++++++------
 drivers/acpi/acpica/tbinstal.c |   73 +++++-----------------------------------
 drivers/acpi/sysfs.c           |   39 ++++++++++-----------
 include/acpi/actypes.h         |   16 ++++-----
 5 files changed, 51 insertions(+), 108 deletions(-)

-- 
1.7.10


WARNING: multiple messages have this Message-ID (diff)
From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
	<linux-kernel@vger.kernel.org>,
	linux-acpi@vger.kernel.org
Subject: [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code
Date: Tue, 16 Aug 2016 16:52:32 +0800	[thread overview]
Message-ID: <cover.1471337441.git.lv.zheng@intel.com> (raw)

There are issues in sysfs table handling code:
1. It cannot handle table loaded by LoadTable opcode executed after
   acpi_sysfs_init();
2. It's signature handling code is not correct.

This patchset fixes these issues.

Lv Zheng (5):
  ACPICA: Tables: Remove acpi_tb_install_fixed_table()
  ACPICA: Tables: Remove wrong table event macros
  ACPICA: Tables: Add new table events indicating table
    installation/uninstallation
  ACPI / sysfs: Fix an issue for LoadTable opcode
  ACPI / sysfs: Update sysfs signature handling code

 drivers/acpi/acpica/actables.h |    7 +---
 drivers/acpi/acpica/tbfadt.c   |   24 +++++++------
 drivers/acpi/acpica/tbinstal.c |   73 +++++-----------------------------------
 drivers/acpi/sysfs.c           |   39 ++++++++++-----------
 include/acpi/actypes.h         |   16 ++++-----
 5 files changed, 51 insertions(+), 108 deletions(-)

-- 
1.7.10

             reply	other threads:[~2016-08-16  8:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16  8:52 Lv Zheng [this message]
2016-08-16  8:52 ` [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code Lv Zheng
2016-08-16  8:52 ` [PATCH 1/5] ACPICA: Tables: Remove acpi_tb_install_fixed_table() Lv Zheng
2016-08-16  8:52   ` Lv Zheng
2016-08-16  8:52 ` [PATCH 2/5] ACPICA: Tables: Remove wrong table event macros Lv Zheng
2016-08-16  8:52   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 3/5] ACPICA: Tables: Add new table events indicating table installation/uninstallation Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 4/5] ACPI / sysfs: Fix an issue for LoadTable opcode Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16  8:53 ` [PATCH 5/5] ACPI / sysfs: Update sysfs signature handling code Lv Zheng
2016-08-16  8:53   ` Lv Zheng
2016-08-16 11:32 ` [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table " Rafael J. Wysocki
2016-08-17  1:46   ` Zheng, Lv
2016-08-17  1:49     ` Rafael J. Wysocki
2016-09-13  9:48 ` [PATCH v2 0/3] " Lv Zheng
2016-09-13  9:48   ` [PATCH v2 1/3] ACPICA: Tables: Fix a regression in acpi_tb_find_table() Lv Zheng
2016-09-13  9:48   ` [PATCH v2 2/3] ACPI / sysfs: Fix an issue for LoadTable opcode Lv Zheng
2016-09-13  9:48   ` [PATCH v2 3/3] ACPI / sysfs: Update sysfs signature handling code Lv Zheng

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.1471337441.git.lv.zheng@intel.com \
    --to=lv.zheng@intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rjw@rjwysocki.net \
    --cc=zetalog@gmail.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.