From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] via82cxxx: fix typo for VT6415 PCIE PATA IDE Host Controller support. Date: Sun, 18 Jul 2010 16:56:20 -0700 (PDT) Message-ID: <20100718.165620.133871819.davem@davemloft.net> References: <1279494644-3762-1-git-send-email-ydirson@altern.org> <20100718232838.GA3245@home.lan> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:56446 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757645Ab0GRX4F (ORCPT ); Sun, 18 Jul 2010 19:56:05 -0400 In-Reply-To: <20100718232838.GA3245@home.lan> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: ydirson@free.fr Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org From: Yann Dirson Date: Mon, 19 Jul 2010 01:28:38 +0200 > On Mon, Jul 19, 2010 at 01:13:24AM +0200, Yann Dirson wrote: >> Without this fix, init of the via82cxxx driver causes a oops with a >> stack resembling the one below, and the boot blocks between init of >> USB devices and launch of init (was easy to bisect by booting with >> init=/bin/sh). > > Looks like I was a bit too quick - this backtrace is not one of those > I got without this fix (they never made it to the disk), but happens > with the fix applied. The fix is still correct, so I'll leave it in the tree.