From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net
Subject: [BK PATCH] PCI changes for 2.5.30
Date: Fri, 2 Aug 2002 16:53:22 -0700 [thread overview]
Message-ID: <20020802235321.GA1999@kroah.com> (raw)
Two small PCI changes, one for organizational sake, and the other to fix
a PCI hotplug bug.
Pull from: bk://linuxusb.bkbits.net/pci_hp-2.5
thanks,
greg k-h
drivers/pci/Makefile | 3 ++-
drivers/pci/compat.c | 14 ++++++++++++++
drivers/pci/names.c | 10 +++++-----
drivers/pci/pci.c | 12 ------------
4 files changed, 21 insertions(+), 18 deletions(-)
------
ChangeSet@1.515, 2002-08-02 16:45:14-07:00, t-kouchi@mvf.biglobe.ne.jp
[PATCH] [PATCH] PCI Hotplug patch to drivers/pci/names.c
I found that both compaq and ibm PCI hotplug driver call pci_scan_slot(),
which eventually call pci_name_device() in drivers/pci/names.c.
pci_name_device() is declared as __devinit while other data are
declared as __initdata.
This may result in undefined behavior for example, /proc/pci.
drivers/pci/names.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
------
ChangeSet@1.514, 2002-08-02 16:40:20-07:00, greg@kroah.com
PCI: move the EXPORT_SYMBOL(pcibios_*) declarations to the proper file.
drivers/pci/Makefile | 3 ++-
drivers/pci/compat.c | 14 ++++++++++++++
drivers/pci/pci.c | 12 ------------
3 files changed, 16 insertions(+), 13 deletions(-)
------
next reply other threads:[~2002-08-02 23:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-02 23:53 Greg KH [this message]
2002-08-02 23:54 ` [BK PATCH] PCI changes for 2.5.30 Greg KH
2002-08-02 23:55 ` 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=20020802235321.GA1999@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pcihpd-discuss@lists.sourceforge.net \
--cc=torvalds@transmeta.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 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.