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:   Wed, 19 Feb 2020 11:41:11 +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.6-rc3

Linus,

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

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

The topmost commit is 385536090b18534967b1073d0f18b5b86d793c30

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

sound fixes for 5.6-rc3

The only largish change in this pull request is about the revert
of the recent max98090 and its relevant patches due to regressions.
Other than that, all small fixes for ALSA core (covering KCSAN
fuzzer warnings in ALSA sequencer and rawmidi), Intel SOF HD-audio
fixes, AMD ACP fixes, usual HD-audio quirks, and various ASoC fixes.

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

Arnd Bergmann (1):
      ASoC: atmel: fix atmel_ssc_set_audio link failure

Kai Vehmanen (3):
      ALSA: hda: do not override bus codec_mask in link_get()
      ASoC: SOF: Intel: hda: fix ordering bug in resume flow
      ASoC: SOF: Intel: hda: move i915 init earlier

Oleksandr Suvorov (1):
      ASoC: fsl_sai: Fix exiting path on probing failure

Ravulapati Vishnu vardhan rao (2):
      ASoC: amd: Buffer Size instead of MAX Buffer
      ASoC: amd: ACP needs to be powered off in BIOS.

Samuel Holland (2):
      ASoC: codec2codec: avoid invalid/double-free of pcm runtime
      ASoC: sun8i-codec: Fix setting DAI data format

Takashi Iwai (6):
      ALSA: seq: Avoid concurrent access to queue flags
      ALSA: seq: Fix concurrent access to queue current tick/time
      ALSA: rawmidi: Avoid bit fields for state flags
      ALSA: hda/realtek - Apply quirk for MSI GP63, too
      ALSA: hda/realtek - Apply quirk for yet another MSI laptop
      ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs

Tzung-Bi Shih (3):
      ASoC: max98090: revert invalid fix for handling SHDN
      ASoC: dapm: remove snd_soc_dapm_put_enum_double_locked
      ASoC: hdmi-codec: set plugged_cb to NULL when component removing

---
 include/sound/rawmidi.h             |   6 +-
 include/sound/soc-dapm.h            |   2 -
 sound/core/seq/seq_clientmgr.c      |   4 +-
 sound/core/seq/seq_queue.c          |  29 ++-
 sound/core/seq/seq_timer.c          |  13 +-
 sound/core/seq/seq_timer.h          |   3 +-
 sound/hda/ext/hdac_ext_controller.c |   9 +-
 sound/hda/hdmi_chmap.c              |   2 +-
 sound/pci/hda/hda_codec.c           |   2 +-
 sound/pci/hda/hda_eld.c             |   2 +-
 sound/pci/hda/hda_sysfs.c           |   4 +-
 sound/pci/hda/patch_realtek.c       |   2 +
 sound/soc/amd/raven/acp3x-i2s.c     |   8 +
 sound/soc/amd/raven/acp3x-pcm-dma.c |   7 +-
 sound/soc/amd/raven/pci-acp3x.c     |  23 --
 sound/soc/atmel/Kconfig             |   4 +-
 sound/soc/atmel/Makefile            |  10 +-
 sound/soc/codecs/hdmi-codec.c       |  10 +
 sound/soc/codecs/max98090.c         | 434 ++++++++++--------------------------
 sound/soc/codecs/max98090.h         |   3 +-
 sound/soc/fsl/fsl_sai.c             |  22 +-
 sound/soc/soc-dapm.c                |  57 ++---
 sound/soc/sof/intel/hda-codec.c     |  12 +-
 sound/soc/sof/intel/hda-dsp.c       |  11 +
 sound/soc/sof/intel/hda.c           |  19 +-
 sound/soc/sunxi/sun8i-codec.c       |   3 +-
 26 files changed, 265 insertions(+), 436 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ