Re: [PATCH 3/3] PCI: remove printks about disabled bridge windows

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 20, 2011 at 12:59 PM, Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
> On 06/20/2011 11:37 AM, Bjorn Helgaas wrote:
>> On Tue, Jun 14, 2011 at 6:07 PM, Bjorn Helgaas <bhelgaas@xxxxxxxxxx> wrote:
>>> On Tue, Jun 14, 2011 at 5:00 PM, Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
>>>> On 06/14/2011 04:54 PM, Bjorn Helgaas wrote:
>>>>> On Tue, Jun 14, 2011 at 4:45 PM, Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
>>>>>> On Tue, Jun 14, 2011 at 12:04 PM, Bjorn Helgaas <bhelgaas@xxxxxxxxxx> wrote:
>>>>>>> I don't think there's enough value in the fact of a bridge window
>>>>>>> being disabled to justify cluttering the dmesg log with it.
>>>>>>>
>>>>>>> Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>>>>>>> ---
>>>>>>>  drivers/pci/probe.c     |   12 ------------
>>>>>>>  drivers/pci/setup-bus.c |    3 ---
>>>>>>>  2 files changed, 0 insertions(+), 15 deletions(-)
>>>>>>>
>>>>>>> diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
>>>>>>> index d1181cd..362ec08 100644
>>>>>>> --- a/drivers/pci/probe.c
>>>>>>> +++ b/drivers/pci/probe.c
>>>>>>> @@ -288,10 +288,6 @@ static void __devinit pci_read_bridge_io(struct pci_bus *child)
>>>>>>>                if (!res->end)
>>>>>>>                        res->end = limit + 0xfff;
>>>>>>>                dev_printk(KERN_DEBUG, &dev->dev, "  bridge window %pR\n", res);
>>>>>>> -       } else {
>>>>>>> -               dev_printk(KERN_DEBUG, &dev->dev,
>>>>>>> -                        "  bridge window [io  %#06lx-%#06lx] (disabled)\n",
>>>>>>> -                                base, limit);
>>>>>>>        }
>>>>>>>  }
>>>>>>>
>>>>>>> @@ -312,10 +308,6 @@ static void __devinit pci_read_bridge_mmio(struct pci_bus *child)
>>>>>>>                res->start = base;
>>>>>>>                res->end = limit + 0xfffff;
>>>>>>>                dev_printk(KERN_DEBUG, &dev->dev, "  bridge window %pR\n", res);
>>>>>>> -       } else {
>>>>>>> -               dev_printk(KERN_DEBUG, &dev->dev,
>>>>>>> -                       "  bridge window [mem %#010lx-%#010lx] (disabled)\n",
>>>>>>> -                                        base, limit + 0xfffff);
>>>>>>>        }
>>>>>>>  }
>>>>>>>
>>>>>>> @@ -363,10 +355,6 @@ static void __devinit pci_read_bridge_mmio_pref(struct pci_bus *child)
>>>>>>>                res->start = base;
>>>>>>>                res->end = limit + 0xfffff;
>>>>>>>                dev_printk(KERN_DEBUG, &dev->dev, "  bridge window %pR\n", res);
>>>>>>> -       } else {
>>>>>>> -               dev_printk(KERN_DEBUG, &dev->dev,
>>>>>>> -                    "  bridge window [mem %#010lx-%#010lx pref] (disabled)\n",
>>>>>>> -                                        base, limit + 0xfffff);
>>>>>>
>>>>>> No, We need to know what vaule BIOS write to those registers even they
>>>>>> are disabled.
>>>>>
>>>>> What do we learn from that?
>>>>
>>>> printout the wrong value, so bios guy could fix them.
>>>
>>> If the window is disabled, do BIOS guys really need us to tell them
>>> the incorrect values?  If they do need the values from the registers,
>>> would the setpci utility be enough to collect them?
>>>
>>> Is it worth cluttering the dmesg logs of every user in order to help
>>> debug the BIOS?
>>
>> Ping, Yinghai, I'm not sure where we are with this.
>>
>> Can you provide any more details about why we need these kernel
>> printks to help fix BIOS issues?
>>
>> My impression is that 99.99% of the people who see these printks have
>> shipping machines, where the BIOS has already been released, and
>> there's really no need to see the actual values of a disabled window.
>
> so released BIOS have no problem? the buggy BIOS float around everywhere, some is never get tested with linux.
>
> print out initial setting from BIOS in Linux should be very useful for root cause problem. aka to prove is not linux modify those register to cause problem.

Well, Linux already prints a note whenever it finds an enabled bridge
window and when it modifies a bridge window, so we can always tell
what Linux found and and what it did.  The only information this patch
removes is the actual *values* that caused the window to be disabled,
and I'm dubious that those are really useful.  If we do need them, I
think we could get them via setpci.

Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux