All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sound: Use kmemdup to replace kzalloc + memcpy
@ 2018-09-08  8:36 ` zhong jiang
  0 siblings, 0 replies; 10+ messages in thread
From: zhong jiang @ 2018-09-08  8:36 UTC (permalink / raw)
  To: tiwai, perex, broonie; +Cc: lgirdwood, bgoswami, plai, alsa-devel, linux-kernel

I find the issue with the help of Coccinelle.

zhong jiang (2):
  sound: q6core: Use kmemdup to replace kzalloc + memcpy
  sound: skl-topology: Use kmemdup to replace kzalloc + memcpy

 sound/soc/intel/skylake/skl-topology.c | 3 +--
 sound/soc/qcom/qdsp6/q6core.c          | 8 ++------
 2 files changed, 3 insertions(+), 8 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2018-09-11  1:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-08  8:36 [PATCH 0/2] sound: Use kmemdup to replace kzalloc + memcpy zhong jiang
2018-09-08  8:36 ` zhong jiang
2018-09-08  8:36 ` [PATCH 1/2] sound: q6core: " zhong jiang
2018-09-08  8:36   ` zhong jiang
2018-09-10 14:19   ` Mark Brown
2018-09-10 14:19     ` Mark Brown
2018-09-11  1:13     ` zhong jiang
2018-09-11  1:13       ` zhong jiang
2018-09-08  8:36 ` [PATCH 2/2] sound: skl-topology: " zhong jiang
2018-09-08  8:36   ` zhong jiang

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.