From patchwork Thu Jul 27 14:49:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 9867051 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 13B2A6038C for ; Thu, 27 Jul 2017 14:50:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05C9D286B8 for ; Thu, 27 Jul 2017 14:50:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ED19228718; Thu, 27 Jul 2017 14:50:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 89A33286B8 for ; Thu, 27 Jul 2017 14:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751737AbdG0Ott (ORCPT ); Thu, 27 Jul 2017 10:49:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:37437 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751622AbdG0Otr (ORCPT ); Thu, 27 Jul 2017 10:49:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 2475DAE18; Thu, 27 Jul 2017 14:49:46 +0000 (UTC) Date: Thu, 27 Jul 2017 16:49:22 +0200 From: Borislav Petkov To: "Rafael J. Wysocki" , "Luck, Tony" Cc: "Rafael J. Wysocki" , Loc Ho , Mark Salter , Tyler Baicar , ACPI Devel Maling List , Linux Kernel Mailing List , "linux-arm-kernel@lists.infradead.org" , patches@apm.com Subject: Re: [PATCH v6 1/1] acpi: apei: Enable APEI multiple GHES source to share a single external IRQ Message-ID: <20170727144922.GF28553@nazgul.tnic> References: <1500661477-6536-1-git-send-email-lho@apm.com> <20170722055954.GA2082@nazgul.tnic> <1893763.BLgt1zgLk5@aspire.rjw.lan> <1632667.Vgem7HtdXu@aspire.rjw.lan> <20170727055825.GA4611@nazgul.tnic> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Jul 27, 2017 at 04:34:59PM +0200, Rafael J. Wysocki wrote: > I can collect it, no problem. > > So from now on I will pick up APEI things with ACKs from you or Tony. If you agree with that, that is. But we kinda do that already, more or less. :-) Then I guess we should add something like this so that get_maintainer finds us: --- Provided Tony agrees though... I'd venture a guess and say that he doesn't have a choice, woahahhahaha... :-))) diff --git a/MAINTAINERS b/MAINTAINERS index f66488dfdbc9..985413fb5d83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -310,6 +310,14 @@ F: drivers/pci/*/*acpi* F: drivers/pci/*/*/*acpi* F: tools/power/acpi/ +ACPI APEI +M: "Rafael J. Wysocki" +M: Len Brown +L: linux-acpi@vger.kernel.org +R: Tony Luck +R: Borislav Petkov +F: drivers/acpi/apei/ + ACPI COMPONENT ARCHITECTURE (ACPICA) M: Robert Moore M: Lv Zheng