From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752147AbcAOPov (ORCPT ); Fri, 15 Jan 2016 10:44:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:54966 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbcAOPou (ORCPT ); Fri, 15 Jan 2016 10:44:50 -0500 Date: Fri, 15 Jan 2016 16:39:26 +0100 Message-ID: From: Takashi Iwai To: Dmitry Vyukov Cc: alsa-devel@alsa-project.org, Jie Yang , Mark Brown , Jaroslav Kysela , LKML , Eric Dumazet , Alexander Potapenko , Kostya Serebryany , syzkaller , Sasha Levin Subject: Re: sound: use-after-free in snd_timer_interrupt In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Jan 2016 16:28:33 +0100, Dmitry Vyukov wrote: > > On Fri, Jan 15, 2016 at 4:21 PM, Takashi Iwai wrote: > > So you're running this in parallel? Or a tight sequential loop? > > I did the latter, and I tried even this on a bare metal, but couldn't > > trigger the Oops, so far. > > Yes, I run it in parallel using: > > $ go get golang.org/x/tools/cmd/stress > $ ./stress -p 8 ./a.out > > But it just keeps 8 parallel processes running. OK, then a bit different than I tested. Will check. > > Meanwhile, I pushed the tree including all fixes at for-linus branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-linus > > > > It'd be appreciated if you can test this one. > > Is it different from the patches you mailed? No, they should be basically same, but just to make sure that we're on the same ground. > I keep several dozens > fixes for bugs that are not yet merged into Linus tree + own kcov > patch. It is not easy to rebase... The branch should be pullable onto 4.4-final cleanly. > Here is what I now have for sound/ > https://gist.githubusercontent.com/dvyukov/dc29dbfd320126285fd8/raw/e2ca7b59c0dc118045f9fb4e3d052cbc751e787e/gistfile1.txt > Takashi