From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [stable] [PATCH] ata_piix: update map 10b for ich8m Date: Tue, 7 Aug 2007 01:07:09 -0700 Message-ID: <20070807080709.GA28717@kroah.com> References: <20070806174327.GP13674@htj.dyndns.org> <20070807075336.GA13471@kroah.com> <46B828A4.9010306@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:58659 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755652AbXHGIdA (ORCPT ); Tue, 7 Aug 2007 04:33:00 -0400 Content-Disposition: inline In-Reply-To: <46B828A4.9010306@gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Tejun Heo Cc: Jeff Garzik , linux-ide@vger.kernel.org, kristen.c.accardi@intel.com, stable@kernel.org On Tue, Aug 07, 2007 at 05:09:08PM +0900, Tejun Heo wrote: > Greg KH wrote: > > On Tue, Aug 07, 2007 at 02:43:27AM +0900, Tejun Heo wrote: > >> Fix map entry 10b for ich8. It's [P0 P2 IDE IDE] like ich6 / ich6m. > >> > >> Signed-off-by: Tejun Heo > >> Cc: kristen.c.accardi@intel.com > >> --- > >> Many users can be hit by this. Please consider for -stable. Thanks. > >> > >> drivers/ata/ata_piix.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c > >> index a78832e..c5b4509 100644 > >> --- a/drivers/ata/ata_piix.c > >> +++ b/drivers/ata/ata_piix.c > >> @@ -436,7 +436,7 @@ static const struct piix_map_db ich8_map_db = { > >> /* PM PS SM SS MAP */ > >> { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */ > >> { RV, RV, RV, RV }, > >> - { IDE, IDE, NA, NA }, /* 10b (IDE mode) */ > >> + { P0, P2, IDE, IDE }, /* 10b (IDE mode) */ > >> { RV, RV, RV, RV }, > >> }, > >> }; > > > > Did this ever make it into Linus's tree? > > Not yet. Hmmm... Should I have mailed -stable separately after Jeff's ACK? Yeah, that would be best, as we need to wait until the patches go into Linus's tree before adding them to ours to make sure we don't get out of sync. thanks, greg k-h