Bug 66681
Summary: | CONFIG_ACPI_PROCFS does not provide /proc/acpi/event needed for acpid | ||
---|---|---|---|
Product: | ACPI | Reporter: | Eric Renfro (erenfro) |
Component: | Config-Other | Assignee: | acpi_config-other |
Status: | CLOSED DOCUMENTED | ||
Severity: | high | CC: | aaron.lu, ajb, erenfro, lenb, rjw, tianyu.lan, toracat, trenn |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.12.x | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Eric Renfro
2013-12-06 03:08:16 UTC
The sections of the Kconfig file, quoted above, are from 3.11.X sources and not from the 3.12.Y sources. The /proc/acpi/event is removed by following commt which is merged in v3.12-rc1. commit 1696d9dc57e062ce5200f6a42a6aaada15b434bb Author: Thomas Renninger <trenn@suse.de> Date: Mon Jul 15 10:15:09 2013 +0200 ACPI: Remove the old /proc/acpi/event interface It is quite some time that this one has been deprecated. Get rid of it. Should some really important user be overseen, it may be reverted and the userspace program worked on first, but it is time to do something to get rid of this old stuff... Signed-off-by: Thomas Renninger <trenn@suse.de> Acked-by: Matthew Garrett <matthew.garrett@nebula.com> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> + Thomas and Rafael It seems CentOS 6 is still shipping acpid-1 which only uses /proc/acpi/event, can you please take a look at this problem? Thanks. Sorry, but this interface is deprecated for about 5 years. It is set deprecated since 2007: commit 14e04fb34ffa82ee61ae69f98d8fca12d2e8e31c Author: Len Brown <len.brown@intel.com> Date: Thu Aug 23 15:20:26 2007 -0400 If CentOS is using/supporting a recent kernel on a that old userspace stack, they have to revert commit 1696d9dc57e062ce5200f6a42a6aaada15b434bb in their kernels. Mainline has to move on at some point of time... Setting resolved documented. |