All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] three fixes for nixge driver
@ 2022-11-15 15:10 Zhang Changzhong
  2022-11-15 15:10 ` [PATCH net v2 1/3] net: nixge: fix potential memory leak in nixge_start_xmit() Zhang Changzhong
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Zhang Changzhong @ 2022-11-15 15:10 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, mdf, romieu
  Cc: zhangchangzhong, netdev, linux-kernel

This patchset try to fix some bugs in nixge driver find by code review.
Compile tested only as I don't have the hardware to test them.

v1->v2:
 - Split tx queue handling and error handling into two patches
 - Add new patch to fix buffer descriptor overwriting issue

v1: 
 - Link: https://lore.kernel.org/lkml/1668416136-33530-1-git-send-email-zhangchangzhong@huawei.com/

Zhang Changzhong (3):
  net: nixge: fix potential memory leak in nixge_start_xmit()
  net: nixge: avoid overwriting buffer descriptor
  net: nixge: fix tx queue handling

 drivers/net/ethernet/ni/nixge.c | 58 +++++++++++++++++++++++++++++------------
 1 file changed, 41 insertions(+), 17 deletions(-)

-- 
2.9.5


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

end of thread, other threads:[~2022-11-16 12:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 15:10 [PATCH net v2 0/3] three fixes for nixge driver Zhang Changzhong
2022-11-15 15:10 ` [PATCH net v2 1/3] net: nixge: fix potential memory leak in nixge_start_xmit() Zhang Changzhong
2022-11-15 22:57   ` Francois Romieu
2022-11-15 15:10 ` [PATCH net v2 2/3] net: nixge: avoid overwriting buffer descriptor Zhang Changzhong
2022-11-15 23:03   ` Francois Romieu
2022-11-15 15:10 ` [PATCH net v2 3/3] net: nixge: fix tx queue handling Zhang Changzhong
2022-11-15 23:04   ` Francois Romieu
2022-11-16  8:55     ` Zhang Changzhong
2022-11-16 10:27       ` Francois Romieu
2022-11-16 11:52         ` Zhang Changzhong

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.