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>] [day] [month] [year] [list]
Date:	Thu, 25 Oct 2007 09:38:08 -0700
From:	Pete Zaitcev <zaitcev@...hat.com>
To:	Oliver Neukum <oliver@...kum.org>
Cc:	vitalivanov@...il.com, linux-usb-devel@...ts.sourceforge.net,
	greg@...ah.com, linux-kernel@...r.kernel.org, netwiz@....id.au,
	zaitcev@...hat.com
Subject: Re: USB: FIx locks and urb->status in adutux

On Thu, 25 Oct 2007 14:03:48 +0200, Oliver Neukum <oliver@...kum.org> wrote:

> Am Donnerstag 25 Oktober 2007 schrieb Pete Zaitcev:
> > +                       if (signal_pending(current)) {
> >                                 dbg(1," %s : interrupted", __FUNCTION__);
> > +                               set_current_state(TASK_RUNNING);
> >                                 retval = -EINTR;
> > -                               goto exit;
> > +                               goto exit_onqueue;
> 
> Are you sure you cannot have written any data here?

I noticed that myself, but this is what the old driver did.

-- Pete
-
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