All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA: fireworks/firewire-tascam: accessing to user space outside spinlock
@ 2016-08-26 20:50 Takashi Sakamoto
  2016-08-26 20:50   ` Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Takashi Sakamoto @ 2016-08-26 20:50 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: vaishali.thakkar, alsa-devel, ffado-devel

Hi,

In ALSA fireworks driver and firewire-tascam driver, current implementation
for hwdep interface have issues for page fault handling. For example,
when using single core processor, after executing lock_page() in page fault
handler and call task scheduler, then the context never run again, because
any interrupts are disabled by these drivers and the context can't catch
waiting event. This patchset fixes the issues.

The issues were reported by Vaishali Thakkar, with a help of coccinelle.
Thanks a lot for his care to these minor drivers.
http://mailman.alsa-project.org/pipermail/alsa-devel/2016-August/111887.html

Takashi Sakamoto (2):
  ALSA: fireworks: accessing to user space outside spinlock
  ALSA: firewire-tascam: accessing to user space outside spinlock

 sound/firewire/fireworks/fireworks_hwdep.c | 20 ++++++++++++++-----
 sound/firewire/tascam/tascam-hwdep.c       | 32 ++++++++++--------------------
 2 files changed, 25 insertions(+), 27 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-08-29 22:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26 20:50 [PATCH 0/2] ALSA: fireworks/firewire-tascam: accessing to user space outside spinlock Takashi Sakamoto
2016-08-26 20:50 ` [PATCH 1/2] ALSA: fireworks: " Takashi Sakamoto
2016-08-26 20:50   ` Takashi Sakamoto
2016-08-26 21:34   ` [alsa-devel] " kbuild test robot
2016-08-27  1:50     ` Takashi Sakamoto
2016-08-26 20:50 ` [PATCH 2/2] ALSA: firewire-tascam: " Takashi Sakamoto
2016-08-26 20:50   ` Takashi Sakamoto
2016-08-26 21:30   ` [alsa-devel] " kbuild test robot
2016-08-29 17:32 ` [PATCH 0/2] ALSA: fireworks/firewire-tascam: " Vaishali Thakkar
2016-08-29 22:02   ` Takashi Sakamoto

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.