[linux-usb-devel] Re: state of usb-gadget.bkbits.net:8080/gadget-2.4 tree

2005-02-16 Thread David Howells
Kumar Gala <[EMAIL PROTECTED]> wrote: > I was wondering what the state of the usb-gadget.bkbits.net:8080/gadget-2.4 > tree was. It appears that some changes got accepted into this tree (ARC EHCI > TT host support). As pointed out, it's nothing to do with me. David

Re: [linux-usb-devel] question on irqs and memory ordering

2007-03-14 Thread David Howells
Oliver Neukum <[EMAIL PROTECTED]> wrote: > It is called in interrupt and uses no locking. What happens if the next > irq is processed on another cpu? Is that cpu guaranteed to see the updates > to the incremented variables? I thought that possibility was prevented by IRQ_INPROGRESS. David -

Re: [linux-usb-devel] question on irqs and memory ordering

2007-03-14 Thread David Howells
Pete Zaitcev <[EMAIL PROTECTED]> wrote: > I think he is concerned about CPU A executing an interrupt handler, its > stores getting stuck in its store buffer or its write-back cache, the IRQ > finished, IRQ get migrated to CPU B, CPU B taking next interrupt and seeing > old RAM state. I don't see

Re: [linux-usb-devel] question on irqs and memory ordering

2007-03-15 Thread David Howells
Oliver Neukum <[EMAIL PROTECTED]> wrote: > + (*) entering and returning from interrupt handlers implies a full barrier That shouldn't really be under the "MISCELLANEOUS FUNCTIONS" subheading as it's not precisely describing a callable function that has barrier effects. Hmmm... also it isn't quit

Re: [linux-usb-devel] [BUG] linux-2.6.19-rc1 build failure

2006-10-06 Thread David Howells
Greg KH <[EMAIL PROTECTED]> wrote: > David, does this look correct? Andrew's patch is better as it uses the proper incantation. David - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pane