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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Nov 2007 11:25:37 -0800
From:	Greg KH <greg@...ah.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: 2.6.24-rc2-mm1

On Tue, Nov 13, 2007 at 05:59:06PM -0800, Andrew Morton wrote:
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc2/2.6.24-rc2-mm1/
> 
> - In response to various people needing to get at the mm tree in a timely
>   fashion I have created "MM of the minute", at
> 
> 	http://userweb.kernel.org/~akpm/mmotm/
> 
>   I'll upload the patch queue there multiple times per day.  I will attempt
>   to ensure that the patches in there actually apply, but they sure as heck
>   won't all compile and run.
> 
> - 2.6.24-rc2-mm1 may oops during shutdown and reboot.  This is due to
>   gregkh-driver-kset-convert-sys-devices-system-to-use-kset_create.patch. 
>   It's a known problem, but if you have additional insights into what causes
>   it, feel free to let Greg know.

Here's a patch, from Kay, to fix this issue.

If anyone still has problems after applying this patch, with shutdown
things, please let me know.

I'll roll it into my larger patchset so that Andrew can get it
automatically for the next release.

thanks,

greg k-h
----------------

From: Kay Sievers
Subject: fix oops in device_shutdown()


---
 drivers/base/sys.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -451,7 +451,7 @@ int sysdev_resume(void)
 int __init system_bus_init(void)
 {
 	system_kset = kset_create_and_register("system", NULL,
-					       NULL, devices_kset);
+					       &devices_kset->kobj, NULL);
 	if (!system_kset)
 		return -ENOMEM;
 	return 0;
-
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