lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 25 Jul 2017 15:44:27 +0530
From:   Arvind Yadav <arvind.yadav.cs@...il.com>
To:     perex@...ex.cz, tiwai@...e.com, broonie@...nel.org,
        krzk@...nel.org, sbkim73@...sung.com, lgirdwood@...il.com
Cc:     alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH 00/11] Handle return value of clk_prepare_enable.

clk_prepare_enable() can fail here and we must check its return value.

Arvind Yadav (11):
  [PATCH 01/11] ASoC: samsung: s3c2412: Handle return value of clk_prepare_enable.
  [PATCH 02/11] ASoC: samsung: s3c24xx: Handle return value of clk_prepare_enable.
  [PATCH 03/11] ASoC: samsung: pcm: Handle return value of clk_prepare_enable.
  [PATCH 04/11] ASoC: samsung: i2s: Handle return value of clk_prepare_enable.
  [PATCH 05/11] ASoC: samsung: spdif: Handle return value of clk_prepare_enable.
  [PATCH 06/11] ASoC: mxs-saif: Handle return value of clk_prepare_enable/clk_prepare.
  [PATCH 07/11] ASoC: jz4740: Handle return value of clk_prepare_enable.
  [PATCH 08/11] ASoC: sun4i-spdif: Handle return value of clk_prepare_enable.
  [PATCH 09/11] ASoC: atmel: ac97c: Handle return value of clk_prepare_enable.
  [PATCH 10/11] ASoC: pxa: Handle return value of clk_prepare_enable.
  [PATCH 11/11] ASoC: pxa-ssp: Handle return value of clk_prepare_enable.

 sound/atmel/ac97c.c             |  8 +++++---
 sound/soc/jz4740/jz4740-i2s.c   | 21 +++++++++++++++++----
 sound/soc/mxs/mxs-saif.c        | 13 ++++++++++---
 sound/soc/pxa/pxa-ssp.c         | 23 +++++++++++++++++------
 sound/soc/pxa/pxa2xx-i2s.c      |  6 +++++-
 sound/soc/samsung/i2s.c         | 19 +++++++++++++++----
 sound/soc/samsung/pcm.c         |  8 ++++++--
 sound/soc/samsung/s3c2412-i2s.c |  4 +++-
 sound/soc/samsung/s3c24xx-i2s.c | 11 +++++++++--
 sound/soc/samsung/spdif.c       |  8 ++++++--
 sound/soc/sunxi/sun4i-spdif.c   | 11 ++++++++---
 11 files changed, 101 insertions(+), 31 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ