All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: Fix remaining NULL device with memory allocations
@ 2019-02-04 13:42 Takashi Iwai
  2019-02-04 13:42 ` [PATCH 1/5] ALSA: x86: Avoid passing NULL to memory allocators Takashi Iwai
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Takashi Iwai @ 2019-02-04 13:42 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Christoph Hellwig

Hi,

this patchset covers the still remaining drivers calling the memory
allocation with NULL device pointer.  Simply card->dev is passed
there.


Mark, two of them are trivial fixes for ASoC, and I'd like to merge
them through my tree, since the last patch adds an explicit WARN_ON().
Give me Ack's if they are OK.


thanks,

Takashi

===

Takashi Iwai (5):
  ALSA: x86: Avoid passing NULL to memory allocators
  ALSA: arm: Avoid passing NULL to memory allocators
  ASoC: amd: Avoid passing NULL to memory allocators
  ASoC: sh: Avoid passing NULL to memory allocators
  ALSA: core: Don't allow NULL device for memory allocation

 sound/arm/aaci.c                    | 3 ++-
 sound/core/memalloc.c               | 2 ++
 sound/soc/amd/raven/acp3x-pcm-dma.c | 3 ++-
 sound/soc/sh/siu_pcm.c              | 2 +-
 sound/x86/intel_hdmi_audio.c        | 3 ++-
 5 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2019-02-04 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04 13:42 [PATCH 0/5] ALSA: Fix remaining NULL device with memory allocations Takashi Iwai
2019-02-04 13:42 ` [PATCH 1/5] ALSA: x86: Avoid passing NULL to memory allocators Takashi Iwai
2019-02-04 13:42 ` [PATCH 2/5] ALSA: arm: " Takashi Iwai
2019-02-04 13:42 ` [PATCH 3/5] ASoC: amd: " Takashi Iwai
2019-02-04 21:00   ` Mark Brown
2019-02-04 13:42 ` [PATCH 4/5] ASoC: sh: " Takashi Iwai
2019-02-04 21:00   ` Mark Brown
2019-02-04 13:42 ` [PATCH 5/5] ALSA: core: Don't allow NULL device for memory allocation Takashi Iwai
2019-02-04 15:50 ` [PATCH 0/5] ALSA: Fix remaining NULL device with memory allocations Christoph Hellwig

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.