Received: by 10.223.164.221 with SMTP id h29csp1928080wrb; Thu, 2 Nov 2017 03:13:42 -0700 (PDT) X-Google-Smtp-Source: ABhQp+QjCfi7xIJL2SCxKGvI5gGAVK79V9XApt9drl016beVaXnIDWgVTXouFHGxyfZn5fKDgaj8 X-Received: by 10.101.74.81 with SMTP id a17mr2954854pgu.392.1509617622727; Thu, 02 Nov 2017 03:13:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509617622; cv=none; d=google.com; s=arc-20160816; b=A7mabHsWFW1Uz/YEaVFVRrSUVc7Y8eGpYJ+jp9n2NUDIWALEU+GWPlo3xqfxusA6BG 78WaPQpuLIVQEWLGUQD/+L5w9FtzxhBQj7Rw/p2PDuO4Cc8P6SewLv8TnhL2xsxRZxTD DOasKRAJdmBjak1XCpjYxMtXfQ1IQ4CY9aP8FqXwwkIBZpwNNzw2/elTjUIEsIC6yEzJ YdKI6oIrxoUPNQ5G6donE68ZfhPshnSSKICiHaEpd+sdkSq5bPFOa++5hdyJb7XL40OY xbvmc6zpLytAo+GRAK7e6XJLe4tCo4JVppj+U/HilGZ34s5gfrzl4MzUPfLVVyCVLPnQ ZX8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject :arc-authentication-results; bh=fbNQIr7Ouv+pHz1meEws7MV1Yhx4E8mOaqF43KUPBSM=; b=pVB3JgA4ruuCoHwI49a7LVQKKVoA5TvtsLZgZt+tu/WAjHlHd3OUT0j/gsyDcC3UKQ BD44PJIxkzmQyqip4JBC7dymsDGSIryU//OeIOPjB0+cp77NaDHA8eG1CTKJEveRD68e QLW5inC5XaxhTLVQZWjvrdltmZcqjg+v5+DhIX4QP6gB+gurSP0xleabYLtbvWl7HVZH 8xF04eYWyIZj+BbN1EayqJxFlGW94V/L9zFoDs2U6jlQLu7HpbOaJ7bFIWLGT2PNJ6fP K7snfKFpdveFwY33GyMsXgqPgQExDkkQKTzSw+DrN+0fF7m3i0s3+/MNGuI21P9hYB53 sQtg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c2si1965937pli.472.2017.11.02.03.13.28; Thu, 02 Nov 2017 03:13:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755510AbdKBKMa (ORCPT + 99 others); Thu, 2 Nov 2017 06:12:30 -0400 Received: from foss.arm.com ([217.140.101.70]:57258 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755499AbdKBKM2 (ORCPT ); Thu, 2 Nov 2017 06:12:28 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D33A31435; Thu, 2 Nov 2017 03:12:27 -0700 (PDT) Received: from [10.1.207.62] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DD4583F483; Thu, 2 Nov 2017 03:12:24 -0700 (PDT) Subject: Re: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC To: Thomas Gleixner , Qiang Zhao Cc: Michael Ellerman , Jason Cooper , "oss@buserror.net" , "linuxppc-dev@lists.ozlabs.org" , Xiaobo Xie , "linux-kernel@vger.kernel.org" References: <1502075236-24078-1-git-send-email-qiang.zhao@nxp.com> <87bmkm95te.fsf@concordia.ellerman.id.au> From: Marc Zyngier Organization: ARM Ltd Message-ID: <4939804e-a796-d1ce-39cb-9b518dca588b@arm.com> Date: Thu, 2 Nov 2017 10:12:22 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/17 17:09, Thomas Gleixner wrote: > On Wed, 1 Nov 2017, Qiang Zhao wrote: >> Michael Ellerman wrote >>> >>> Qiang Zhao writes: >>> >>>> Hi all, >>>> >>>> Could anybody review this patchset and take action on them? Thank you! >>> >>> Who maintains this? I don't actually know, it's not powerpc code, or is it? >> >> Yes, it's not powerpc code, it is irqchip code, maintained by Thomas, Jason and Marc according to MAINTAINERS file. >> >> Hi Thomas, Jason and Marc, >> >> Could you keep an eye on this patchset? Thank you! > > It's on my radar, but I have zero capacity at the moment. Hopefully Marc > can spare a few cycles. I'll try, but I haven't been cc-ed on that one. I'll try to dig it out. Thanks, M. -- Jazz is not dead. It just smells funny... From 1582916672347087099@xxx Thu Nov 02 01:42:55 +0000 2017 X-GM-THRID: 1575041129330166659 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread