This is a note to let you know that I've just added the patch titled

    Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a device

to the 3.6-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
staging-ipack-bridges-tpci200-avoid-kernel-bug-when-uninstalling-a-device.patch
and it can be found in the queue-3.6 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 9e58d05a1b24d2c0471c3b4df8f473a7543d7647 Mon Sep 17 00:00:00 2001
From: Samuel Iglesias Gonsálvez <[email protected]>
Date: Fri, 20 Jul 2012 09:39:03 +0200
Subject: Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a 
device

From: Samuel Iglesias Gonsálvez <[email protected]>

commit 9e58d05a1b24d2c0471c3b4df8f473a7543d7647 upstream.

Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/staging/ipack/bridges/tpci200.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/ipack/bridges/tpci200.c
+++ b/drivers/staging/ipack/bridges/tpci200.c
@@ -604,8 +604,8 @@ static int tpci200_slot_unregister(struc
        if (mutex_lock_interruptible(&tpci200->mutex))
                return -ERESTARTSYS;
 
-       ipack_device_unregister(dev);
        tpci200->slots[dev->slot].dev = NULL;
+       ipack_device_unregister(dev);
        mutex_unlock(&tpci200->mutex);
 
        return 0;


Patches currently in stable-queue which might be from [email protected] are

queue-3.6/staging-ipack-bridges-tpci200-avoid-kernel-bug-when-uninstalling-a-device.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to