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]
Message-ID: <874k0bn8jm.wl-tiwai@suse.de>
Date:   Thu, 23 Jun 2022 09:27:57 +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.19-rc4

Linus,

please pull sound fixes for v5.19-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.19-rc4

The topmost commit is 627ce0d68eb4b53e995b08089fa9da1e513ec5ba

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

sound fixes for 5.19-rc4

All small changes, mostly device-specific:
- A regression fix for PCM WC-page allocation on x86
- A regression fix for i915 audio component binding
- Fixes for (longstanding) beep handling bug
- Runtime PM fixes for Intel LPE HDMI audio
- A couple of pending FireWire fixes
- Usual HD-audio and USB-audio quirks, new Intel dspconf entries

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

Daniil Dementev (1):
      ALSA: usb-audio: US16x08: Move overflow check before array access

Jiapeng Chong (1):
      firewire: convert sysfs sprintf/snprintf family to sysfs_emit

Kailang Yang (1):
      ALSA: hda/realtek - ALC897 headset MIC no sound

Pierre-Louis Bossart (4):
      ALSA: hda: intel-dspcfg: use SOF for UpExtreme and UpExtreme11 boards
      ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg
      ALSA: x86: intel_hdmi_audio: enable pm_runtime and set autosuspend delay
      ALSA: x86: intel_hdmi_audio: use pm_runtime_resume_and_get()

Soham Sen (1):
      ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop

Takashi Iwai (5):
      ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly
      ALSA: memalloc: Drop x86-specific hack for WC allocations
      ALSA: hda/conexant: Fix missing beep setup
      ALSA: hda/via: Fix missing beep setup
      ALSA: hda: Fix discovery of i915 graphics PCI device

Takashi Sakamoto (1):
      firewire: cdev: fix potential leak of kernel stack due to uninitialized value

Tim Crawford (2):
      ALSA: hda/realtek: Add quirk for Clevo PD70PNT
      ALSA: hda/realtek: Add quirk for Clevo NS50PU

---
 drivers/firewire/core-cdev.c    |  2 +-
 drivers/firewire/core-device.c  |  6 ++----
 sound/core/memalloc.c           | 23 +----------------------
 sound/hda/hdac_i915.c           | 15 ++++++---------
 sound/hda/intel-dsp-config.c    | 12 ++++++++++++
 sound/hda/intel-nhlt.c          | 17 ++++++++---------
 sound/pci/hda/hda_auto_parser.c |  7 ++++---
 sound/pci/hda/hda_local.h       |  1 +
 sound/pci/hda/patch_conexant.c  |  4 ++--
 sound/pci/hda/patch_realtek.c   | 36 +++++++++++++++++++++++++++++++++++-
 sound/pci/hda/patch_via.c       |  4 ++--
 sound/usb/mixer_us16x08.c       |  6 +++---
 sound/x86/intel_hdmi_audio.c    | 15 +++++++++++++--
 13 files changed, 90 insertions(+), 58 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ