netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-net v1 0/4] fix locking issue
@ 2024-11-05 18:48 Tarun K Singh
  2024-11-05 18:48 ` [PATCH iwl-net v1 1/4] idpf: Change function argument Tarun K Singh
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Tarun K Singh @ 2024-11-05 18:48 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev

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


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

end of thread, other threads:[~2025-01-27 20:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 18:48 [PATCH iwl-net v1 0/4] fix locking issue Tarun K Singh
2024-11-05 18:48 ` [PATCH iwl-net v1 1/4] idpf: Change function argument Tarun K Singh
2025-01-14  6:53   ` Singh, Krishneil K
2024-11-05 18:48 ` [PATCH iwl-net v1 2/4] idpf: rename vport_ctrl_lock Tarun K Singh
2025-01-14  6:52   ` Singh, Krishneil K
2024-11-05 18:48 ` [PATCH iwl-net v1 3/4] idpf: Add init, reinit, and deinit control lock Tarun K Singh
2025-01-14  6:50   ` [Intel-wired-lan] " Singh, Krishneil K
2024-11-05 18:48 ` [PATCH iwl-net v1 4/4] idpf: add lock class key Tarun K Singh
2025-01-14  6:50   ` [Intel-wired-lan] " Singh, Krishneil K
2025-01-27  6:06 ` [PATCH iwl-net v1 0/4] fix locking issue Singh, Krishneil K
2025-01-27  8:11   ` Przemek Kitszel
2025-01-27 17:42     ` Jakub Kicinski
2025-01-27 20:55       ` Przemek Kitszel

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).