[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230126010206.13483-1-vfedorenko@novek.ru>
Date: Thu, 26 Jan 2023 04:02:04 +0300
From: Vadim Fedorenko <vfedorenko@...ek.ru>
To: Vadim Fedorenko <vadfed@...com>, Aya Levin <ayal@...dia.com>,
Saeed Mahameed <saeedm@...dia.com>,
Jakub Kicinski <kuba@...nel.org>, Gal Pressman <gal@...dia.com>
Cc: Vadim Fedorenko <vfedorenko@...a.com>, netdev@...r.kernel.org
Subject: [PATCH net v3 0/2] mlx5: ptp fifo bugfixes
From: Vadim Fedorenko <vfedorenko@...a.com>
Simple FIFO implementation for PTP queue has several bugs which lead to
use-after-free and skb leaks. This series fixes the issues and adds new
checks for this FIFO implementation to uncover the same problems in
future.
v2 -> v3:
Rearrange patches order and rephrase commit messages
Remove counters as Gal confirmed FW bug, use KERN_ERR message instead
Provide proper budget to napi_consume_skb as Jakub suggested
v1 -> v2:
Update Fixes tag to proper commit.
Change debug line to avoid double print of function name
Vadim Fedorenko (2):
mlx5: fix skb leak while fifo resync and push
mlx5: fix possible ptp queue fifo use-after-free
.../net/ethernet/mellanox/mlx5/core/en/ptp.c | 25 ++++++++++++++-----
.../net/ethernet/mellanox/mlx5/core/en/txrx.h | 9 +++++--
2 files changed, 26 insertions(+), 8 deletions(-)
--
2.27.0
Powered by blists - more mailing lists