The patch titled
     misc-phantom-move-to-unlocked_ioctl-fix
has been added to the -mm tree.  Its filename is
     misc-misc-phantom-move-to-unlocked_ioctl-fix.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: misc-phantom-move-to-unlocked_ioctl-fix
From: Jiri Slaby <[EMAIL PROTECTED]>

misc-phantom-move-to-unlocked_ioctl-fix

Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/misc/phantom.c |    2 --
 1 file changed, 2 deletions(-)

diff -puN drivers/misc/phantom.c~misc-misc-phantom-move-to-unlocked_ioctl-fix 
drivers/misc/phantom.c
--- a/drivers/misc/phantom.c~misc-misc-phantom-move-to-unlocked_ioctl-fix
+++ a/drivers/misc/phantom.c
@@ -125,9 +125,7 @@ static long phantom_ioctl(struct file *f
                if (r.reg > 7)
                        return -EINVAL;
 
-               spin_lock(&dev->ioctl_lock);
                r.value = ioread32(dev->iaddr + r.reg);
-               spin_unlock(&dev->ioctl_lock);
 
                if (copy_to_user(argp, &r, sizeof(r)))
                        return -EFAULT;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

cinergyt2-fix-file-release-handler.patch
auerswald-fix-file-release-handler.patch
char-cyclades-fix-deadlock.patch
misc-phantom-move-to-unlocked_ioctl.patch
misc-misc-phantom-move-to-unlocked_ioctl-fix.patch
char-cyclades-add-firmware-loading.patch
char-cyclades-fix-sparse-warning.patch
shrink_slab-handle-bad-shrinkers.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to