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:	Fri, 22 Jan 2016 10:03:21 +0100
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.5-rc1

Linus,

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

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

The topmost commit is 40ed9444cd2421cceedb35bb8d8ff913a5ae1ac3

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

sound fixes for 4.5-rc1

Here are lots of small fixes that have been collected since the
previous pull.  This time, not only trivial ones but fixes for some
serious bugs are included:
- Fix for CPU lockups by snd-hrtimer accesses
- Fix for unsafe disconnection handling in ALSA timer code
- Fix for Oops due to race at HD-audio module removal
- Fixes for possible memory corruption via 32bit PCM and sequencer
  compat ioctls
- Fix for regression in HD-audio generic model handling
- Suppress kernel warnings for invalid TLV ioctls that may flood up
- Fix the missing SSC clock handling for at73c213
- A pin fixup for ASUS N550JX

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

Mans Rullgard (1):
      ALSA: at73c213: manage SSC clock

Nicolas Boichat (2):
      ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode
      ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode

Takashi Iwai (8):
      ALSA: hda - Fix bass pin fixup for ASUS N550JX
      ALSA: hrtimer: Fix stall by hrtimer_cancel()
      ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
      ALSA: hda - Degrade i915 binding failure message
      ALSA: hda - Fix missing module loading with model=generic option
      ALSA: hda - Flush the pending probe work at remove
      ALSA: timer: Handle disconnection more safely
      ALSA: timer: Introduce disconnect op to snd_timer_instance

---
 include/sound/timer.h         |  1 +
 sound/core/control.c          |  2 ++
 sound/core/hrtimer.c          |  3 ++-
 sound/core/pcm_compat.c       | 13 ++++++++----
 sound/core/seq/seq_compat.c   |  9 +++++----
 sound/core/timer.c            | 47 +++++++++++++++++++++++++++++++++++++++++++
 sound/hda/hdac_i915.c         |  2 +-
 sound/pci/hda/hda_bind.c      | 42 +++++++++++++++++++++++++++++---------
 sound/pci/hda/hda_intel.c     | 16 ++++++++++++---
 sound/pci/hda/patch_realtek.c |  1 +
 sound/spi/at73c213.c          | 11 ++++++++++
 11 files changed, 124 insertions(+), 23 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ