Re: [PATCH v4 4/7] ACPI / debugger: Add IO interface to access debugger functionalities

2015-12-03 Thread Rafael J. Wysocki
On Thursday, December 03, 2015 02:27:41 PM Andy Lutomirski wrote: > On Wed, Dec 2, 2015 at 6:43 PM, Lv Zheng wrote: > > This patch adds /sys/kernel/debug/acpi/acpidbg, which can be used by > > userspace programs to access ACPICA debugger functionalities. > > What's this one generated against? My

Re: [PATCH v4 4/7] ACPI / debugger: Add IO interface to access debugger functionalities

2015-12-03 Thread Andy Lutomirski
On Wed, Dec 2, 2015 at 6:43 PM, Lv Zheng wrote: > This patch adds /sys/kernel/debug/acpi/acpidbg, which can be used by > userspace programs to access ACPICA debugger functionalities. What's this one generated against? My Kconfig contains: config ACPI_DEBUGGER bool "In-kernel debugger (EXPER

[PATCH v4 4/7] ACPI / debugger: Add IO interface to access debugger functionalities

2015-12-02 Thread Lv Zheng
This patch adds /sys/kernel/debug/acpi/acpidbg, which can be used by userspace programs to access ACPICA debugger functionalities. Known issue: 1. IO flush support acpi_os_notify_command_complete() and acpi_os_wait_command_ready() can be used by acpi_dbg module to implement .flush() filesyst