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, 30 Mar 2023 15:12:31 +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 6.3-rc5

Linus,

please pull sound fixes for v6.3-rc5 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.3-rc5

The topmost commit is 52aad39385e1bfdb34a1b405f699a8ef302c58b0

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

sound fixes for 6.3-rc5

A collection of small fixes:
- A potential deadlock fix for USB-audio, involving some change
  in PCM core side
- A regression fix for probes of USB-audio devices with the
  vendor-specific PCM format bits
- Two regression fixes for the old YMFPCI driver
- A few HD-audio quirks as usual

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

Jaroslav Kysela (1):
      ALSA: hda/realtek: Fix support for Dell Precision 3260

Takashi Iwai (3):
      ALSA: hda/conexant: Partial revert of a quirk for Lenovo
      ALSA: usb-audio: Fix recursive locking at XRUN during syncing
      ALSA: usb-audio: Fix regression on detection of Roland VS-100

Tasos Sahanidis (2):
      ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
      ALSA: ymfpci: Fix BUG_ON in probe function

Tim Crawford (1):
      ALSA: hda/realtek: Add quirks for some Clevo laptops

huangwenhui (1):
      ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z

---
 sound/core/pcm_lib.c           |  2 ++
 sound/pci/hda/patch_conexant.c |  6 +++++-
 sound/pci/hda/patch_realtek.c  |  7 ++++++-
 sound/pci/ymfpci/ymfpci.c      |  2 +-
 sound/pci/ymfpci/ymfpci_main.c |  2 +-
 sound/usb/endpoint.c           | 22 ++++++++++++++--------
 sound/usb/endpoint.h           |  4 ++--
 sound/usb/format.c             |  8 ++++++--
 sound/usb/pcm.c                |  2 +-
 9 files changed, 38 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ