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>] [day] [month] [year] [list]
Date:   Wed, 13 Sep 2017 17:07:12 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...uxfoundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] sound fixes for 4.14-rc1

Linus,

please pull sound fixes for v4.14-rc1 from:

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

The topmost commit is fc27fe7e8deef2f37cba3f2be2d52b6ca5eb9d57

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

sound fixes for 4.14-rc1

Most of the commits are trivial cleanup patches, while one commit
is a significant fix for the race at ALSA sequencer that was spotted
by syzkaller.

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

Helge Deller (1):
      ALSA: core: Use %pS printk format for direct addresses

Markus Elfring (9):
      ALSA: maestro3: Use common error handling code in two functions
      ALSA: rme9652: Use common code in hdsp_get_iobox_version()
      ALSA: hdspm: Use common error handling code in snd_hdspm_probe()
      ALSA: us122l: Use common error handling code in us122l_create_card()
      ALSA: usx2y: Use common error handling code in submit_urbs()
      ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()
      ALSA: ymfpci: Use common error handling code in snd_card_ymfpci_probe()
      ALSA: ymfpci: Use common error handling code in snd_ymfpci_create()
      ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()

Takashi Iwai (2):
      ALSA: asihpi: Kill BUG_ON() usages
      ALSA: seq: Cancel pending autoload work at unbinding device

---
 sound/core/device.c               |  4 +--
 sound/core/seq_device.c           |  3 ++
 sound/firewire/motu/motu-stream.c | 16 +++++-----
 sound/pci/asihpi/asihpi.c         |  6 +---
 sound/pci/maestro3.c              | 57 ++++++++++++++++++-----------------
 sound/pci/rme9652/hdsp.c          | 26 +++++++---------
 sound/pci/rme9652/hdspm.c         | 16 +++++-----
 sound/pci/ymfpci/ymfpci.c         | 62 +++++++++++++++++++--------------------
 sound/pci/ymfpci/ymfpci_main.c    | 41 +++++++++++++-------------
 sound/usb/6fire/chip.c            | 31 ++++++++------------
 sound/usb/usx2y/us122l.c          | 10 ++++---
 sound/usb/usx2y/usb_stream.c      | 18 +++++++-----
 12 files changed, 141 insertions(+), 149 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ