lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 3 Jun 2012 05:12:33 +0200
From:	Sedat Dilek <sedat.dilek@...glemail.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Len Brown <lenb@...nel.org>,
	Linux ACPI <linux-acpi@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Linux PM List <linux-pm@...ts.linux-foundation.org>
Subject: Re: [GIT PULL] ACPI & Power Management Patches for Linux-3.5-merge

[ Original posting see [1] ]

> Note that there will be 3 conflicts when merging with your tree.
> If you don't feel like resolving them, you can pull my "next" branch,
> which is simply my "release" branch merged with your latest tree on Friday.

To make life easier I pulled in "next" GIT branch of Len's tree this
morning on top of upstream git829f51d.

My kernel built on the family Ubuntu box runs nicely means several
resume/suspend cycles were OK (see attached dmesg).

$ cat /proc/version
Linux version 3.4.0-git829f51d-1-ovl-generic
(sedat.dilek@...il.com@...box) (gcc version 4.6.3 (Ubuntu/Linaro
4.6.3-1ubuntu5) ) #2 SMP Sat Jun 2 11:33:53 CEST 2012

$ dmesg | grep -i acpi | grep -i rev
[    0.004228] ACPI: Core revision 20120518

$ LC_ALL=C ll *3.4.0*git829f51d* (German local-time UTC+2)
-rw-r--r-- 1 wearefam wearefam  1164128 Jun  2 11:41
linux-firmware-image_3.4.0+git829f51d-1~dileks1_amd64.deb
-rw-r--r-- 1 wearefam wearefam  7663882 Jun  2 11:41
linux-headers-3.4.0-git829f51d-1-ovl-generic_3.4.0+git829f51d-1~dileks1_amd64.deb
-rw-r--r-- 1 wearefam wearefam 42930438 Jun  2 11:42
linux-image-3.4.0-git829f51d-1-ovl-generic_3.4.0+git829f51d-1~dileks1_amd64.deb
-rw-r--r-- 1 wearefam wearefam   900526 Jun  2 11:41
linux-libc-dev_3.4.0+git829f51d-1~dileks1_amd64.deb

The only thing I was wondering is that CONFIG_ACPI_PROCFS_POWER is
still present as it should be removed with v2.6.39 (see below P.S.).

[    0.720019] ACPI: Deprecated procfs I/F for AC is loaded, please
retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.732591] ACPI: Deprecated procfs I/F for battery is loaded,
please retry with CONFIG_ACPI_PROCFS_POWER cleared

CONFIG_ACPI_PROCFS_POWER=y

Beside this "cosmetic" issue I can say this kernel runs OK for approx.
one day (~18hrs).

Hope this feedback helps to get ACPI stuff pulled into v3.5-rc1.

[ Full dmesg and kernel-config attached. ]

- Sedat -

[1] http://marc.info/?l=linux-kernel&m=133861900203085&w=2

P.S.:

Documentation/feature-removal-schedule.txt-188----------------------------
Documentation/feature-removal-schedule.txt-189-
Documentation/feature-removal-schedule.txt:190:What:    CONFIG_ACPI_PROCFS_POWER
Documentation/feature-removal-schedule.txt-191-When:    2.6.39
Documentation/feature-removal-schedule.txt-192-Why:     sysfs I/F for
ACPI power devices, including AC and Battery,
Documentation/feature-removal-schedule.txt-193-        has been
working in upstream kernel since 2.6.24, Sep 2007.
Documentation/feature-removal-schedule.txt-194- In 2.6.37, we make the
sysfs I/F always built in and this option
Documentation/feature-removal-schedule.txt-195- disabled by default.
Documentation/feature-removal-schedule.txt-196- Remove this option and
the ACPI power procfs interface in 2.6.39.
Documentation/feature-removal-schedule.txt-197-Who:     Zhang Rui
<rui.zhang@...el.com>
Documentation/feature-removal-schedule.txt-198-
Documentation/feature-removal-schedule.txt-199----------------------------

[ drivers/acpi/Kconfig ]

config ACPI_PROCFS_POWER
        bool "Deprecated power /proc/acpi directories"
        depends on PROC_FS
        help
          For backwards compatibility, this option allows
          deprecated power /proc/acpi/ directories to exist, even when
          they have been replaced by functions in /sys.
          The deprecated directories (and their replacements) include:
          /proc/acpi/battery/* (/sys/class/power_supply/*)
          /proc/acpi/ac_adapter/* (sys/class/power_supply/*)
          This option has no effect on /proc/acpi/ directories
          and functions, which do not yet exist in /sys
          This option, together with the proc directories, will be
          deleted in 2.6.39.

          Say N to delete power /proc/acpi/ directories that have moved to /sys/
- EOT-

View attachment "dmesg_3.4.0-git829f51d-1-ovl-generic.txt" of type "text/plain" (76046 bytes)

Download attachment "config-3.4.0-git829f51d-1-ovl-generic" of type "application/octet-stream" (145550 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ