lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 9 Dec 2020 15:03:37 +0200 From: Tariq Toukan <tariqt@...dia.com> To: "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org> Cc: netdev@...r.kernel.org, Moshe Shemesh <moshe@...dia.com>, Tariq Toukan <ttoukan.linux@...il.com>, Tariq Toukan <tariqt@...dia.com> Subject: [PATCH net 0/2] mlx4_en fixes Hi, This patchset by Moshe contains fixes to the mlx4 Eth driver, addressing issues in restart flow. Patch 1 protects the restart task from being rescheduled while active. Please queue for -stable >= v2.6. Patch 2 reconstructs SQs stuck in error state, and adds prints for improved debuggability. Please queue for -stable >= v3.12. Thanks, Tariq. Moshe Shemesh (2): net/mlx4_en: Avoid scheduling restart task if it is already running net/mlx4_en: Handle TX error CQE .../net/ethernet/mellanox/mlx4/en_netdev.c | 21 ++++++---- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 40 +++++++++++++++---- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 12 +++++- 3 files changed, 58 insertions(+), 15 deletions(-) -- 2.21.0
Powered by blists - more mailing lists