public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
@ 2017-07-19 17:24 Mark Salter
  2017-07-19 19:23 ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Salter @ 2017-07-19 17:24 UTC (permalink / raw)
  To: Rafael J . Wysocki; +Cc: Tyler Baicar, linux-acpi, linux-kernel

Rafael,

What do you think of this one? I was submitted a long time ago but
there was never any real resolution to it.


Loc Ho (1):
  acpi: apei: Enable APEI multiple GHES source to share an single
    external IRQ

 drivers/acpi/apei/ghes.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.13.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
  2017-07-19 17:24 [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ Mark Salter
@ 2017-07-19 19:23 ` Rafael J. Wysocki
  2017-07-19 20:05   ` Mark Salter
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2017-07-19 19:23 UTC (permalink / raw)
  To: Mark Salter
  Cc: Rafael J . Wysocki, Tyler Baicar, ACPI Devel Maling List,
	Linux Kernel Mailing List, Borislav Petkov

On Wed, Jul 19, 2017 at 7:24 PM, Mark Salter <msalter@redhat.com> wrote:
> Rafael,
>
> What do you think of this one?

Please ask this question to Boris Petkov in the first place.

> I was submitted a long time ago but
> there was never any real resolution to it.
>
>
> Loc Ho (1):
>   acpi: apei: Enable APEI multiple GHES source to share an single
>     external IRQ
>

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
  2017-07-19 19:23 ` Rafael J. Wysocki
@ 2017-07-19 20:05   ` Mark Salter
  2017-07-20  4:49     ` Borislav Petkov
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Salter @ 2017-07-19 20:05 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Tyler Baicar, ACPI Devel Maling List, Linux Kernel Mailing List,
	Borislav Petkov

On Wed, 2017-07-19 at 21:23 +0200, Rafael J. Wysocki wrote:
> On Wed, Jul 19, 2017 at 7:24 PM, Mark Salter <msalter@redhat.com> wrote:
> > Rafael,
> > 
> > What do you think of this one?
> 
> Please ask this question to Boris Petkov in the first place.

Yes, I should have included Boris. The last time this came up, Boris
said it was up to you. :)

http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/401772.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
  2017-07-19 20:05   ` Mark Salter
@ 2017-07-20  4:49     ` Borislav Petkov
  0 siblings, 0 replies; 6+ messages in thread
From: Borislav Petkov @ 2017-07-20  4:49 UTC (permalink / raw)
  To: Mark Salter
  Cc: Rafael J. Wysocki, Tyler Baicar, ACPI Devel Maling List,
	Linux Kernel Mailing List

On Wed, Jul 19, 2017 at 04:05:21PM -0400, Mark Salter wrote:
> Yes, I should have included Boris. The last time this came up, Boris
> said it was up to you. :)
> 
> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/401772.html

/me goes back and reads the old emails.

So I had some issues with how acpi_gsi_to_irq() returns the irq number
but that required more involved simplification and the submitter was
unsurprisingly reluctant to do it.

That's why it was Rafael's call.

AFAIR.

Also, from looking at the patches, the SOB chain is wrong:

Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Loc Ho <lho@apm.com>

I don't know from that who's the author and who's the submitter.
SubmittingPatches has more info on the whole deal.

So please resubmit updated versions with issues addressed.

Thanks.

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
@ 2017-07-20 17:49 Loc Ho
  2017-07-20 18:00 ` Borislav Petkov
  0 siblings, 1 reply; 6+ messages in thread
From: Loc Ho @ 2017-07-20 17:49 UTC (permalink / raw)
  To: Mark Salter, bp; +Cc: Rafael J. Wysocki, tbaicar, linux-acpi, linux-kernel

Hi Borislav/Mark,

> On Wed, Jul 19, 2017 at 04:05:21PM -0400, Mark Salter wrote:
> > Yes, I should have included Boris. The last time this came up, Boris
> > said it was up to you. :)
> >
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/401772.html
>
> /me goes back and reads the old emails.
>
> So I had some issues with how acpi_gsi_to_irq() returns the irq number
> but that required more involved simplification and the submitter was
> unsurprisingly reluctant to do it.
>
> That's why it was Rafael's call.
>
> AFAIR.
>
> Also, from looking at the patches, the SOB chain is wrong:
>
> Signed-off-by: Tuan Phan <tphan@apm.com>
> Signed-off-by: Loc Ho <lho@apm.com>
>
> I don't know from that who's the author and who's the submitter.
> SubmittingPatches has more info on the whole deal.
>
> So please resubmit updated versions with issues addressed.

Tuan and I both worked on the APEI side for X-Gene and for this one,
we both sign off. If you required, I can re-post another version. Or
you can simple pull in v4 2/2 patch -
http://lists.infradead.org/pipermail/linux-arm-kernel/2016-January/400780.html

-Loc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ
  2017-07-20 17:49 Loc Ho
@ 2017-07-20 18:00 ` Borislav Petkov
  0 siblings, 0 replies; 6+ messages in thread
From: Borislav Petkov @ 2017-07-20 18:00 UTC (permalink / raw)
  To: Loc Ho; +Cc: Mark Salter, Rafael J. Wysocki, tbaicar, linux-acpi, linux-kernel

On Thu, Jul 20, 2017 at 10:49:08AM -0700, Loc Ho wrote:
> Tuan and I both worked on the APEI side for X-Gene and for this one,
> we both sign off.

There's no such thing as "both sign off". See the document I mentioned
before.

> If you required, I can re-post another version.

Yes please.

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-20 18:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 17:24 [PATCH 0/1] acpi: apei: Enable APEI multiple GHES source to share an single external IRQ Mark Salter
2017-07-19 19:23 ` Rafael J. Wysocki
2017-07-19 20:05   ` Mark Salter
2017-07-20  4:49     ` Borislav Petkov
  -- strict thread matches above, loose matches on Subject: below --
2017-07-20 17:49 Loc Ho
2017-07-20 18:00 ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox