All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: moussa ba <musaba@gmail.com>
Cc: "linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>
Subject: Re: PCI Out of Resources
Date: Tue, 14 Apr 2015 08:58:40 -0500	[thread overview]
Message-ID: <20150414135840.GB19151@google.com> (raw)
In-Reply-To: <CAErSpo5K9utm4Bt75L75jTY5HPZO8qTtHfy9OzVqzxjV3FAW4A@mail.gmail.com>

On Tue, Apr 14, 2015 at 08:05:42AM -0500, Bjorn Helgaas wrote:
> 2) Please post a complete dmesg log, complete "lspci -vv" output,
> contents of /proc/iomem, and a transcript of what you're doing with
> setpci (remove vendor/device IDs if they are confidential, ...

BTW, here are some sed scripts I've used to sanitize dmesg output
in the past.  It's tedious to do this by hand.

  dmesg | sed -r 's/(pci ....:..:..\..: \[)....:....(\].*)/\1VVVV:DDDD\2/' | sed -r 's/(DMI:).*/\1 (removed)/' | sed -r 's/(ACPI: [A-Z]{4} [0-9a-fA-F]{16} .*\().*(\).*)/\1...\2/' | sed -r 's/(scsi.*: Direct-Access).*/\1 .../'

  reply	other threads:[~2015-04-14 13:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-14  1:00 PCI Out of Resources moussa ba
2015-04-14 13:05 ` Bjorn Helgaas
2015-04-14 13:58   ` Bjorn Helgaas [this message]
2015-04-14 21:43     ` moussa ba
2015-04-14 22:23       ` Bjorn Helgaas
2015-04-15  0:31         ` moussa ba

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=20150414135840.GB19151@google.com \
    --to=bhelgaas@google.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=musaba@gmail.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.