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, 20 Sep 2007 15:35:18 +0200
From:	Cornelia Huck <cornelia.huck@...ibm.com>
To:	Pierre Ossman <drzeus-mmc@...eus.cx>
Cc:	Mariusz Kozlowski <m.kozlowski@...land.pl>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Greg KH <gregkh@...e.de>
Subject: Re: 2.6.23-rc6-mm1: atomic counter underflow

On Wed, 19 Sep 2007 20:02:05 +0200,
Cornelia Huck <cornelia.huck@...ibm.com> wrote:

> -ECONFUSED. Perhaps DEBUG_DRIVER may help some more. Or /me getting
> some sleep.

Sleeping helped (improved reading abilities).

From: Cornelia Huck <cornelia.huck@...ibm.com>

mmc: Avoid double sdio_unregister_bus() on module unload.

Signed-off-by: Cornelia Huck <cornelia.huck@...ibm.com>

---
 drivers/mmc/core/core.c |    1 -
 1 files changed, 1 deletion(-)

--- linux-2.6.orig/drivers/mmc/core/core.c
+++ linux-2.6/drivers/mmc/core/core.c
@@ -820,7 +820,6 @@ static void __exit mmc_exit(void)
 {
 	sdio_unregister_bus();
 	mmc_unregister_key_type();
-	sdio_unregister_bus();
 	mmc_unregister_host_class();
 	mmc_unregister_bus();
 	destroy_workqueue(workqueue);
-
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