* [GIT PULL] sound fixes for 4.5-rc3
@ 2016-02-05 11:32 Takashi Iwai
2016-02-05 19:30 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2016-02-05 11:32 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] sound fixes for 4.5-rc3
2016-02-05 11:32 [GIT PULL] sound fixes for 4.5-rc3 Takashi Iwai
@ 2016-02-05 19:30 ` Linus Torvalds
2016-02-05 20:30 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2016-02-05 19:30 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] sound fixes for 4.5-rc3
2016-02-05 19:30 ` Linus Torvalds
@ 2016-02-05 20:30 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2016-02-05 20:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-05 20:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 11:32 [GIT PULL] sound fixes for 4.5-rc3 Takashi Iwai
2016-02-05 19:30 ` Linus Torvalds
2016-02-05 20:30 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®