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:   Thu, 25 Nov 2021 10:51:56 +0100
From:   Lukas Bulwahn <lukas.bulwahn@...il.com>
To:     Liam Girdwood <lgirdwood@...il.com>,
        Mark Brown <broonie@...nel.org>,
        Jaroslav Kysela <perex@...ex.cz>,
        Takashi Iwai <tiwai@...e.com>,
        Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>,
        Masami Hiramatsu <mhiramat@...nel.org>,
        Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
        Katsuhiro Suzuki <suzuki.katsuhiro@...ionext.com>,
        alsa-devel@...a-project.org, linux-arm-kernel@...ts.infradead.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
        Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH 0/2] Kconfig symbol clean-up for sound

Dear sound maintainers,

The script ./scripts/checkkconfigsymbols.py warns on invalid references to
Kconfig symbols (often, minor typos, name confusions or outdated references).
This is a patch series addressing the issues reported by
./scripts/checkkconfigsymbols.py in the ./sound/ directory for Kconfig files,
quickly filtered down with:

  ./scripts/checkkconfigsymbols.py | grep "sound.*Kconfig" -B 1


This patch series addresses:

  SND_SOC_UNIPHIER_AIO_DMA
  Referencing files: sound/soc/uniphier/Kconfig


  SND_SOC_WCD937X
  Referencing files: sound/soc/codecs/Kconfig


This patch series does not address:

  CLK_FIXED_FCH
  Referencing files: sound/soc/amd/Kconfig, sound/soc/amd/acp/Kconfig

  Rationale: config definition has been submitted, but is still pending for
    inclusion through another tree.


  SND_SOC_AC97_BUS_NEW
  Referencing files: sound/soc/pxa/Kconfig

  Rationale: waiting for response; the kernel developer has been informed here:
    https://lore.kernel.org/all/CAKXUXMzqgyNGEnxAMQqZiXJYSK-X8uB-nxHWwPg41H6yS0GWNg@mail.gmail.com/


Both patches in this series can be discussed and applied individually. They are
sent in one patch series, as they orginate from the investigation guided by the
same tool and hence share similar topics and resolutions.

Please pick this series of minor clean-up patches. It applies cleanly on next-20211124.


Best regards,

Lukas


Lukas Bulwahn (2):
  ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
  ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead

 sound/soc/codecs/Kconfig   | 3 +--
 sound/soc/uniphier/Kconfig | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ