mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 5.16-rc1
Date: Fri, 12 Nov 2021 10:05:52 +0100	[thread overview]
Message-ID: <s5hilwx3frj.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v5.16-rc1 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.16-rc1

The topmost commit is 0ca37273ee0a0b0dc0ef039421fbd16329ee2870

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

sound fixes for 5.16-rc1

A collection of fixes for 5.16-rc1, notably for a few regressions
that were found in 5.15 and pre-rc1.

- The revert of the unification of SG-buffer helper functions on
  x86 and the relevant fix
- Regression fixes for mmap after the recent code refactoring
- Two NULL dereference fixes in HD-audio controller driver
- UAF fixes in ALSA timer core
- A few usual HD-audio and FireWire quirks

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

Austin Kim (1):
      ALSA: synth: missing check for possible NULL after the call to kstrdup

Jaroslav Kysela (1):
      ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N

Jeremy Soller (1):
      ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ

Kai Vehmanen (1):
      ALSA: hda: fix general protection fault in azx_runtime_idle

Kai-Heng Feng (1):
      ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED

Takashi Iwai (9):
      Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"
      ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
      ALSA: timer: Unconditionally unlink slave instances, too
      ALSA: hda/realtek: Add quirk for ASUS UX550VE
      ALSA: PCM: Fix NULL dereference at mmap checks
      ALSA: pci: rme: Fix unaligned buffer addresses
      ALSA: memalloc: Use proper SG helpers for noncontig allocations
      ALSA: memalloc: Remove a stale comment
      ALSA: hda: Free card instance properly at probe errors

Takashi Sakamoto (3):
      ALSA: firewire-motu: add support for MOTU Traveler mk3
      ALSA: firewire-motu: add support for MOTU Track 16
      ALSA: fireworks: add support for Loud Onyx 1200f quirk

Wang Wensheng (1):
      ALSA: timer: Fix use-after-free problem

---
 include/sound/memalloc.h                    |  14 +-
 sound/core/Makefile                         |   1 +
 sound/core/memalloc.c                       | 105 +++++++++------
 sound/core/sgbuf.c                          | 201 ++++++++++++++++++++++++++++
 sound/core/timer.c                          |  17 ++-
 sound/firewire/Kconfig                      |   3 +
 sound/firewire/fireworks/fireworks_stream.c |   5 +-
 sound/firewire/motu/motu-protocol-v3.c      |  33 ++++-
 sound/firewire/motu/motu.c                  |   2 +
 sound/firewire/motu/motu.h                  |   2 +
 sound/pci/hda/hda_intel.c                   |   4 +-
 sound/pci/hda/patch_realtek.c               |  17 +++
 sound/pci/rme9652/hdsp.c                    |  41 +++---
 sound/pci/rme9652/rme9652.c                 |  41 +++---
 sound/synth/emux/emux.c                     |   2 +-
 15 files changed, 386 insertions(+), 102 deletions(-)
 create mode 100644 sound/core/sgbuf.c


             reply	other threads:[~2021-11-12  9:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12  9:05 Takashi Iwai [this message]
2021-11-12 20:42 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hilwx3frj.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome