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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 10 May 2014 00:03:28 +0200
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Valdis Kletnieks <Valdis.Kletnieks@...edu>
Cc:	Lan Tianyu <tianyu.lan@...el.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
	linux-kernel@...r.kernel.org
Subject: Re: next-20140409 Bad Kconfig help text in drivers/acpi/Kconfig

On Friday, May 09, 2014 02:26:50 PM Valdis Kletnieks wrote:
> 
> --==_Exmh_1399660010_2033P
> Content-Type: text/plain; charset=us-ascii
> 
> So this commit landed in linux-next recently:
> 
> commit e2a7c3d7812369daae56f069eab2e8f3e548d231
> Author: Lan Tianyu <tianyu.lan@...el.com>
> Date:   Sun May 4 11:07:24 2014 +0800
> 
>     ACPI: Revert "ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c"
> 
>     The commit 1e2d9cd and 7d7ee95 remove ACPI Proc Battery
>     directory and breaks some old userspace tools. This patch
>     is to revert 7d7ee95.
> 
>     Fixes: 7d7ee958867a (ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c)
> 
> The problem is that it really needs a follow-on patch to fix this help text:
> 
>     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.
> 
> Somebody want to pick a new release target and try again?

Do you mean something like this:

---
 drivers/acpi/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-pm/drivers/acpi/Kconfig
===================================================================
--- linux-pm.orig/drivers/acpi/Kconfig
+++ linux-pm/drivers/acpi/Kconfig
@@ -60,7 +60,7 @@ config ACPI_PROCFS_POWER
 	  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.
+	  deleted in the future.
 
 	  Say N to delete power /proc/acpi/ directories that have moved to /sys/
 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ