login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
31
Re: Linux 2.6.27-rc5: System boot regression caused by commit a2bd7274b47124d2fc4dfdb8c0591f545ba749dd
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: Linux 2.6.27-rc5: System boot regression caused by commit a2bd7274b47124d2fc4dfdb8c0591f545ba749dd
Date: Saturday, August 30, 2008 - 5:50 pm
On Sat, Aug 30, 2008 at 5:27 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> On Sat, Aug 30, 2008 at 4:39 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote: >> On Sat, Aug 30, 2008 at 4:28 PM, Linus Torvalds >> <torvalds@linux-foundation.org> wrote: >>> >>> >>> On Sat, 30 Aug 2008, Yinghai Lu wrote: >>>> >>>> wait, THAT BAR is 64BIT capable, So kernel should assign 64bit range to it... >>>> it request_resource fails... >>> >>> I don't think we've ever done new allocations in 64 bits. Although looking >>> for it, I have to admit that I don't see what would limit us right now. >>> There used to be some paths that weren't 64-bit clean, but I think we >>> fixed all of those. >> >> would be some corner case... >> > > pci_assign_unassigned_resources==>pci_bus_assign_resources==>pbus_assign_resources_sorted(struct > > static void pbus_assign_resources_sorted(struct pci_bus *bus) > { > struct pci_dev *dev; > struct resource *res; > struct resource_list head, *list, *tmp; > int idx; > > head.next = NULL; > list_for_each_entry(dev, &bus->devices, bus_list) { > u16 class = dev->class >> 8; > > /* Don't touch classless devices or host bridges or ioapics. */ > if (class == PCI_CLASS_NOT_DEFINED || > class == PCI_CLASS_BRIDGE_HOST) > continue; > > > it skips the host bridge...
what's story for not touching host bridges? YH --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Linux 2.6.27-rc5
, Linus Torvalds
, (Thu Aug 28, 4:26 pm)
cpu time oddity (was Re: Linux 2.6.27-rc5)
, Alistair John Strachan
, (Fri Aug 29, 8:42 am)
Re: cpu time oddity (was Re: Linux 2.6.27-rc5)
, Alistair John Strachan
, (Fri Aug 29, 8:56 am)
Re: Linux 2.6.27-rc5
, Rafael J. Wysocki
, (Fri Aug 29, 10:13 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Fri Aug 29, 12:57 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 2:13 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 2:19 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 2:44 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Fri Aug 29, 3:30 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Fri Aug 29, 3:31 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Fri Aug 29, 3:32 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Jeff Garzik
, (Fri Aug 29, 3:34 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Fri Aug 29, 3:47 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 4:24 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 5:08 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 5:11 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 5:20 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 5:27 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 5:45 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 6:11 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 6:14 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 6:30 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 7:16 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 7:29 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 7:33 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 7:56 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 8:00 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 8:07 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 8:10 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 8:15 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 8:24 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 9:41 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 10:02 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Fri Aug 29, 10:22 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 10:52 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 11:11 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Fri Aug 29, 11:18 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 1:02 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 6:32 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 9:05 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 10:14 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 10:39 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 10:55 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 11:07 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 11:11 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 11:43 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 12:06 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 12:10 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 12:14 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 12:20 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 12:26 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 12:29 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 12:29 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 12:31 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 12:41 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 12:48 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 12:51 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 1:10 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 1:14 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 1:38 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 1:46 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 2:12 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 2:13 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sat Aug 30, 2:34 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 2:49 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 3:41 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 3:50 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 4:28 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 4:39 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 5:27 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 5:50 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 6:10 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 8:00 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sat Aug 30, 8:53 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 8:58 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sat Aug 30, 9:12 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Rafael J. Wysocki
, (Sun Aug 31, 5:27 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sun Aug 31, 10:42 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sun Aug 31, 10:54 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Sun Aug 31, 11:03 am)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Yinghai Lu
, (Sun Aug 31, 2:03 pm)
Re: Linux 2.6.27-rc5
, J.A.
, (Sun Aug 31, 4:27 pm)
Re: Linux 2.6.27-rc5: System boot regression caused by com ...
, Linus Torvalds
, (Mon Sep 1, 10:53 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alan Cox
Re: Please add ZFS support (from GPL sources)
Trenton D. Adams
Re: Flash IO slow 1.5 MB/s
Bart Van Assche
Re: Is gcc thread-unsafe?
Ingo Molnar
Re: [PATCH] x86: silence section mismatch warning - uv_cpu_init
Rafael J. Wysocki
[Bug #11287] Regression in 2.6.27-rc2 in acpi_processor_init()
git
:
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: Sporadic BSOD with msys git?
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
linux-netdev
:
David Miller
Re: [RFC 0/5] generic rx recycling
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
Jeff Garzik
Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
net: don't grab a mutex within a timer context in gianfar
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
openbsd-misc
:
Christophe Rioux
Implementation example of snmp
Nick Holland
Re: booting openbsd on eee without cd-rom
Cabillot Julien
Re: OpenBSD isakmpd and pf vs Cisco PIX or ASA
Nice Daemon
Re: Bind ntpd on certain interface?
Marco Peereboom
Re: Singularity OS
Colocation donated by:
Syndicate