Re: 2.6.13.1 locks machine after some time, 2.6.12.5 work fine

From: Adam Kropelin (akropel1_at_rochester.rr.com)
Date: 09/14/05

  • Next message: Al Viro: "Re: [PATCH 2.6.13.1] Patch for invisible threads"
    Date:	Tue, 13 Sep 2005 18:25:50 -0400
    To: "David S. Miller" <davem@davemloft.net>
    
    

    On Tue, Sep 13, 2005 at 01:22:13PM -0700, David S. Miller wrote:
    > From: Linus Torvalds <torvalds@osdl.org>
    > Date: Tue, 13 Sep 2005 08:55:31 -0700 (PDT)
    >
    > > > /* Reset expansion ROM address decode enable */
    > > > pci_read_config_word(ha->pdev, PCI_ROM_ADDRESS, &w);
    > > > w &= ~PCI_ROM_ADDRESS_ENABLE;
    > > > pci_write_config_word(ha->pdev, PCI_ROM_ADDRESS, w);
    > ...
    > > So the above probably works fine, especially since it's just disabling the
    > > ROM (ie we don't end up caring at all about the upper bits even if they
    > > did get the wrong value). But it's definitely bad practice, and there are
    > > probably cards (for which that driver is irrelevant, of course ;) where
    > > doing something like the above might not work at all.
    >
    > I think for consistency the above driver case should still be fixed,
    > however. This way when people try to audit the tree for
    > PCI_ROM_ADDRESS config space accesses, they won't come across this
    > same instance again and again.

    Agreed. I'll follow up with patches for the relevant maintainers.

    --Adam

    -
    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/


  • Next message: Al Viro: "Re: [PATCH 2.6.13.1] Patch for invisible threads"

    Relevant Pages

    • Re: 2.6.11-rc2-mm1 strange messages
      ... On Thu, 24 Feb 2005, Andrew Morton wrote: ... It might not be perfect in theory, but hey, practice is what matters. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • [PATCH][fbcon] Dont repaint the cursor when it is disabled.
      ... Currently even when the cursor is disabled, ... can be seen, for example, by chvt'ing to a free tty, disabling the ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [2.6.9-rc?] long pause after IDE detection
      ... Does disabling this option help? ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: acpi - forcing only button event & powerdown on?
      ... > Is there a way to force acpi on, but only for the couple of things I ... > (disabling the rest if it is a good idea), so I don't get into trouble ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: Catching NForce2 lockup with NMI watchdog
      ... Having had cause to try and figure out all this, I vote for the following being ... > In practice many system seem to take a good bit of guessing and testing. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)