Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327615 > unrolled thread

[GIT PULL] sound fixes for 4.5-rc3

Started byTakashi Iwai <tiwai@suse.de>
First post2016-02-05 12:40 +0100
Last post2016-02-05 21:40 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] sound fixes for 4.5-rc3 Takashi Iwai <tiwai@suse.de> - 2016-02-05 12:40 +0100
    Re: [GIT PULL] sound fixes for 4.5-rc3 Linus Torvalds <torvalds@linux-foundation.org> - 2016-02-05 20:40 +0100
      Re: [GIT PULL] sound fixes for 4.5-rc3 Takashi Iwai <tiwai@suse.de> - 2016-02-05 21:40 +0100

#1327615 — [GIT PULL] sound fixes for 4.5-rc3

FromTakashi Iwai <tiwai@suse.de>
Date2016-02-05 12:40 +0100
Subject[GIT PULL] sound fixes for 4.5-rc3
Message-ID<qYMU2-7YF-9@gated-at.bofh.it>
Linus,

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

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

The topmost commit is 094fd3be87b0f102589e2d5c3fa5d06b7e20496d

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

sound fixes for 4.5-rc3

This was a busy week and I had to prepare a pile of duct tapes for
the bugs reported by syzkaller fuzzer in wide range of ALSA core
APIs: timer, rawmidi, sequencer, and PCM OSS emulation.  Let's see
how many other holes we need to plug.

Besides that, a few usual boring stuff, HD- and USB-audio quirks,
have been added.

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

Insu Yun (1):
      ALSA: emu10k1: correctly handling failed thread creation

Jurgen Kramer (2):
      ALSA: usb-audio: Fix OPPO HA-1 vendor ID
      ALSA: usb-audio: Add native DSD support for PS Audio NuWave DAC

Kailang Yang (3):
      ALSA: hda/realtek - New codec support of ALC225
      ALSA: hda/realtek - Support Dell headset mode for ALC225
      ALSA: hda/realtek - Support headset mode for ALC225

Lev Lybin (1):
      ALSA: usb-audio: Add quirk for Microsoft LifeCam HD-6000

Takashi Iwai (11):
      ALSA: seq: Fix race at closing in virmidi driver
      ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
      ALSA: pcm: Fix potential deadlock in OSS emulation
      ALSA: seq: Fix yet another races among ALSA timer accesses
      ALSA: timer: Fix link corruption due to double start or stop
      ALSA: timer: Sync timer deletion at closing the system timer
      ALSA: hda - Add fixup for Mac Mini 7,1 model
      ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
      ALSA: rawmidi: Fix race at copying & updating the position
      ALSA: seq: Fix lockdep warnings due to double mutex locks
      ALSA: timer: Fix leftover link at closing

---
 include/sound/rawmidi.h          |   4 +
 sound/core/oss/pcm_oss.c         |  21 +++-
 sound/core/rawmidi.c             | 134 +++++++++++++++-------
 sound/core/seq/seq_clientmgr.c   |   3 +
 sound/core/seq/seq_ports.c       | 233 ++++++++++++++++++++++-----------------
 sound/core/seq/seq_timer.c       |  87 +++++++++++----
 sound/core/seq/seq_virmidi.c     |  23 +++-
 sound/core/timer.c               |  44 +++++++-
 sound/pci/emu10k1/emu10k1_main.c |   8 ++
 sound/pci/hda/patch_cirrus.c     |  27 +++++
 sound/pci/hda/patch_realtek.c    |  74 +++++++++++++
 sound/usb/quirks.c               |   4 +-
 12 files changed, 483 insertions(+), 179 deletions(-)

[toc] | [next] | [standalone]


#1328039

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2016-02-05 20:40 +0100
Message-ID<qYUoy-4tr-5@gated-at.bofh.it>
In reply to#1327615
On Fri, Feb 5, 2016 at 3:32 AM, Takashi Iwai <tiwai@suse.de> wrote:
>
> please pull sound fixes for v4.5-rc3 from:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5-rc3

Hmm.

    fatal: Couldn't find remote ref tags/sound-4.5-rc3

and looking at that repository, I don't see anything that looks like a
likely candidate for a mistaken pull request.

Did you forget to push out that tag?

> The topmost commit is 094fd3be87b0f102589e2d5c3fa5d06b7e20496d

I do find that top commit as your "topic/core-fixes" branch, but I'm
not going to pull that without some extra confirmation. Your usual
pattern is to have a real signed tag, so I suspect it's just a missed
push.

               Linus

[toc] | [prev] | [next] | [standalone]


#1328057

FromTakashi Iwai <tiwai@suse.de>
Date2016-02-05 21:40 +0100
Message-ID<qYVkB-572-9@gated-at.bofh.it>
In reply to#1328039
On Fri, 05 Feb 2016 20:30:53 +0100,
Linus Torvalds wrote:
> 
> On Fri, Feb 5, 2016 at 3:32 AM, Takashi Iwai <tiwai@suse.de> wrote:
> >
> > please pull sound fixes for v4.5-rc3 from:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5-rc3
> 
> Hmm.
> 
>     fatal: Couldn't find remote ref tags/sound-4.5-rc3
> 
> and looking at that repository, I don't see anything that looks like a
> likely candidate for a mistaken pull request.
> 
> Did you forget to push out that tag?
> 
> > The topmost commit is 094fd3be87b0f102589e2d5c3fa5d06b7e20496d
> 
> I do find that top commit as your "topic/core-fixes" branch, but I'm
> not going to pull that without some extra confirmation. Your usual
> pattern is to have a real signed tag, so I suspect it's just a missed
> push.

Right, just forgotten to push.  Now the tag got pushed out.

Sorry for inconvenience!


Takashi

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web