* [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
[not found] ` <20180116214939.GC10860@bhelgaas-glaptop.roam.corp.google.com>
@ 2018-01-29 19:01 ` Sinan Kaya
2018-02-01 7:32 ` Rafael J. Wysocki
0 siblings, 1 reply; 4+ messages in thread
From: Sinan Kaya @ 2018-01-29 19:01 UTC (permalink / raw)
To: linux-arm-kernel
Rafael,
On 1/16/2018 4:49 PM, Bjorn Helgaas wrote:
> On Tue, Jan 16, 2018 at 01:53:00PM -0500, Sinan Kaya wrote:
>> Correcting linux-pci email.
>>
>> On 1/16/2018 1:51 PM, Sinan Kaya wrote:
>>> When ACPI Link object is enabled, the message is printed with a warning
>>> prefix. Some test tools are capturing warning and test error types as
>>> errors. Let's reduce the verbosity of success case.
>>>
>>> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
>
> Looks like this was a result of 4d9391557b68 ("ACPI: add missing KERN_*
> constants to printks"), which I think added the wrong level in this case.
>
Any chance of merging this for 4.16?
Sinan
--
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
2018-01-29 19:01 ` [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled Sinan Kaya
@ 2018-02-01 7:32 ` Rafael J. Wysocki
2018-02-04 9:03 ` Rafael J. Wysocki
0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2018-02-01 7:32 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 29, 2018 at 8:01 PM, Sinan Kaya <okaya@codeaurora.org> wrote:
> Rafael,
>
> On 1/16/2018 4:49 PM, Bjorn Helgaas wrote:
>> On Tue, Jan 16, 2018 at 01:53:00PM -0500, Sinan Kaya wrote:
>>> Correcting linux-pci email.
>>>
>>> On 1/16/2018 1:51 PM, Sinan Kaya wrote:
>>>> When ACPI Link object is enabled, the message is printed with a warning
>>>> prefix. Some test tools are capturing warning and test error types as
>>>> errors. Let's reduce the verbosity of success case.
>>>>
>>>> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
>> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
>>
>> Looks like this was a result of 4d9391557b68 ("ACPI: add missing KERN_*
>> constants to printks"), which I think added the wrong level in this case.
>>
>
> Any chance of merging this for 4.16?
There is.
I've just got back home from travels and will be looking at patches to
pick up for 4.16 shortly.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
2018-02-01 7:32 ` Rafael J. Wysocki
@ 2018-02-04 9:03 ` Rafael J. Wysocki
2018-02-04 13:43 ` okaya at codeaurora.org
0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2018-02-04 9:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Feb 1, 2018 at 8:32 AM, Rafael J. Wysocki <rafael@kernel.org> wrote:
> On Mon, Jan 29, 2018 at 8:01 PM, Sinan Kaya <okaya@codeaurora.org> wrote:
>> Rafael,
>>
>> On 1/16/2018 4:49 PM, Bjorn Helgaas wrote:
>>> On Tue, Jan 16, 2018 at 01:53:00PM -0500, Sinan Kaya wrote:
>>>> Correcting linux-pci email.
>>>>
>>>> On 1/16/2018 1:51 PM, Sinan Kaya wrote:
>>>>> When ACPI Link object is enabled, the message is printed with a warning
>>>>> prefix. Some test tools are capturing warning and test error types as
>>>>> errors. Let's reduce the verbosity of success case.
>>>>>
>>>>> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
>>> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
>>>
>>> Looks like this was a result of 4d9391557b68 ("ACPI: add missing KERN_*
>>> constants to printks"), which I think added the wrong level in this case.
>>>
>>
>> Any chance of merging this for 4.16?
>
> There is.
This one is already there in the Linus' tree AFAICS.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
2018-02-04 9:03 ` Rafael J. Wysocki
@ 2018-02-04 13:43 ` okaya at codeaurora.org
0 siblings, 0 replies; 4+ messages in thread
From: okaya at codeaurora.org @ 2018-02-04 13:43 UTC (permalink / raw)
To: linux-arm-kernel
On 2018-02-04 04:03, Rafael J. Wysocki wrote:
> On Thu, Feb 1, 2018 at 8:32 AM, Rafael J. Wysocki <rafael@kernel.org>
> wrote:
>> On Mon, Jan 29, 2018 at 8:01 PM, Sinan Kaya <okaya@codeaurora.org>
>> wrote:
>>> Rafael,
>>>
>>> On 1/16/2018 4:49 PM, Bjorn Helgaas wrote:
>>>> On Tue, Jan 16, 2018 at 01:53:00PM -0500, Sinan Kaya wrote:
>>>>> Correcting linux-pci email.
>>>>>
>>>>> On 1/16/2018 1:51 PM, Sinan Kaya wrote:
>>>>>> When ACPI Link object is enabled, the message is printed with a
>>>>>> warning
>>>>>> prefix. Some test tools are capturing warning and test error types
>>>>>> as
>>>>>> errors. Let's reduce the verbosity of success case.
>>>>>>
>>>>>> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
>>>> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
>>>>
>>>> Looks like this was a result of 4d9391557b68 ("ACPI: add missing
>>>> KERN_*
>>>> constants to printks"), which I think added the wrong level in this
>>>> case.
>>>>
>>>
>>> Any chance of merging this for 4.16?
>>
>> There is.
>
> This one is already there in the Linus' tree AFAICS.
You are right. I see it there. I have not seen an applied email. I
thought it was still outstanding.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi"
> in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-04 13:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1516128664-23634-1-git-send-email-okaya@codeaurora.org>
[not found] ` <f508e749-2976-ec6f-681a-553b79c4ab76@codeaurora.org>
[not found] ` <20180116214939.GC10860@bhelgaas-glaptop.roam.corp.google.com>
2018-01-29 19:01 ` [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled Sinan Kaya
2018-02-01 7:32 ` Rafael J. Wysocki
2018-02-04 9:03 ` Rafael J. Wysocki
2018-02-04 13:43 ` okaya at codeaurora.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).