From: Oliver Neukum <oliver@neukum.org>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
linux-kernel@vger.kernel.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-usb@vger.kernel.org
Subject: Re: [PATCH] hiddev: Switch to unlocked_ioctl
Date: Mon, 26 May 2008 12:07:08 +0200 [thread overview]
Message-ID: <200805261207.09175.oliver@neukum.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0805261053090.18218@twin.jikos.cz>
Am Montag 26 Mai 2008 10:55:09 schrieb Jiri Kosina:
> On Thu, 22 May 2008, Alan Cox wrote:
>
> > Push down the BKL. In some cases compat_ioctl already doesn't take the
> > BKL so we don't either.
>
> Thanks.
>
> > @@ -555,7 +559,10 @@ static int hiddev_ioctl(struct inode *inode, struct file *file, unsigned int cmd
> > struct usbhid_device *usbhid = hid->driver_data;
> > void __user *user_arg = (void __user *)arg;
> > int i;
> > +
> > + /* Called without BKL by compat methods so no BKL taken */
> >
> > + /* FIXME: Who or what stop this racing with a disconnect ?? */
> > if (!hiddev->exist)
> > return -EIO;
>
> Oliver (added to CC) -- I vaguely remember you already fixing this race,
> but I don't seem to be able to find the patch anywhere. Do I just remember
> incorrectly?
I fixed a race between disconnect and open. Ioctl was not involved.
Regards
Oliver
prev parent reply other threads:[~2008-05-26 10:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-22 21:22 Alan Cox
2008-05-26 8:55 ` Jiri Kosina
2008-05-26 10:07 ` Oliver Neukum [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200805261207.09175.oliver@neukum.org \
--to=oliver@neukum.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®