All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MEI VSC fixes and cleanups
@ 2024-02-12  9:46 Sakari Ailus
  2024-02-12  9:46 ` [PATCH 1/3] mei: vsc: Call wake_up() and event handler in a workqueue Sakari Ailus
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sakari Ailus @ 2024-02-12  9:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Hans de Goede, Tomas Winkler, Wentong Wu, Arnd Bergmann,
	Greg Kroah-Hartman

Hi folks,

These patches address sleeping in atomic context. It wasn't obvious at
first this was taking place since the callback sleeps while the caller (a
different driver) called it in a threaded IRQ handler.

Sakari Ailus (3):
  mei: vsc: Call wake_up() and event handler in a workqueue
  mei: vsc: Don't use sleeping condition in wait_event_timeout()
  mei: vsc: Assign pinfo fields in variable declaration

 drivers/misc/mei/vsc-tp.c | 64 ++++++++++++++++++++++++---------------
 1 file changed, 40 insertions(+), 24 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-02-19 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12  9:46 [PATCH 0/3] MEI VSC fixes and cleanups Sakari Ailus
2024-02-12  9:46 ` [PATCH 1/3] mei: vsc: Call wake_up() and event handler in a workqueue Sakari Ailus
2024-02-18  1:23   ` Wu, Wentong
2024-02-19 18:18     ` Sakari Ailus
2024-02-12  9:46 ` [PATCH 2/3] mei: vsc: Don't use sleeping condition in wait_event_timeout() Sakari Ailus
2024-02-12  9:46 ` [PATCH 3/3] mei: vsc: Assign pinfo fields in variable declaration Sakari Ailus
2024-02-12 10:02   ` Greg Kroah-Hartman
2024-02-12 10:14     ` Arnd Bergmann
2024-02-12 10:41       ` Greg Kroah-Hartman
2024-02-12 10:14     ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.