public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net/ncsi: fix oem gma command handling and state race issue
@ 2025-01-11 10:59 Potin Lai
  2025-01-11 10:59 ` [PATCH v2 1/2] net/ncsi: fix locking in Get MAC Address handling Potin Lai
  2025-01-11 10:59 ` [PATCH v2 2/2] net/ncsi: fix state race during channel probe completion Potin Lai
  0 siblings, 2 replies; 5+ messages in thread
From: Potin Lai @ 2025-01-11 10:59 UTC (permalink / raw)
  To: Samuel Mendoza-Jonas, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Ivan Mikhaylov,
	Paul Fertser, Patrick Williams
  Cc: netdev, linux-kernel, Cosmo Chou, Potin Lai, Potin Lai, stable,
	Cosmo Chou

We are seeing kernel panic when enabling two NCSI interfaces at same
time. It looks like mutex lock is being used in softirq caused the
issue.

This patch series try to fix oem gma command handling issue by adding a
new state, also fix a potential state handling issue. 

v1: https://lore.kernel.org/all/20250109145054.30925-1-fercerpav@gmail.com/

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
---
Cosmo Chou (1):
      net/ncsi: fix state race during channel probe completion

Paul Fertser (1):
      net/ncsi: fix locking in Get MAC Address handling

 net/ncsi/internal.h    |  2 ++
 net/ncsi/ncsi-manage.c | 21 ++++++++++++++++++---
 net/ncsi/ncsi-rsp.c    | 19 ++++++-------------
 3 files changed, 26 insertions(+), 16 deletions(-)
---
base-commit: fc033cf25e612e840e545f8d5ad2edd6ba613ed5
change-id: 20250111-fix-ncsi-mac-1e4b3df431f1

Best regards,
-- 
Potin Lai <potin.lai.pt@gmail.com>


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

end of thread, other threads:[~2025-01-12  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11 10:59 [PATCH v2 0/2] net/ncsi: fix oem gma command handling and state race issue Potin Lai
2025-01-11 10:59 ` [PATCH v2 1/2] net/ncsi: fix locking in Get MAC Address handling Potin Lai
2025-01-11 10:59 ` [PATCH v2 2/2] net/ncsi: fix state race during channel probe completion Potin Lai
2025-01-12  4:09   ` kernel test robot
2025-01-12  5:57   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox