All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] net: ll_temac: Bugfixes
@ 2020-02-19 10:53 ` Esben Haabendal
  0 siblings, 0 replies; 28+ messages in thread
From: Esben Haabendal @ 2020-02-19 10:53 UTC (permalink / raw)
  To: netdev
  Cc: Andrew Lunn, Michal Simek, linux-kernel, Petr Štetiar,
	David S . Miller, linux-arm-kernel

Fix a number of bugs which have been present since the first commit.

The bugs fixed in patch 1,2 and 4 have all been observed in real systems, and
was relatively easy to reproduce given an appropriate stress setup.

Esben Haabendal (4):
  net: ll_temac: Fix race condition causing TX hang
  net: ll_temac: Add more error handling of dma_map_single() calls
  net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC
    pressure
  net: ll_temac: Handle DMA halt condition caused by buffer underrun

 drivers/net/ethernet/xilinx/ll_temac.h      |   4 +
 drivers/net/ethernet/xilinx/ll_temac_main.c | 204 ++++++++++++++++----
 2 files changed, 170 insertions(+), 38 deletions(-)

-- 
2.25.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-02-22  0:06 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-19 10:53 [PATCH net 0/4] net: ll_temac: Bugfixes Esben Haabendal
2020-02-19 10:53 ` Esben Haabendal
2020-02-19 10:53 ` [PATCH net 1/4] net: ll_temac: Fix race condition causing TX hang Esben Haabendal
2020-02-19 10:53   ` Esben Haabendal
2020-02-19 10:54 ` [PATCH net 2/4] net: ll_temac: Add more error handling of dma_map_single() calls Esben Haabendal
2020-02-19 10:54   ` Esben Haabendal
2020-02-19 18:59   ` David Miller
2020-02-19 18:59     ` David Miller
2020-02-20  8:32     ` Esben Haabendal
2020-02-20  8:32       ` Esben Haabendal
2020-02-20 18:11       ` David Miller
2020-02-20 18:11         ` David Miller
2020-02-19 10:54 ` [PATCH net 3/4] net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure Esben Haabendal
2020-02-19 10:54   ` Esben Haabendal
2020-02-19 10:54 ` [PATCH net 4/4] net: ll_temac: Handle DMA halt condition caused by buffer underrun Esben Haabendal
2020-02-19 10:54   ` Esben Haabendal
2020-02-21  6:47 ` [PATCH net v2 0/4] net: ll_temac: Bugfixes Esben Haabendal
2020-02-21  6:47   ` Esben Haabendal
2020-02-21  6:47   ` [PATCH net v2 1/4] net: ll_temac: Fix race condition causing TX hang Esben Haabendal
2020-02-21  6:47     ` Esben Haabendal
2020-02-21  6:47   ` [PATCH net v2 2/4] net: ll_temac: Add more error handling of dma_map_single() calls Esben Haabendal
2020-02-21  6:47     ` Esben Haabendal
2020-02-21  6:47   ` [PATCH net v2 3/4] net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure Esben Haabendal
2020-02-21  6:47     ` Esben Haabendal
2020-02-21  6:47   ` [PATCH net v2 4/4] net: ll_temac: Handle DMA halt condition caused by buffer underrun Esben Haabendal
2020-02-21  6:47     ` Esben Haabendal
2020-02-22  0:05   ` [PATCH net v2 0/4] net: ll_temac: Bugfixes David Miller
2020-02-22  0:05     ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.