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: <87jzx420m1.wl-tiwai@suse.de>
Date:   Fri, 19 May 2023 10:20:54 +0200
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 6.4-rc3

Linus,

please pull sound fixes for v6.4-rc3 from:

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

The topmost commit is dc4f2ccaedddb489a83e7b12ebbdc347272aacc9

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

sound fixes for 6.4-rc3

A collection of small fixes that have been gathered since rc1:

- Lots of small ASoC SOF Intel fixes
- A couple of UAF and NULL-dereference fixes
- Quirks and updates for HD-audio, USB-audio and ASoC AMD
- A few minor build / sparse warning fixes
- MAINTAINERS and DT updates

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

Ai Chao (1):
      ALSA: hda/realtek: Add a quirk for HP EliteDesk 805

Aidan MacDonald (1):
      ASoC: jz4740-i2s: Make I2S divider calculations more robust

Alexandru Sorodoc (1):
      ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V

Arnd Bergmann (2):
      ALSA: cs46xx: mark snd_cs46xx_download_image as static
      ALSA: oss: avoid missing-prototype warnings

Dan Carpenter (1):
      ALSA: firewire-digi00x: prevent potential use after free

Douglas Anderson (1):
      ASoC: mediatek: mt8186: Fix use-after-free in driver remove path

Jeremy Soller (2):
      ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12
      ALSA: hda/realtek: Add quirk for Clevo L140AU

Kai Vehmanen (1):
      ASoC: SOF: pm: save io region state in case of errors in resume

Kai-Heng Feng (1):
      ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop

Krzysztof Kozlowski (1):
      ASoC: MAINTAINERS: drop Krzysztof Kozlowski from Samsung audio

Lucas Tanure (1):
      MAINTAINERS: Remove self from Cirrus Codec drivers

Luke D. Jones (1):
      ALSA: hda/realtek: Add quirk for 2nd ASUS GU603

Martin Povišer (1):
      ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs

Maxim Kochetkov (1):
      ASoC: dwc: limit the number of overrun messages

Nikhil Mahale (1):
      ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table

Paweł Anikiel (1):
      ASoC: ssm2602: Add workaround for playback distortions

Peter Ujfalusi (1):
      ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent in dai_config

Pierre-Louis Bossart (9):
      ASoC: SOF: Intel: hda-mlink: fix sublink refcounting
      ASoC: SOF: Intel: hda-mlink: add helper to get SoundWire hlink
      ASoC: SOF: Intel: hda-mlink: fix base_ptr computation
      ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistently
      ASoC: SOF: Intel: hda-mlink: initialize instance_offset member
      ASoC: SOF: Intel: hda-mlink: add helper to program SoundWire PCMSyCM registers
      ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions
      ASoC: SOF: pcm: fix pm_runtime imbalance in error handling
      ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling

Ranjani Sridharan (3):
      ASoC: SOF: topology: Fix logic for copying tuples
      ASoC: SOF: Separate the tokens for input and output pin index
      ASoC: SOF: topology: Fix tuples array allocation

Ryan C. Underwood (1):
      ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15

Shengjiu Wang (1):
      ASoC: fsl_micfil: Fix error handler with pm_runtime_enable

Simon Trimmer (1):
      ASoC: cs35l56: Prevent unbalanced pm_runtime in dsp_work() on SoundWire

Takashi Iwai (2):
      ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
      ALSA: hda: Fix Oops by 9.1 surround channel names

V sujith kumar Reddy (1):
      ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data function

Vitaly Rodionov (1):
      ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops

---
 .../devicetree/bindings/sound/tas2562.yaml         |  6 +-
 .../devicetree/bindings/sound/tas2770.yaml         |  6 +-
 .../devicetree/bindings/sound/tas27xx.yaml         |  6 +-
 MAINTAINERS                                        |  4 +-
 include/sound/hda-mlink.h                          | 14 ++++
 include/uapi/sound/sof/tokens.h                    |  3 +-
 sound/core/oss/pcm_plugin.h                        | 16 ++--
 sound/firewire/digi00x/digi00x-stream.c            |  4 +-
 sound/pci/cs46xx/cs46xx_lib.c                      |  2 +-
 sound/pci/hda/hda_generic.c                        |  7 +-
 sound/pci/hda/patch_hdmi.c                         |  5 ++
 sound/pci/hda/patch_realtek.c                      | 34 +++++++-
 sound/soc/amd/yc/acp6x-mach.c                      |  7 ++
 sound/soc/codecs/cs35l56.c                         |  3 +-
 sound/soc/codecs/ssm2602.c                         | 15 ++++
 sound/soc/dwc/dwc-i2s.c                            |  4 +-
 sound/soc/fsl/fsl_micfil.c                         | 14 +++-
 sound/soc/jz4740/jz4740-i2s.c                      | 54 +++++++++++-
 sound/soc/mediatek/mt8186/mt8186-afe-clk.c         |  6 --
 sound/soc/mediatek/mt8186/mt8186-afe-clk.h         |  1 -
 sound/soc/mediatek/mt8186/mt8186-afe-pcm.c         |  4 -
 sound/soc/mediatek/mt8186/mt8186-audsys-clk.c      | 46 ++++++-----
 sound/soc/mediatek/mt8186/mt8186-audsys-clk.h      |  1 -
 sound/soc/sof/amd/acp-ipc.c                        |  7 +-
 sound/soc/sof/debug.c                              |  4 +-
 sound/soc/sof/intel/hda-mlink.c                    | 96 ++++++++++++++++++++--
 sound/soc/sof/ipc3-topology.c                      |  7 +-
 sound/soc/sof/ipc4-topology.c                      |  4 +-
 sound/soc/sof/pcm.c                                | 17 ++--
 sound/soc/sof/pm.c                                 | 14 +++-
 sound/soc/sof/sof-client-probes.c                  | 14 ++--
 sound/soc/sof/topology.c                           |  6 +-
 sound/usb/format.c                                 |  1 +
 33 files changed, 333 insertions(+), 99 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ