All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Greg KH <greg@kroah.com>
Cc: Jeff Garzik <jeff@garzik.org>,
	linux-ide@vger.kernel.org, kristen.c.accardi@intel.com,
	stable@kernel.org
Subject: Re: [stable] [PATCH] ata_piix: update map 10b for ich8m
Date: Tue, 07 Aug 2007 17:09:08 +0900	[thread overview]
Message-ID: <46B828A4.9010306@gmail.com> (raw)
In-Reply-To: <20070807075336.GA13471@kroah.com>

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 <htejun@gmail.com>
>> Cc: <Kristen Carlson Accardi> 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?

Thanks.

-- 
tejun

  reply	other threads:[~2007-08-07  8:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-06 17:43 [PATCH] ata_piix: update map 10b for ich8m Tejun Heo
2007-08-06 17:51 ` Kristen Carlson Accardi
2007-08-07  7:53 ` [stable] " Greg KH
2007-08-07  8:09   ` Tejun Heo [this message]
2007-08-07  8:07     ` Greg KH
2007-08-08  0:57 ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46B828A4.9010306@gmail.com \
    --to=htejun@gmail.com \
    --cc=greg@kroah.com \
    --cc=jeff@garzik.org \
    --cc=kristen.c.accardi@intel.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=stable@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.