netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] Slowpath Queue bug fixes
@ 2018-11-08 14:46 Denis Bolotin
  2018-11-08 14:46 ` [PATCH net 1/4] qed: Fix memory/entry leak in qed_init_sp_request() Denis Bolotin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Denis Bolotin @ 2018-11-08 14:46 UTC (permalink / raw)
  To: davem, netdev; +Cc: ariel.elior, michal.kalderon, Denis Bolotin

Hi Dave,

This patch series fixes several bugs in the SPQ mechanism.
It deals with SPQ entries management, preventing resource leaks, memory
corruptions and handles error cases throughout the driver.
Please consider applying to net.

Thanks,
Denis

Denis Bolotin (4):
  qed: Fix memory/entry leak in qed_init_sp_request()
  qed: Fix blocking/unlimited SPQ entries leak
  qed: Fix SPQ entries not returned to pool in error flows
  qed: Fix potential memory corruption

 drivers/net/ethernet/qlogic/qed/qed_fcoe.c        | 11 +++-
 drivers/net/ethernet/qlogic/qed/qed_iscsi.c       |  1 +
 drivers/net/ethernet/qlogic/qed/qed_l2.c          | 12 ++--
 drivers/net/ethernet/qlogic/qed/qed_rdma.c        |  1 +
 drivers/net/ethernet/qlogic/qed/qed_roce.c        |  1 +
 drivers/net/ethernet/qlogic/qed/qed_sp.h          | 14 +++++
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 22 +++++++-
 drivers/net/ethernet/qlogic/qed/qed_spq.c         | 69 ++++++++++++-----------
 drivers/net/ethernet/qlogic/qed/qed_sriov.c       |  1 +
 9 files changed, 89 insertions(+), 43 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-11-09 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 14:46 [PATCH net 0/4] Slowpath Queue bug fixes Denis Bolotin
2018-11-08 14:46 ` [PATCH net 1/4] qed: Fix memory/entry leak in qed_init_sp_request() Denis Bolotin
2018-11-08 14:46 ` [PATCH net 2/4] qed: Fix blocking/unlimited SPQ entries leak Denis Bolotin
2018-11-08 14:46 ` [PATCH net 3/4] qed: Fix SPQ entries not returned to pool in error flows Denis Bolotin
2018-11-08 14:46 ` [PATCH net 4/4] qed: Fix potential memory corruption Denis Bolotin
2018-11-09  3:38 ` [PATCH net 0/4] Slowpath Queue bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).