netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix tiny races in MAC drivers
@ 2011-06-20  7:48 Richard Cochran
  2011-06-20  7:48 ` [PATCH 1/2] pxa168_eth: fix race in transmit path Richard Cochran
  2011-06-20  7:48 ` [PATCH 2/2] mv643xx_eth: fix race in trasmit path Richard Cochran
  0 siblings, 2 replies; 12+ messages in thread
From: Richard Cochran @ 2011-06-20  7:48 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Eric Dumazet

In course of adding transmit time stamping, some unrelated problems
were uncovered. Drivers which free transmit buffers in an ISR must not
access the buffers after giving them to the hardware.

Richard Cochran (2):
  pxa168_eth: fix race in transmit path.
  mv643xx_eth: fix race in trasmit path.

 drivers/net/mv643xx_eth.c |    6 ++++--
 drivers/net/pxa168_eth.c  |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-06-21 23:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  7:48 [PATCH 0/2] fix tiny races in MAC drivers Richard Cochran
2011-06-20  7:48 ` [PATCH 1/2] pxa168_eth: fix race in transmit path Richard Cochran
2011-06-20 15:49   ` Eric Dumazet
2011-06-20 21:02     ` David Miller
2011-06-20  7:48 ` [PATCH 2/2] mv643xx_eth: fix race in trasmit path Richard Cochran
2011-06-20 14:07   ` Maxime Bizon
2011-06-20 16:31     ` Eric Dumazet
2011-06-20 15:49   ` Eric Dumazet
2011-06-20 16:33   ` Lennert Buytenhek
2011-06-20 17:19     ` Eric Dumazet
2011-06-20 17:21       ` Eric Dumazet
2011-06-21 23:00   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).