Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752339AbZDMNdO (ORCPT ); Mon, 13 Apr 2009 09:33:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751833AbZDMNc5 (ORCPT ); Mon, 13 Apr 2009 09:32:57 -0400 Received: from cantor.suse.de ([195.135.220.2]:38121 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbZDMNc5 (ORCPT ); Mon, 13 Apr 2009 09:32:57 -0400 Date: Mon, 13 Apr 2009 15:32:52 +0200 Message-ID: From: Takashi Iwai To: Jeff Chua Cc: Akinobu Mita , Linus Torvalds , Andrew Morton , perex@perex.cz, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] sound updates for 2.6.30 In-Reply-To: References: User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1447 Lines: 41 At Wed, 8 Apr 2009 20:56:11 +0800, Jeff Chua wrote: > > On Wed, Apr 8, 2009 at 9:53 AM, Takashi Iwai wrote: > > At Tue, 7 Apr 2009 14:04:28 +0800, > > Jeff Chua wrote: > >> > >> I encountered this oops with the latest linux git pull. Will this > >> update fix the problem? When I rolled back to 2.6.29-stable, the sound > >> works find. > >> > >> Oops from dmesg ... > > > > Judging also from other bug reports, this looks like Analog codec > > specific. ?Likely it's a typo or so... > > > > Could you add probe_only=1 module option and load the module, then > > run alsa-info.sh output with --no-upload option and attach the > > generated file? ?The script is found at > > ? ?http://www.alsa-project.org/alsa-info.sh > > > > (BTW, I'm on vacation now, and I'll check this bug after Easter > > ?holidays. ?Sorry for inconvenience.) > > Good news is the latest linux git pull today makes the HDA opps go > away. It's all good now. Good to know. It must be Mita-san's patch to fix my typo. Two strings were concatenated due to lack of comma, and resulted in a too long string over the fixed size array. I'll add strlen check or use strlcpy to make it safer later. thanks, Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/