netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] mlx4_core misc fixes
@ 2019-03-12 15:05 Tariq Toukan
  2019-03-12 15:05 ` [PATCH net 1/3] net/mlx4_core: Fix reset flow when in command polling mode Tariq Toukan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tariq Toukan @ 2019-03-12 15:05 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Eran Ben Elisha, Tariq Toukan

Hi Dave,

This patchset by Jack contains misc fixes to the mlx4 Core driver.

Patch 1 fixes a use-after-free situation by marking (nullifying) the pointer,
  please queue for -stable >= v4.0.
Patch 2 adds a missing lock acquire and release in SRIOV command interface,
  please queue for -stable >= v4.9.
Patch 3 avoids calling roundup_pow_of_two when argument is zero,
  please queue for -stable >= v3.3.

Series generated against net commit:
a3b1933d34d5 Merge tag 'mlx5-fixes-2019-03-11' of
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux


Thanks,
Tariq.


Jack Morgenstein (3):
  net/mlx4_core: Fix reset flow when in command polling mode
  net/mlx4_core: Fix locking in SRIOV mode when switching between events
    and polling
  net/mlx4_core: Fix qp mtt size calculation

 drivers/net/ethernet/mellanox/mlx4/cmd.c              | 9 +++++++++
 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-03-12 22:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 15:05 [PATCH net 0/3] mlx4_core misc fixes Tariq Toukan
2019-03-12 15:05 ` [PATCH net 1/3] net/mlx4_core: Fix reset flow when in command polling mode Tariq Toukan
2019-03-12 15:05 ` [PATCH net 2/3] net/mlx4_core: Fix locking in SRIOV mode when switching between events and polling Tariq Toukan
2019-03-12 15:05 ` [PATCH net 3/3] net/mlx4_core: Fix qp mtt size calculation Tariq Toukan
2019-03-12 22:01 ` [PATCH net 0/3] mlx4_core misc 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).