* Current open PCI defects @ 2013-06-26 2:50 Bjorn Helgaas 2013-06-26 3:02 ` Alex Williamson 2013-06-26 5:51 ` Yinghai Lu 0 siblings, 2 replies; 11+ messages in thread From: Bjorn Helgaas @ 2013-06-26 2:50 UTC (permalink / raw) To: linux-pci Here's a list of the current PCI defects open in https://bugzilla.kernel.org Hint: maintainers really like it when people take the initiative to resolve open issues. Regressions (8 total): 15388 After suspend to ram, laptop doesn't connect to the wired network. Sky2 error. Marvell 88E8036 41622 [REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7 42606 PCI I/O range not assigned under newer kernels 44881 pci_find_upstream_pcie_bridge() warning 57331 pci_disable_link_state() doesn't disable L1 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp 59311 14e4:16bc SD card slot not working on Acer Aspire One 756 59411 Several new kmemleaks related to acpiphp Others (31 total): 10461 PCI resource assignments fail due to poor allocation strategy 15508 pciehp failing to recognise expresscards after a suspend/resume cycle 16119 jmb38x recognized and works only if a card is plugged in during boot 16470 pci_raw_set_power_state does not return an error if power state fails to change. 24712 pciehp: resume problem: PCMCIA card insert not detected after resume 29922 irqpoll crash 29982 PCI Device conflicts with GART 35452 Devices not available after resume from suspend to RAM 40802 Kernel does not detect JMicron card reader unless a card is inserted when the PCI bus is scanned 42552 PCI BAR Conflicts with E820 Area 43041 Internal SD card reader is not working on Dell XPS L501x 43192 various ExpressCards are not recognized 43331 error updating BAR 44021 Internal SD card reader is not working on Dell XPS 17 L502X 47381 Screaming IRQ with Radeon HD4670 AGP / HDMI audio 48451 error reserving uninitialized BAR 50161 Dell Precision T5400 Workstation has incorrect CRS for PCI host bridge window 50671 bnx2: No interrupt was generated using MSI, switching to INTx mode 52211 "pci=nocrs" required to get BAR address assignment for SR-IOV capable card on IBM M4 x3650 52531 Unify pcibios_resource_survey(), etc 52591 xhci module fails when booting in UEFI mode 54411 kernel panic when parallel remove pci device triggered by sysfs/pci interface 54801 ExpressCard hotplug with acpiphp doesn't work unless pcie_aspm=force used 54921 pciehp/xhci ExpressCard failure on Dell Vostro 3550 54981 ExpressCard hotplug fails except with pcie_ports=native 57311 Unexpected return value of pci_dma_mapping_error() when process is killed by signal 57321 Using pci_reset_function() when doing unbind in parallel is problematic 59191 host bridge apertures not really enforced on PA-RISC ? 59391 pcie_aspm=off breaks pciehp on Dell Vostro 3550 (unlike pcie_aspm=compat) 59531 Error recovery slot_reset() callback called while device is frozen 60111 NULL pointer deref in ASPM alloc_pcie_link_state() on non-compliant topology ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 2:50 Current open PCI defects Bjorn Helgaas @ 2013-06-26 3:02 ` Alex Williamson 2013-06-26 3:33 ` Bjorn Helgaas 2013-06-26 5:51 ` Yinghai Lu 1 sibling, 1 reply; 11+ messages in thread From: Alex Williamson @ 2013-06-26 3:02 UTC (permalink / raw) To: Bjorn Helgaas; +Cc: linux-pci On Tue, 2013-06-25 at 20:50 -0600, Bjorn Helgaas wrote: > Here's a list of the current PCI defects open in https://bugzilla.kernel.org > > Hint: maintainers really like it when people take the initiative to > resolve open issues. > > Regressions (8 total): > > 15388 After suspend to ram, laptop doesn't connect to the wired network. Sky2 error. Marvell 88E8036 > 41622 [REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7 > 42606 PCI I/O range not assigned under newer kernels > 44881 pci_find_upstream_pcie_bridge() warning http://www.spinics.net/lists/linux-pci/msg23262.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 3:02 ` Alex Williamson @ 2013-06-26 3:33 ` Bjorn Helgaas 0 siblings, 0 replies; 11+ messages in thread From: Bjorn Helgaas @ 2013-06-26 3:33 UTC (permalink / raw) To: Alex Williamson; +Cc: linux-pci@vger.kernel.org On Tue, Jun 25, 2013 at 9:02 PM, Alex Williamson <alex.williamson@redhat.com> wrote: > On Tue, 2013-06-25 at 20:50 -0600, Bjorn Helgaas wrote: >> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >> >> Hint: maintainers really like it when people take the initiative to >> resolve open issues. >> >> Regressions (8 total): >> >> 15388 After suspend to ram, laptop doesn't connect to the wired network. Sky2 error. Marvell 88E8036 >> 41622 [REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7 >> 42606 PCI I/O range not assigned under newer kernels >> 44881 pci_find_upstream_pcie_bridge() warning > > http://www.spinics.net/lists/linux-pci/msg23262.html Thanks, I haven't caught up on my email from vacation yet. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 2:50 Current open PCI defects Bjorn Helgaas 2013-06-26 3:02 ` Alex Williamson @ 2013-06-26 5:51 ` Yinghai Lu 2013-06-26 14:35 ` Greg Kroah-Hartman 2013-06-26 16:36 ` Bjorn Helgaas 1 sibling, 2 replies; 11+ messages in thread From: Yinghai Lu @ 2013-06-26 5:51 UTC (permalink / raw) To: Bjorn Helgaas, Greg Kroah-Hartman; +Cc: linux-pci@vger.kernel.org On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: > Here's a list of the current PCI defects open in https://bugzilla.kernel.org > > Hint: maintainers really like it when people take the initiative to > resolve open issues. > > Regressions (8 total): > 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp for 3.9 stable: https://patchwork.kernel.org/patch/2676821/ Greg, can you pick that for 3.9.8? Thanks Yinghai ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 5:51 ` Yinghai Lu @ 2013-06-26 14:35 ` Greg Kroah-Hartman 2013-06-26 16:36 ` Bjorn Helgaas 1 sibling, 0 replies; 11+ messages in thread From: Greg Kroah-Hartman @ 2013-06-26 14:35 UTC (permalink / raw) To: Yinghai Lu; +Cc: Bjorn Helgaas, linux-pci@vger.kernel.org On Tue, Jun 25, 2013 at 10:51:22PM -0700, Yinghai Lu wrote: > On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: > > Here's a list of the current PCI defects open in https://bugzilla.kernel.org > > > > Hint: maintainers really like it when people take the initiative to > > resolve open issues. > > > > Regressions (8 total): > > > 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp > > for 3.9 stable: > https://patchwork.kernel.org/patch/2676821/ > > Greg, can you pick that for 3.9.8? <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. </formletter> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 5:51 ` Yinghai Lu 2013-06-26 14:35 ` Greg Kroah-Hartman @ 2013-06-26 16:36 ` Bjorn Helgaas 2013-06-26 16:43 ` Yinghai Lu 1 sibling, 1 reply; 11+ messages in thread From: Bjorn Helgaas @ 2013-06-26 16:36 UTC (permalink / raw) To: Yinghai Lu; +Cc: Greg Kroah-Hartman, linux-pci@vger.kernel.org On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: > On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >> >> Hint: maintainers really like it when people take the initiative to >> resolve open issues. >> >> Regressions (8 total): > >> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp > > for 3.9 stable: > https://patchwork.kernel.org/patch/2676821/ > > Greg, can you pick that for 3.9.8? That patch is already in Linus' tree and is marked correctly (AFAICS) for 3.9 stable: commit 3f327e39b4b8f760c331bb2836735be6d83fbf53 Author: Yinghai Lu <yinghai@kernel.org> Date: Tue May 7 11:06:03 2013 -0600 PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check ... [bhelgaas: changelog, references] Reference: https://lkml.kernel.org/r/CAAh6nkmbKR3HTqm5ommevsBwhL_u0N8Rk7Wsms_LfP=nBgKNew@mail.gmail.com Reference: https://bugzilla.kernel.org/show_bug.cgi?id=57961 Reported-by: Gavin Guo <tuffkidtt@gmail.com> Tested-by: Gavin Guo <tuffkidtt@gmail.com> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Jiang Liu <jiang.liu@huawei.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> CC: stable@vger.kernel.org # v3.9+ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 16:36 ` Bjorn Helgaas @ 2013-06-26 16:43 ` Yinghai Lu 2013-06-26 19:34 ` Bjorn Helgaas 0 siblings, 1 reply; 11+ messages in thread From: Yinghai Lu @ 2013-06-26 16:43 UTC (permalink / raw) To: Bjorn Helgaas; +Cc: Greg Kroah-Hartman, linux-pci@vger.kernel.org On Wed, Jun 26, 2013 at 9:36 AM, Bjorn Helgaas <bhelgaas@google.com> wrote: > On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: >> On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >>> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >>> >>> Hint: maintainers really like it when people take the initiative to >>> resolve open issues. >>> >>> Regressions (8 total): >> >>> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp >> >> for 3.9 stable: >> https://patchwork.kernel.org/patch/2676821/ >> >> Greg, can you pick that for 3.9.8? > > That patch is already in Linus' tree and is marked correctly (AFAICS) > for 3.9 stable: Yes, but the one can not be applied to v3.9 cleanly. so at same time you have backporting for 3.9. Greg applied that for 3.9.5 but it has compile error, as v3.9 acpiphp is still able to be complied as module. Per your request, I respin that patch https://patchwork.kernel.org/patch/2676821/ that will call request_module("acpiphp") at first. Thanks Yinghai > > commit 3f327e39b4b8f760c331bb2836735be6d83fbf53 > Author: Yinghai Lu <yinghai@kernel.org> > Date: Tue May 7 11:06:03 2013 -0600 > > PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check > > ... > > [bhelgaas: changelog, references] > Reference: https://lkml.kernel.org/r/CAAh6nkmbKR3HTqm5ommevsBwhL_u0N8Rk7Wsms_LfP=nBgKNew@mail.gmail.com > Reference: https://bugzilla.kernel.org/show_bug.cgi?id=57961 > Reported-by: Gavin Guo <tuffkidtt@gmail.com> > Tested-by: Gavin Guo <tuffkidtt@gmail.com> > Signed-off-by: Yinghai Lu <yinghai@kernel.org> > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > Reviewed-by: Jiang Liu <jiang.liu@huawei.com> > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > CC: stable@vger.kernel.org # v3.9+ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 16:43 ` Yinghai Lu @ 2013-06-26 19:34 ` Bjorn Helgaas 2013-06-26 19:47 ` Yinghai Lu 0 siblings, 1 reply; 11+ messages in thread From: Bjorn Helgaas @ 2013-06-26 19:34 UTC (permalink / raw) To: Yinghai Lu; +Cc: Greg Kroah-Hartman, linux-pci@vger.kernel.org On Wed, Jun 26, 2013 at 10:43 AM, Yinghai Lu <yinghai@kernel.org> wrote: > On Wed, Jun 26, 2013 at 9:36 AM, Bjorn Helgaas <bhelgaas@google.com> wrote: >> On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: >>> On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >>>> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >>>> >>>> Hint: maintainers really like it when people take the initiative to >>>> resolve open issues. >>>> >>>> Regressions (8 total): >>> >>>> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp >>> >>> for 3.9 stable: >>> https://patchwork.kernel.org/patch/2676821/ >>> >>> Greg, can you pick that for 3.9.8? >> >> That patch is already in Linus' tree and is marked correctly (AFAICS) >> for 3.9 stable: > > Yes, but the one can not be applied to v3.9 cleanly. > so at same time you have backporting for 3.9. > > Greg applied that for 3.9.5 but it has compile error, as v3.9 acpiphp is still > able to be complied as module. > > Per your request, I respin that patch > https://patchwork.kernel.org/patch/2676821/ > that will call request_module("acpiphp") at first. Oh, right, I forgot that. Then I'll just let you take care of sending that to Greg in the correct format. Bjorn ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 19:34 ` Bjorn Helgaas @ 2013-06-26 19:47 ` Yinghai Lu 2013-06-26 20:19 ` Greg Kroah-Hartman 0 siblings, 1 reply; 11+ messages in thread From: Yinghai Lu @ 2013-06-26 19:47 UTC (permalink / raw) To: Bjorn Helgaas; +Cc: Greg Kroah-Hartman, linux-pci@vger.kernel.org On Wed, Jun 26, 2013 at 12:34 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: > On Wed, Jun 26, 2013 at 10:43 AM, Yinghai Lu <yinghai@kernel.org> wrote: >> On Wed, Jun 26, 2013 at 9:36 AM, Bjorn Helgaas <bhelgaas@google.com> wrote: >>> On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: >>>> On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >>>>> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >>>>> >>>>> Hint: maintainers really like it when people take the initiative to >>>>> resolve open issues. >>>>> >>>>> Regressions (8 total): >>>> >>>>> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp >>>> >>>> for 3.9 stable: >>>> https://patchwork.kernel.org/patch/2676821/ >>>> >>>> Greg, can you pick that for 3.9.8? >>> >>> That patch is already in Linus' tree and is marked correctly (AFAICS) >>> for 3.9 stable: >> >> Yes, but the one can not be applied to v3.9 cleanly. >> so at same time you have backporting for 3.9. >> >> Greg applied that for 3.9.5 but it has compile error, as v3.9 acpiphp is still >> able to be complied as module. >> >> Per your request, I respin that patch >> https://patchwork.kernel.org/patch/2676821/ >> that will call request_module("acpiphp") at first. > > Oh, right, I forgot that. Then I'll just let you take care of sending > that to Greg in the correct format. I sent that before. https://patchwork.kernel.org/patch/2676821/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 19:47 ` Yinghai Lu @ 2013-06-26 20:19 ` Greg Kroah-Hartman 2013-06-26 21:14 ` Yinghai Lu 0 siblings, 1 reply; 11+ messages in thread From: Greg Kroah-Hartman @ 2013-06-26 20:19 UTC (permalink / raw) To: Yinghai Lu; +Cc: Bjorn Helgaas, linux-pci@vger.kernel.org On Wed, Jun 26, 2013 at 12:47:41PM -0700, Yinghai Lu wrote: > On Wed, Jun 26, 2013 at 12:34 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: > > On Wed, Jun 26, 2013 at 10:43 AM, Yinghai Lu <yinghai@kernel.org> wrote: > >> On Wed, Jun 26, 2013 at 9:36 AM, Bjorn Helgaas <bhelgaas@google.com> wrote: > >>> On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: > >>>> On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: > >>>>> Here's a list of the current PCI defects open in https://bugzilla.kernel.org > >>>>> > >>>>> Hint: maintainers really like it when people take the initiative to > >>>>> resolve open issues. > >>>>> > >>>>> Regressions (8 total): > >>>> > >>>>> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp > >>>> > >>>> for 3.9 stable: > >>>> https://patchwork.kernel.org/patch/2676821/ > >>>> > >>>> Greg, can you pick that for 3.9.8? > >>> > >>> That patch is already in Linus' tree and is marked correctly (AFAICS) > >>> for 3.9 stable: > >> > >> Yes, but the one can not be applied to v3.9 cleanly. > >> so at same time you have backporting for 3.9. > >> > >> Greg applied that for 3.9.5 but it has compile error, as v3.9 acpiphp is still > >> able to be complied as module. > >> > >> Per your request, I respin that patch > >> https://patchwork.kernel.org/patch/2676821/ > >> that will call request_module("acpiphp") at first. > > > > Oh, right, I forgot that. Then I'll just let you take care of sending > > that to Greg in the correct format. > > I sent that before. > > https://patchwork.kernel.org/patch/2676821/ To stable@vger.kernel.org? Did I comment on it, I can't seem to see it anywhere here. totally confused, greg k-h ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Current open PCI defects 2013-06-26 20:19 ` Greg Kroah-Hartman @ 2013-06-26 21:14 ` Yinghai Lu 0 siblings, 0 replies; 11+ messages in thread From: Yinghai Lu @ 2013-06-26 21:14 UTC (permalink / raw) To: Greg Kroah-Hartman; +Cc: Bjorn Helgaas, linux-pci@vger.kernel.org On Wed, Jun 26, 2013 at 1:19 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Wed, Jun 26, 2013 at 12:47:41PM -0700, Yinghai Lu wrote: >> On Wed, Jun 26, 2013 at 12:34 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >> > On Wed, Jun 26, 2013 at 10:43 AM, Yinghai Lu <yinghai@kernel.org> wrote: >> >> On Wed, Jun 26, 2013 at 9:36 AM, Bjorn Helgaas <bhelgaas@google.com> wrote: >> >>> On Tue, Jun 25, 2013 at 11:51 PM, Yinghai Lu <yinghai@kernel.org> wrote: >> >>>> On Tue, Jun 25, 2013 at 7:50 PM, Bjorn Helgaas <bhelgaas@google.com> wrote: >> >>>>> Here's a list of the current PCI defects open in https://bugzilla.kernel.org >> >>>>> >> >>>>> Hint: maintainers really like it when people take the initiative to >> >>>>> resolve open issues. >> >>>>> >> >>>>> Regressions (8 total): >> >>>> >> >>>>> 57961 ExpressCard hot-remove and hot-add not recognized by acpiphp >> >>>> >> >>>> for 3.9 stable: >> >>>> https://patchwork.kernel.org/patch/2676821/ >> >>>> >> >>>> Greg, can you pick that for 3.9.8? >> >>> >> >>> That patch is already in Linus' tree and is marked correctly (AFAICS) >> >>> for 3.9 stable: >> >> >> >> Yes, but the one can not be applied to v3.9 cleanly. >> >> so at same time you have backporting for 3.9. >> >> >> >> Greg applied that for 3.9.5 but it has compile error, as v3.9 acpiphp is still >> >> able to be complied as module. >> >> >> >> Per your request, I respin that patch >> >> https://patchwork.kernel.org/patch/2676821/ >> >> that will call request_module("acpiphp") at first. >> > >> > Oh, right, I forgot that. Then I'll just let you take care of sending >> > that to Greg in the correct format. >> >> I sent that before. >> >> https://patchwork.kernel.org/patch/2676821/ > > To stable@vger.kernel.org? Did I comment on it, I can't seem to see it > anywhere here. Not "to", it is "cc" from: Yinghai Lu <yinghai@kernel.org> to: Bjorn Helgaas <bhelgaas@google.com>, "Rafael J. Wysocki" <rjw@sisk.pl>, Jiang Liu <jiang.liu@huawei.com>, gregkh@linuxfoundation.org cc: Gavin Guo <tuffkidtt@gmail.com>, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Yinghai Lu <yinghai@kernel.org>, rafael.j.wysocki@intel.com, stable@vger.kernel.org date: Wed, Jun 5, 2013 at 6:55 PM subject: [PATCH v3.9 stable] PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-06-26 21:14 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-26 2:50 Current open PCI defects Bjorn Helgaas 2013-06-26 3:02 ` Alex Williamson 2013-06-26 3:33 ` Bjorn Helgaas 2013-06-26 5:51 ` Yinghai Lu 2013-06-26 14:35 ` Greg Kroah-Hartman 2013-06-26 16:36 ` Bjorn Helgaas 2013-06-26 16:43 ` Yinghai Lu 2013-06-26 19:34 ` Bjorn Helgaas 2013-06-26 19:47 ` Yinghai Lu 2013-06-26 20:19 ` Greg Kroah-Hartman 2013-06-26 21:14 ` Yinghai Lu
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.