All of lore.kernel.org
 help / color / mirror / Atom feed
From: okaya@codeaurora.org
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Bjorn Helgaas <helgaas@kernel.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Timur Tabi <timur@codeaurora.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Linux PCI <linux-pci@vger.kernel.org>,
	Len Brown <lenb@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-acpi-owner@vger.kernel.org
Subject: Re: [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
Date: Sun, 04 Feb 2018 08:43:10 -0500	[thread overview]
Message-ID: <f941444fae6a217c8ecd90010062a04b@codeaurora.org> (raw)
In-Reply-To: <CAJZ5v0gW7hHAAisSemyvgTyMxpqxmUTADLZTmpyERB+qSMoA=w@mail.gmail.com>

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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: okaya@codeaurora.org (okaya at codeaurora.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
Date: Sun, 04 Feb 2018 08:43:10 -0500	[thread overview]
Message-ID: <f941444fae6a217c8ecd90010062a04b@codeaurora.org> (raw)
In-Reply-To: <CAJZ5v0gW7hHAAisSemyvgTyMxpqxmUTADLZTmpyERB+qSMoA=w@mail.gmail.com>

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

  reply	other threads:[~2018-02-04 13:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16 18:51 [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled Sinan Kaya
2018-01-16 18:53 ` Sinan Kaya
2018-01-16 21:49   ` Bjorn Helgaas
2018-01-16 21:49     ` Bjorn Helgaas
2018-01-29 19:01     ` Sinan Kaya
2018-01-29 19:01       ` Sinan Kaya
2018-01-29 19:01       ` Sinan Kaya
2018-02-01  7:32       ` Rafael J. Wysocki
2018-02-01  7:32         ` Rafael J. Wysocki
2018-02-04  9:03         ` Rafael J. Wysocki
2018-02-04  9:03           ` Rafael J. Wysocki
2018-02-04  9:03           ` Rafael J. Wysocki
2018-02-04 13:43           ` okaya [this message]
2018-02-04 13:43             ` okaya at codeaurora.org

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=f941444fae6a217c8ecd90010062a04b@codeaurora.org \
    --to=okaya@codeaurora.org \
    --cc=helgaas@kernel.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi-owner@vger.kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=timur@codeaurora.org \
    /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.