mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wifi: wilc1000: fix RCU warning in connect path
@ 2024-01-05  7:57 Alexis Lothoré
  2024-01-05  7:57 ` [PATCH v2 1/2] wifi: wilc1000: fix declarations ordering Alexis Lothoré
  2024-01-05  7:57 ` [PATCH v2 2/2] wifi: wilc1000: fix RCU usage in connect path Alexis Lothoré
  0 siblings, 2 replies; 4+ messages in thread
From: Alexis Lothoré @ 2024-01-05  7:57 UTC (permalink / raw)
  To: linux-wireless
  Cc: Ajay Singh, Claudiu Beznea, Kalle Valo, Thomas Petazzoni,
	linux-kernel, Christophe JAILLET

Hello,
this small series aims to fix a RCU warning due to RCU pointer dereference
outside of a RCU critical read section.

Fix is in the second commit, the first one is a mere declarations
reordering before touching declared variables in wilc_parse_join_bss_param

Changes in v2:
- fix leak in early return

Alexis Lothoré (2):
  wifi: wilc1000: fix declarations ordering
  wifi: wilc1000: fix RCU usage in connect path

 drivers/net/wireless/microchip/wilc1000/hif.c | 40 ++++++++++++-------
 1 file changed, 26 insertions(+), 14 deletions(-)

-- 
2.42.1


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

end of thread, other threads:[~2024-01-12 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05  7:57 [PATCH v2 0/2] wifi: wilc1000: fix RCU warning in connect path Alexis Lothoré
2024-01-05  7:57 ` [PATCH v2 1/2] wifi: wilc1000: fix declarations ordering Alexis Lothoré
2024-01-12 17:10   ` Kalle Valo
2024-01-05  7:57 ` [PATCH v2 2/2] wifi: wilc1000: fix RCU usage in connect path Alexis Lothoré

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

all inboxes | Powered by JetHome®