Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753072AbcLBFpp (ORCPT ); Fri, 2 Dec 2016 00:45:45 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:6950 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbcLBFpn (ORCPT ); Fri, 2 Dec 2016 00:45:43 -0500 Subject: Re: [PATCH v2] ACPI / APEI: Fix NMI notification handling To: "Rafael J. Wysocki" , Borislav Petkov References: <20161129193624.krjz2bpinl2ioi7o@pd.tnic> <10086382.uM7IovncFW@aspire.rjw.lan> <20161201224717.4tkp5glpib5fhusv@pd.tnic> <5033158.rooYzydQzm@aspire.rjw.lan> CC: Borislav Petkov , Prarit Bhargava , , "Rafael J. Wysocki" , Len Brown , Paul Gortmaker , Tyler Baicar , "Punit Agrawal" , Don Zickus , Linux ACPI From: Hanjun Guo Message-ID: <58410A5E.8010201@huawei.com> Date: Fri, 2 Dec 2016 13:45:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <5033158.rooYzydQzm@aspire.rjw.lan> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.17.188] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 650 Lines: 17 On 2016/12/2 7:12, Rafael J. Wysocki wrote: > On Thursday, December 01, 2016 11:47:17 PM Borislav Petkov wrote: >> On Thu, Dec 01, 2016 at 11:29:45PM +0100, Rafael J. Wysocki wrote: >>> Well, there's another ARM-related patch touching APEI. >>> >>> I guess whoever takes this one should also take the other one and >>> honestly they can go in via any tree as far as I'm concerned, I'm just trying to >>> avoid merge clashes here. :-) >> Maybe have ARM-folk ACK the other one and take both through your ACPI >> tree? They both do have ACPI in common :-) > That one have been ACKed already. > > OK, I'll take them both. Thank you very much :) Hanjun