Thread (26 messages) 26 messages, 7 authors, 2011-08-30
STALE5396d

[PATCH] usb: ehci: fix update qtd->token in qh_append_tds

From: Ming Lei <hidden>
Date: 2011-08-28 03:35:03
Also in: linux-omap

Hi,

On Sun, Aug 28, 2011 at 4:11 AM, Alan Stern [off-list ref] wrote:
On Sun, 28 Aug 2011, Ming Lei wrote:
quoted
Looks like there is still another similar problem in qh_link_async():
the last wmb
should be changed into mb, because HC will read 'head->hw->hw_next' from qh
descriptor and this pointer in qh is read only for HC. But this problem can't be
observed on ARM, since wmb on ARM is same with mb.
It doesn't matter what the HC does -- the wmb() instruction is executed
by the CPU, not the HC. ?The point of that instruction is to make sure
that the

? ? ? ?qh->hw->hw_next = head->hw->hw_next;

line (and all the preceding lines as well) is ordered before the

? ? ? ?head->hw->hw_next = dma;
3C
line. ?Since both of these lines are writes, not reads, it suffices to
use wmb() rather than mb().
oops,  I added a wmb() after the line of 'head->hw->hw_next = dma;',
in my debug code, and not found that it is my local modification before
sending out last mail. (I described it as 'the last wmb' in fact), sorry for the
noise, please ignore it.

thanks,
--
Ming Lei
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help