From: Matthew Wilcox <willy@debian.org>
To: Greg KH <greg@kroah.com>
Cc: Matthew Wilcox <willy@debian.org>,
"David S. Miller" <davem@redhat.com>,
Jeff Garzik <jgarzik@pobox.com>,
linux-pci@atrey.karlin.mff.cuni.cz, netdev@oss.sgi.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pci_get_slot()
Date: Thu, 18 Dec 2003 20:00:31 +0000 [thread overview]
Message-ID: <20031218200031.GK15674@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <20031218002444.GI6258@kroah.com>
On Wed, Dec 17, 2003 at 04:24:44PM -0800, Greg KH wrote:
> I've applied the pci portions of this patch to my trees and will send it
> on after 2.6.0 is out.
James Bottomley found a bug in it; could you also apply:
--- a/drivers/pci/search.c 17 Oct 2003 12:24:07 -0000 1.2
+++ b/drivers/pci/search.c 13 Dec 2003 22:36:04 -0000 1.3
@@ -125,7 +125,7 @@ struct pci_dev * pci_get_slot(struct pci
WARN_ON(in_interrupt());
spin_lock(&pci_bus_lock);
- list_for_each(tmp, &bus->children) {
+ list_for_each(tmp, &bus->devices) {
dev = pci_dev_b(tmp);
if (dev->devfn == devfn)
goto out;
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
next prev parent reply other threads:[~2003-12-18 20:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-15 18:32 [PATCH] pci_get_slot() Matthew Wilcox
2003-10-15 18:41 ` Greg KH
2003-10-15 18:50 ` Matthew Wilcox
2003-10-15 19:34 ` Greg KH
2003-10-15 19:55 ` Jeff Garzik
2003-10-15 19:13 ` Linus Torvalds
2003-12-18 0:24 ` Greg KH
2003-12-18 20:00 ` Matthew Wilcox [this message]
2004-01-29 22:46 ` Greg KH
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=20031218200031.GK15674@parcelfarce.linux.theplanet.co.uk \
--to=willy@debian.org \
--cc=davem@redhat.com \
--cc=greg@kroah.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@atrey.karlin.mff.cuni.cz \
--cc=netdev@oss.sgi.com \
/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).