[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241105184859.741473-1-tarun.k.singh@intel.com>
Date: Tue, 5 Nov 2024 13:48:55 -0500
From: Tarun K Singh <tarun.k.singh@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org
Subject: [PATCH iwl-net v1 0/4] fix locking issue
This series fix deadlock issues in the driver. The first patch changes
argument of function 'idpf_vport_ctrl_lock' to adapter. The second patch
renames 'vport_ctrl_lock' to 'vport_cfg_lock'. The first 2 patches make the
third patch easier to review. The third patch fixes the locking issue,
and the fourth patch prevents lockdep from complaining.
Ahmed Zaki (1):
idpf: add lock class key
Tarun K Singh (3):
idpf: Change function argument
idpf: rename vport_ctrl_lock
idpf: Add init, reinit, and deinit control lock
drivers/net/ethernet/intel/idpf/idpf.h | 49 ++++++++----
.../net/ethernet/intel/idpf/idpf_ethtool.c | 59 +++++++-------
drivers/net/ethernet/intel/idpf/idpf_lib.c | 80 +++++++++++++------
drivers/net/ethernet/intel/idpf/idpf_main.c | 39 ++++++---
4 files changed, 149 insertions(+), 78 deletions(-)
--
2.46.0
Powered by blists - more mailing lists