Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PCI: Replace lkml.org, spinics, gmane with lore.kernel.org

The lkml.org, spinics.net, and gmane.org archives are not very reliable
and, in some cases, not even easily accessible. Replace links to them with
links to lore.kernel.org, the archives hosted by kernel.org.

I found the gmane items via the Wayback Machine archive at
https://web.archive.org/.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

+7 -6
+1 -1
Documentation/PCI/pci.rst
··· 214 214 problem and unlikely to get fixed soon. 215 215 216 216 This has been discussed before but not changed as of 2.6.19: 217 - http://lkml.org/lkml/2006/3/2/194 217 + https://lore.kernel.org/r/20060302180025.GC28895@flint.arm.linux.org.uk/ 218 218 219 219 220 220 pci_set_master() will enable DMA by setting the bus master bit
+4 -4
drivers/pci/quirks.c
··· 3549 3549 * The device will throw a Link Down error on AER-capable systems and 3550 3550 * regardless of AER, config space of the device is never accessible again 3551 3551 * and typically causes the system to hang or reset when access is attempted. 3552 - * http://www.spinics.net/lists/linux-pci/msg34797.html 3552 + * https://lore.kernel.org/r/20140923210318.498dacbd@dualc.maya.org/ 3553 3553 */ 3554 3554 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0030, quirk_no_bus_reset); 3555 3555 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0032, quirk_no_bus_reset); ··· 4378 4378 * redirect (CR) since all transactions are redirected to the upstream 4379 4379 * root complex. 4380 4380 * 4381 - * http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94086 4382 - * http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94102 4383 - * http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/99402 4381 + * https://lore.kernel.org/r/201207111426.q6BEQTbh002928@mail.maya.org/ 4382 + * https://lore.kernel.org/r/20120711165854.GM25282@amd.com/ 4383 + * https://lore.kernel.org/r/20121005130857.GX4009@amd.com/ 4384 4384 * 4385 4385 * 1002:4385 SBx00 SMBus Controller 4386 4386 * 1002:439c SB7x0/SB8x0/SB9x0 IDE Controller
+2 -1
drivers/pci/setup-res.c
··· 73 73 /* 74 74 * Apparently some Matrox devices have ROM BARs that read 75 75 * as zero when disabled, so don't update ROM BARs unless 76 - * they're enabled. See https://lkml.org/lkml/2005/8/30/138. 76 + * they're enabled. See 77 + * https://lore.kernel.org/r/43147B3D.1030309@vc.cvut.cz/ 77 78 */ 78 79 if (!(res->flags & IORESOURCE_ROM_ENABLE)) 79 80 return;