[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1308555865.git.richard.cochran@omicron.at>
Date: Mon, 20 Jun 2011 09:48:05 +0200
From: Richard Cochran <richardcochran@...il.com>
To: <netdev@...r.kernel.org>
Cc: David Miller <davem@...emloft.net>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH 0/2] fix tiny races in MAC drivers
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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists