The patch titled spidernet: avoid possible RX chain corruption has been removed from the -mm tree. Its filename was spidernet-avoid-possible-rx-chain-corruption.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: spidernet: avoid possible RX chain corruption From: Linas Vepstas <linas@xxxxxxxxxxxxxx> Delete possible source of chain corruption; the hardware already knows the location of the tail, and writing it again is likely to mess it up. Signed-off-by: Linas Vepstas <linas@xxxxxxxxxxxxxx> Cc: James K Lewis <jklewis@xxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/spider_net.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/spider_net.c~spidernet-avoid-possible-rx-chain-corruption drivers/net/spider_net.c --- a/drivers/net/spider_net.c~spidernet-avoid-possible-rx-chain-corruption +++ a/drivers/net/spider_net.c @@ -1195,7 +1195,6 @@ spider_net_handle_rxram_full(struct spid while (spider_net_decode_one_descr(card, 0)); spider_net_refill_rx_chain(card); - spider_net_enable_rxchtails(card); spider_net_enable_rxdmac(card); netif_rx_schedule(card->netdev); spider_net_rx_irq_on(card); _ Patches currently in -mm which might be from linas@xxxxxxxxxxxxxx are origin.patch spidernet-avoid-possible-rx-chain-corruption.patch spidernet-rx-debugging-printout.patch spidernet-rework-rx-linked-list.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html