From: Oliver Neukum <oliver@neukum.org>
To: Luiz Fernando Capitulino <lcapitulino@mandriva.com.br>
Cc: linux-usb-devel@lists.sourceforge.net, zaitcev@redhat.com,
gregkh@suse.de, linux-kernel@vger.kernel.org,
ehabkost@mandriva.com
Subject: Re: [linux-usb-devel] Re: [PATCH 00/10] usb-serial: Switches from spin lock to atomic_t.
Date: Wed, 7 Dec 2005 14:01:25 +0100 [thread overview]
Message-ID: <200512071401.25934.oliver@neukum.org> (raw)
In-Reply-To: <20051207102540.792ee35c.lcapitulino@mandriva.com.br>
Am Mittwoch, 7. Dezember 2005 13:25 schrieb Luiz Fernando Capitulino:
> On Tue, 6 Dec 2005 23:36:47 +0100
> Oliver Neukum <oliver@neukum.org> wrote:
>
> | Am Dienstag, 6. Dezember 2005 22:18 schrieb Luiz Fernando Capitulino:
> | >
> | > Hi Pete,
> | >
> | > On Tue, 6 Dec 2005 13:02:07 -0800
> | > Pete Zaitcev <zaitcev@redhat.com> wrote:
> | >
> | > | On Tue, 6 Dec 2005 18:14:49 -0200, Luiz Fernando Capitulino <lcapitulino@mandriva.com.br> wrote:
> | > |
> | > | > The spinlock makes the code less clear, error prone, and we already a
> | > | > semaphore in the struct usb_serial_port.
> | > | >
> | > | > The spinlocks _seems_ useless to me.
> | > |
> | > | Dude, semaphores are not compatible with interrupts. Surely you
> | > | understand that?
> | >
> | > Sure thing man, take a look at this thread:
> | >
> | > http://marc.theaimsgroup.com/?l=linux-kernel&m=113216151918308&w=2
> | >
> | > My comment 'we already have a semaphore in struct usb_serial_port'
> | > was about what we've discussed in that thread, where question like
> | > 'why should we have yet another lock here?' have been made.
> | >
> | > And *not* 'let's use the semaphore instead'.
> | >
> | > If _speed_ does not make difference, the spinlock seems useless,
> | > because we could use atomic_t instead.
> |
> | You can atomically set _one_ value using atomic_t. A spinlock allows
> | that and other more complex schemes.
>
> We only need to set 'write_urb_busy', nothing more.
So go hence and encapsulate that using the existent infrastructure. Thus
you get the most efficient solution.
Regards
Oliver
next prev parent reply other threads:[~2005-12-07 13:03 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-06 11:56 Luiz Fernando Capitulino
2005-12-06 19:40 ` Greg KH
2005-12-06 20:13 ` Eduardo Pereira Habkost
2005-12-06 22:48 ` [linux-usb-devel] " Oliver Neukum
2005-12-07 12:24 ` Luiz Fernando Capitulino
2005-12-07 12:27 ` Arjan van de Ven
2005-12-07 12:30 ` Luiz Fernando Capitulino
2005-12-07 12:34 ` Arjan van de Ven
2005-12-07 12:41 ` Luiz Fernando Capitulino
2005-12-07 12:54 ` Luiz Fernando Capitulino
2005-12-07 15:07 ` Alan Stern
2005-12-07 15:22 ` Arjan van de Ven
2005-12-07 15:37 ` Oliver Neukum
2005-12-07 15:40 ` Arjan van de Ven
2005-12-07 15:50 ` Oliver Neukum
2005-12-07 16:02 ` Alan Cox
2005-12-07 16:00 ` Eduardo Pereira Habkost
2005-12-07 16:02 ` Arjan van de Ven
2005-12-07 16:23 ` Eduardo Pereira Habkost
2005-12-07 16:01 ` Alan Stern
2005-12-07 16:04 ` Arjan van de Ven
2005-12-07 15:32 ` linux-os (Dick Johnson)
2005-12-07 16:08 ` Alan Stern
2005-12-06 20:14 ` Luiz Fernando Capitulino
2005-12-06 21:02 ` Pete Zaitcev
2005-12-06 21:18 ` Luiz Fernando Capitulino
2005-12-06 22:36 ` [linux-usb-devel] " Oliver Neukum
2005-12-07 12:25 ` Luiz Fernando Capitulino
2005-12-07 13:01 ` Oliver Neukum [this message]
2005-12-07 13:17 ` Luiz Fernando Capitulino
2005-12-07 16:41 ` Greg KH
2005-12-07 16:51 ` Luiz Fernando Capitulino
2005-12-07 17:13 ` Eduardo Pereira Habkost
2005-12-07 17:56 ` Greg KH
2005-12-07 19:10 ` Eduardo Pereira Habkost
2005-12-07 16:55 ` Otavio Salvador
2005-12-07 16:59 ` Greg KH
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=200512071401.25934.oliver@neukum.org \
--to=oliver@neukum.org \
--cc=ehabkost@mandriva.com \
--cc=gregkh@suse.de \
--cc=lcapitulino@mandriva.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=zaitcev@redhat.com \
/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
Powered by JetHome