From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for February 20
Date: Fri, 20 Feb 2009 17:32:06 +0100 [thread overview]
Message-ID: <200902201732.06203.bzolnier@gmail.com> (raw)
In-Reply-To: <20090220201224.3f32ae24.sfr@canb.auug.org.au>
On Friday 20 February 2009, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20090219:
I've just noticed stall patch version in ide tree so if you're
using ide this patch is also necessary (fixes hang on boot):
--- linux-next/drivers/ide/ide-iops.c 2009-02-20 18:00:28.000000000 +0100
+++ linux-2.6.git/drivers/ide/ide-iops.c 2009-02-19 18:31:04.000000000 +0100
@@ -468,9 +468,9 @@
unsigned long flags;
spin_lock_irqsave(&hwif->lock, flags);
- if ((drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) &&
- (cmd->protocol == ATAPI_PROT_DMA ||
- cmd->protocol == ATAPI_PROT_PIO))
+ if ((cmd->protocol != ATAPI_PROT_DMA &&
+ cmd->protocol != ATAPI_PROT_PIO) ||
+ (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT))
__ide_set_handler(drive, handler, timeout);
hwif->tp_ops->exec_command(hwif, cmd->tf.command);
/*
next prev parent reply other threads:[~2009-02-20 16:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 9:12 linux-next: Tree for February 20 Stephen Rothwell
2009-02-20 16:32 ` Bartlomiej Zolnierkiewicz [this message]
2009-02-20 16:48 ` [PATCH] mimio: depends on INPUT Randy Dunlap
2009-02-20 17:03 ` linux-next: Tree for February 20 (netdev: hp-plus) Randy Dunlap
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=200902201732.06203.bzolnier@gmail.com \
--to=bzolnier@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).