mbox

[pull,request,net,V2,0/5] Mellanox, mlx5 fixes 2017-11-08

Message ID 20171110065020.10034-1-saeedm@mellanox.com
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2017-11-08

Message

Saeed Mahameed Nov. 10, 2017, 6:50 a.m. UTC
Hi Dave,

The follwoing series includes some fixes for mlx5 core and etherent
driver.

Sorry for the late submission but as you can see i have some very
critical fixes below that i would like them merged into this RC. 

Please pull and let me know if there is any problem.

For -stable:
('net/mlx5e: Set page to null in case dma mapping fails') kernels >= 4.13
('net/mlx5: FPGA, return -EINVAL if size is zero') kernels >= 4.13
('net/mlx5: Cancel health poll before sending panic teardown command') kernels >= 4.13

V1->V2:
	- Fix Reviewed-by tag of the 2nd patch.
	- Drop the FPGA 0 size fix, it needs some more change log info. 

Thanks,
Saeed.

---

The following changes since commit 1cb483a5cc84b497afb51a6c5dfb5a38a0b67086:

  rds: ib: Fix NULL pointer dereference in debug code (2017-11-10 14:54:47 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2017-11-08

for you to fetch changes up to d1c61e6d79ea0d4d53dc18bcd2db30ef2d99cfa7:

  net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs (2017-11-10 15:39:21 +0900)

----------------------------------------------------------------
mlx5-fixes-2017-11-08

This series includes some fixes for mlx5 core and ethernet driver.

----------------------------------------------------------------
Eugenia Emantayev (1):
      net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs

Huy Nguyen (2):
      net/mlx5: Loop over temp list to release delay events
      net/mlx5: Cancel health poll before sending panic teardown command

Inbar Karmy (1):
      net/mlx5e: Set page to null in case dma mapping fails

Saeed Mahameed (1):
      net/mlx5e: Fix napi poll with zero budget

 drivers/net/ethernet/mellanox/mlx5/core/dev.c     |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en.h      |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c   | 12 +++++-------
 drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 10 ++++++----
 drivers/net/ethernet/mellanox/mlx5/core/main.c    |  7 +++++++
 5 files changed, 20 insertions(+), 13 deletions(-)

Comments

David Miller Nov. 11, 2017, 10:42 a.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Fri, 10 Nov 2017 15:50:15 +0900

> The follwoing series includes some fixes for mlx5 core and etherent
> driver.
> 
> Sorry for the late submission but as you can see i have some very
> critical fixes below that i would like them merged into this RC. 
> 
> Please pull and let me know if there is any problem.

Pulled.

> For -stable:
> ('net/mlx5e: Set page to null in case dma mapping fails') kernels >= 4.13
> ('net/mlx5: FPGA, return -EINVAL if size is zero') kernels >= 4.13
> ('net/mlx5: Cancel health poll before sending panic teardown command') kernels >= 4.13

That FPGA change doesn't appear in this pull request.
Saeed Mahameed Nov. 17, 2017, 8:27 p.m. UTC | #2
On Sat, Nov 11, 2017 at 2:42 AM, David Miller <davem@davemloft.net> wrote:
> From: Saeed Mahameed <saeedm@mellanox.com>
> Date: Fri, 10 Nov 2017 15:50:15 +0900
>
>> The follwoing series includes some fixes for mlx5 core and etherent
>> driver.
>>
>> Sorry for the late submission but as you can see i have some very
>> critical fixes below that i would like them merged into this RC.
>>
>> Please pull and let me know if there is any problem.
>
> Pulled.
>
>> For -stable:
>> ('net/mlx5e: Set page to null in case dma mapping fails') kernels >= 4.13
>> ('net/mlx5: FPGA, return -EINVAL if size is zero') kernels >= 4.13
>> ('net/mlx5: Cancel health poll before sending panic teardown command') kernels >= 4.13
>
> That FPGA change doesn't appear in this pull request.
>

Sorry about that, I had to drop it as you see in "V1->V2" log, but
forgot to remove it from the -stable list.