Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1463551
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lv Zheng <lv.zheng@intel.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code |
| Date | Tue, 16 Aug 2016 11:00:01 +0200 |
| Message-ID | <s6Io1-R5-1@gated-at.bofh.it> (permalink) |
| X-Original-To | "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>, "Rafael J. Wysocki" <rjw@rjwysocki.net>, Len Brown <len.brown@intel.com> |
| X-Extloop1 | 1 |
| X-Ironport-Av | E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="1015118067" |
| X-Mailer | git-send-email 1.7.10 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>, <linux-kernel@vger.kernel.org>, linux-acpi@vger.kernel.org |
| X-Original-Date | Tue, 16 Aug 2016 16:52:32 +0800 |
| X-Original-Message-ID | <cover.1471337441.git.lv.zheng@intel.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1463551 |
Show key headers only | View 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
[PATCH 5/5] ACPI / sysfs: Update sysfs signature handling code Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
[PATCH 3/5] ACPICA: Tables: Add new table events indicating table installation/uninstallation Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
[PATCH 2/5] ACPICA: Tables: Remove wrong table event macros Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
[PATCH 1/5] ACPICA: Tables: Remove acpi_tb_install_fixed_table() Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
[PATCH 4/5] ACPI / sysfs: Fix an issue for LoadTable opcode Lv Zheng <lv.zheng@intel.com> - 2016-08-16 11:00 +0200
Re: [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code "Rafael J. Wysocki" <rafael@kernel.org> - 2016-08-16 13:40 +0200
Re: [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code "Rafael J. Wysocki" <rafael@kernel.org> - 2016-08-17 03:50 +0200
RE: [PATCH 0/5] ACPI / sysfs: Cleanup sysfs table handling code "Zheng, Lv" <lv.zheng@intel.com> - 2016-08-17 03:50 +0200
csiph-web