mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net 0/4] octeon_ep: fix several bugs in exception paths
@ 2022-11-11  7:08 Ziyang Xuan
  2022-11-11  7:08 ` [PATCH net 1/4] octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open() Ziyang Xuan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ziyang Xuan @ 2022-11-11  7:08 UTC (permalink / raw)
  To: vburru, aayarekar, sburla, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel

Find several obvious bugs during code review in exception paths. Provide
this patchset to fix them. Not tested, just compiled.

Ziyang Xuan (4):
  octeon_ep: delete unnecessary napi rollback under set_queues_err in
    octep_open()
  octeon_ep: ensure octep_get_link_status() successfully before
    octep_link_up()
  octeon_ep: fix potential memory leak in octep_device_setup()
  octeon_ep: ensure get mac address successfully before
    eth_hw_addr_set()

 .../net/ethernet/marvell/octeon_ep/octep_main.c  | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-14 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  7:08 [PATCH net 0/4] octeon_ep: fix several bugs in exception paths Ziyang Xuan
2022-11-11  7:08 ` [PATCH net 1/4] octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open() Ziyang Xuan
2022-11-11  7:08 ` [PATCH net 2/4] octeon_ep: ensure octep_get_link_status() successfully before octep_link_up() Ziyang Xuan
2022-11-11  7:09 ` [PATCH net 3/4] octeon_ep: fix potential memory leak in octep_device_setup() Ziyang Xuan
2022-11-11  7:09 ` [PATCH net 4/4] octeon_ep: ensure get mac address successfully before eth_hw_addr_set() Ziyang Xuan
2022-11-14 11:20 ` [PATCH net 0/4] octeon_ep: fix several bugs in exception paths patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome