linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sound: Use kmemdup to replace kzalloc + memcpy
@ 2018-09-08  8:36 zhong jiang
  2018-09-08  8:36 ` [PATCH 1/2] sound: q6core: " zhong jiang
  2018-09-08  8:36 ` [PATCH 2/2] sound: skl-topology: " zhong jiang
  0 siblings, 2 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ 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 ` [PATCH 1/2] sound: q6core: " zhong jiang
2018-09-10 14:19   ` Mark Brown
2018-09-11  1:13     ` zhong jiang
2018-09-08  8:36 ` [PATCH 2/2] sound: skl-topology: " zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).