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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 18 Dec 2019 16:11:17 +0100
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.5-rc3

Linus,

please pull sound fixes for v5.5-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.5-rc3

The topmost commit is 7c497d799267134786afdf719d9230b7d6f77d84

----------------------------------------------------------------

sound fixes for 5.5-rc3

A slightly high amount at this time, but all good and small fixes.

- A PCM core fix that initializes the buffer properly for avoiding
  information leaks; it is a long-standing minor problem, but good
  to fix better now
- A few ASoC core fixes for the init / cleanup ordering issues
  that surfaced after the recent refactoring
- Lots of SOF and topology-related fixes went in, as usual as such
  hot topics
- Several ASoC codec and platform-specific small fixes: wm89xx,
  realtek, and max98090, AMD, Intel-SST
- A fix for the previous incomplete regression of HD-audio, now
  hitting Nvidia HDMI
- A few HD-audio CA0132 codec fixes

----------------------------------------------------------------

Amery Song (1):
      ASoC: Intel: common: work-around incorrect ACPI HID for CML boards

Curtis Malainey (3):
      ASoC: core: Init pcm runtime work early to avoid warnings
      ASoC: core: only flush inited work during free
      ASoC: SOF: Intel: split cht and byt debug window sizes

Daniel Baluta (2):
      ASoC: SOF: topology: Fix unload for SAI/ESAI
      ASoC: simple-card: Don't create separate link when platform is present

Dragos Tarcatu (2):
      ASoC: topology: Check return value for snd_soc_add_dai_link()
      ASoC: topology: Check return value for soc_tplg_pcm_create()

Hans de Goede (1):
      ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89

Karol Trzcinski (2):
      ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header
      ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data

Keyon Jie (1):
      ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()

Michael Walle (1):
      ASoC: wm8904: fix automatic sysclk configuration

Shengjiu Wang (1):
      ASoC: wm8962: fix lambda value

Shuming Fan (1):
      ASoC: rt5682: fix i2c arbitration lost issue

Takashi Iwai (6):
      ALSA: pcm: Avoid possible info leaks from PCM stream buffers
      ALSA: hda/ca0132 - Keep power on during processing DSP response
      ALSA: hda/ca0132 - Avoid endless loop
      ALSA: hda/ca0132 - Fix work handling in delayed HP detection
      ALSA: hda: Fix regression by strip mask fix
      ALSA: hda - Downgrade error message for single-cmd fallback

Tzung-Bi Shih (3):
      ASoC: max98090: remove msleep in PLL unlocked workaround
      ASoC: max98090: exit workaround earlier if PLL is locked
      ASoC: max98090: fix possible race conditions

Yu-Hsuan Hsu (1):
      ASoC: AMD: Enable clk in startup intead of hw_params

YueHaibing (2):
      ASoC: rt5677: Fix build error without CONFIG_SPI
      ASoC: Intel: sst: Add missing include <linux/io.h>

---
 include/sound/soc.h                               |  1 +
 sound/core/pcm_native.c                           |  4 ++
 sound/hda/hdac_stream.c                           |  4 +-
 sound/pci/hda/hda_controller.c                    |  2 +-
 sound/pci/hda/patch_ca0132.c                      | 23 ++++++++++--
 sound/pci/hda/patch_hdmi.c                        |  2 +
 sound/soc/amd/acp-da7219-max98357a.c              | 46 +++++++----------------
 sound/soc/codecs/max98090.c                       | 30 ++++++++++-----
 sound/soc/codecs/max98090.h                       |  1 -
 sound/soc/codecs/rt5677-spi.h                     | 16 ++++++++
 sound/soc/codecs/rt5682.c                         |  2 +
 sound/soc/codecs/wm8904.c                         |  6 +++
 sound/soc/codecs/wm8962.c                         |  4 +-
 sound/soc/generic/simple-card.c                   |  6 +++
 sound/soc/intel/atom/sst/sst.c                    |  1 +
 sound/soc/intel/boards/bytcr_rt5640.c             |  8 +++-
 sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 +++++++++++---------
 sound/soc/soc-compress.c                          |  6 +--
 sound/soc/soc-core.c                              | 13 ++++++-
 sound/soc/soc-pcm.c                               | 11 ++----
 sound/soc/soc-topology.c                          | 27 +++++++++----
 sound/soc/sof/intel/byt.c                         | 25 ++++++------
 sound/soc/sof/loader.c                            |  7 +++-
 sound/soc/sof/topology.c                          |  4 +-
 24 files changed, 185 insertions(+), 105 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ