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:   Fri, 26 Jul 2019 14:41:10 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.3-rc2

Linus,

please pull sound fixes for v5.3-rc2 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.3-rc2

The topmost commit is 3f8809499bf02ef7874254c5e23fc764a47a21a0

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

sound fixes for 5.3-rc2

All relative small changes.

- A regression fix for PCM link code with CONFIG_REFCOUNT_FULL;
  stumbled on a slight difference between atomic_t and refcount_t

- A couple of HD-audio stabilization patches addressing the too
  slow PM resume seen on some Intel chips

- A series of ALSA compress-offload API fixes, including the
  regression by the previous capture stream support

- Trivial LINE6 USB-audio driver fixes, a new Conexant HD-audio
  chip coverage, and a fix in AC97 bus error path

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

Charles Keepax (4):
      ALSA: compress: Fix regression on compressed capture streams
      ALSA: compress: Prevent bypasses of set_params
      ALSA: compress: Don't allow paritial drain operations on capture streams
      ALSA: compress: Be more restrictive about when a drain is allowed

Christophe JAILLET (1):
      ALSA: line6: Fix a typo

Ding Xiang (1):
      ALSA: ac97: Fix double free of ac97_codec_device

Hui Wang (1):
      ALSA: hda - Add a conexant codec entry to let mute led work

Kai-Heng Feng (1):
      ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1

Takashi Iwai (3):
      ALSA: hda - Optimize resume for codecs without jack detection
      ALSA: pcm: Fix refcount_inc() on zero usage
      ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chips

---
 include/sound/compress_driver.h |  5 +---
 sound/ac97/bus.c                | 13 +++------
 sound/core/compress_offload.c   | 60 +++++++++++++++++++++++++++++++++--------
 sound/core/pcm_native.c         |  9 ++++---
 sound/pci/hda/hda_codec.c       |  2 +-
 sound/pci/hda/hda_intel.c       |  5 ++--
 sound/pci/hda/patch_conexant.c  |  1 +
 sound/usb/line6/podhd.c         |  2 +-
 sound/usb/line6/variax.c        |  2 +-
 9 files changed, 65 insertions(+), 34 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ