From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Fwd: Regression: Line6 Toneport stops working on 4.10-rc5 Date: Mon, 06 Feb 2017 12:01:27 +0100 Message-ID: References: <20170126074724.GA9837@kroah.com> <20170126093002.GA787@kroah.com> <20170127165429.GA19745@kroah.com> <20170206101844.GA10982@kroah.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D14AD2667FE for ; Mon, 6 Feb 2017 12:01:28 +0100 (CET) In-Reply-To: <20170206101844.GA10982@kroah.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Greg KH Cc: Igor Zinovev , Andrej Krutak , alsa-devel@alsa-project.org, linux-usb@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Mon, 06 Feb 2017 11:18:44 +0100, Greg KH wrote: > > On Mon, Feb 06, 2017 at 01:01:56PM +0300, Igor Zinovev wrote: > > Hello again! > > > > Thanks for the advice, but bisecting the whole tree took me quite a > > while and I ended up stuck because booting on some bisect states has > > led my system to run without some devices, like wireless and sound. So > > I tried to bisect the sound/usb/line6 path. It turns out that this > > commit is the point where it breaks for me: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/usb/line6?id=f6a0dd107ad0c8b59d1c9735eea4b8cb9f460949 > > > > In fact, when I apply the reverse patch on top of 4.10-rc7, it fixes > > the problem for me. > > Wonderful, thanks so much for tracking this down! > > > Should I bring some of the people that are mentioned in the commit > > into this conversation? > > I've done so now. Andrej and Takashi, the above patch causes a > regression for Igor, any thoughts? Should we just revert it? Yeah, the patch looks wrong, the function line6_get_interval() should be called unconditionally. I'm going to queue a revert for 4.10-final. thanks, Takashi