[Bug 917728] New: Obsolete/deprecated config option still enabled
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 Bug ID: 917728 Summary: Obsolete/deprecated config option still enabled Classification: openSUSE Product: openSUSE Factory Version: 201502* Hardware: x86-64 OS: SUSE Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Kernel Assignee: kernel-maintainers@forge.provo.novell.com Reporter: zaitor@opensuse.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Hi Kernel people. Just installed the spiffy new 3.19 kernel from Kernel:stable, and when going through journald logs to see if there was something new and exciting I came over these warnings that I've seen for ages, but never cared for since it seem to do no harm. linux-ial4:~ # uname -r 3.19.0-1.g8a7d5f9-desktop linux-ial4:~ # journalctl -b | grep CONFIG_ACPI_PROCFS_POWER feb. 13 00:27:50 linux-ial4 kernel: ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared feb. 13 00:27:50 linux-ial4 kernel: ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared feb. 13 00:27:50 linux-ial4 kernel: ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared linux-ial4:~ # ---- But today I took the time to google it, and found this bug from Arch https://bugs.archlinux.org/task/25845 Snip from bug ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared This was scheduled for removal in 2.6.39, but is still there. I suggest trying to disable it for 3.1, if for nothing else than to discover what problems this might cause so the appropriate bug reports can be filed.
From Documentation/feature-removal-schedule.txt:
What: CONFIG_ACPI_PROCFS_POWER When: 2.6.39 Why: sysfs I/F for ACPI power devices, including AC and Battery, has been working in upstream kernel since 2.6.24, Sep 2007. In 2.6.37, we make the sysfs I/F always built in and this option disabled by default. Remove this option and the ACPI power procfs interface in 2.6.39. Who: Zhang Rui <rui.zhang@intel.com> ---- Short story this was disabled on Arch back in 2011 Could we do this for openSUSE too? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 --- Comment #1 from Bjørn Lie <zaitor@opensuse.org> --- I see that Fedora also removed it back in 2011 https://lists.fedoraproject.org/pipermail/scm-commits/2011-October/671714.ht... commit 3e1637b65790f195c6936e5b4e443c5ca9f37ed4 Author: Dave Jones <davej at redhat.com> Date: Fri Oct 14 13:13:34 2011 -0400 Disable CONFIG_ACPI_PROCFS_POWER which is supposed to be going away soon. "This option, together with the proc directories, will be deleted in 2.6.39." -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 --- Comment #5 from Bjørn Lie <zaitor@opensuse.org> --- Friendly ping :-) So this will happen as no one seems to object? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Jeff Mahoney <jeffm@suse.com> --- Changed and pushed to master. Thanks for the ping. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 http://bugzilla.opensuse.org/show_bug.cgi?id=917728#c7 Thomas Mitterfellner <thomas@mitterfellner.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas@mitterfellner.at --- Comment #7 from Thomas Mitterfellner <thomas@mitterfellner.at> --- I'm seeing this in my logs again using Leap 42.2, using kernel 4.4.57-18.3-default: journalctl -b G ACPI_PROCFS_POWER Apr 08 17:32:36 linux-l2hh kernel: ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared Apr 08 17:32:36 linux-l2hh kernel: ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared Was the change reverted for some reason? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=917728 http://bugzilla.opensuse.org/show_bug.cgi?id=917728#c13 pgnd _ <pgnet.dev@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Version|201502* |Current Resolution|FIXED |--- Flags| |needinfo?(trenn@suse.com) Severity|Enhancement |Normal --- Comment #13 from pgnd _ <pgnet.dev@gmail.com> --- with Kernel:Stable, uname -rm 5.5.5-27.gbfcbf21-default x86_64 this error still appears dmesg | grep ACPI_PROCFS [ 5.894316] battery: ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [ 8.019240] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared checking it's still in config grep CONFIG_ACPI_PROCFS_POWER /boot/config-5.5.5-27.gbfcbf21-default CONFIG_ACPI_PROCFS_POWER=y was the deprecation/removal [1/2] ACPI : remove CONFIG_ACPI_PROCFS_POWER and AC/Battery procfs I/F https://patchwork.kernel.org/patch/654021/ not exec'd for *suse at all? or reversed for some reason? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com