Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1160807ybv; Wed, 5 Feb 2020 22:31:28 -0800 (PST) X-Google-Smtp-Source: APXvYqwYF72a1NjftlXQJcguFM++UDAlqRoTzTeXfHEuqhvXz1C6zAuPvc5Rz1s2lDBU87V3UmgY X-Received: by 2002:aca:dc8b:: with SMTP id t133mr5997795oig.98.1580970688626; Wed, 05 Feb 2020 22:31:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580970688; cv=none; d=google.com; s=arc-20160816; b=AJ/nip+VIZcZo6bihlXULdk5tj5xgEVMh5LkF/i770/CtfKMoQvovprmha7MGew93h FOpaHMOKNW1MghkyiEYQ0C9007nNoRer4VRXReO9hGk5Zzt9muGsWE9HWpSFLs2nKSvc uxBH0VpXMcfASigMDyAAntpABpSRpGD9s3tKfA1pqLaGHCbp7G6E4hY38u7/mbsazT6R BQVun4mTnpUKd5+zroiTqn81WT1NpoHQl9zqwfbWSdyVA2uupWX1pL02hkqHm+3mQZMB ov6Dc7LD0sGs/BJSep7nwq8R/5FXi3GOlFvUTNTYwZDdX9Ez242VvdTySQ9JCegeVd3l oNJQ== 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:from:references:cc:to:subject; bh=RKy+Zl2ZTs4Xn6FOOidx0oxvJ5/QtQRxngFLs+5+3VM=; b=HI4m9rPYrJL29l0WJ2eS1OyfC/HmJavwMN1x4mECuaQDtILDFzrUCCNglotFa+fwSI 75OJim1MQIGvm/7pbxGy8bBu84MKn2Fb85J4lUlyFbWR5fqb7e3FY8dgDYzLKH5Z5gOn FJaCxmI0/Ppe0or0PUWcUYfLiNNakfR82WIuJY8PZbsF2YONxyjrWeVYUZ6qN24DCO5X 20RmP7yoSRDugJ1JldIf4gThKM79dvb2X3j2zwp60za3ZHNeU/NnD7yyyT7Wsraqm6QE HTzGRKpleJkJv9y4BCKtUlvr+memhzpRY66pWRDfFS5c2P9idhdjKf4HDmhzCUtzAqlF +nnQ== 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 l14si1641243oic.222.2020.02.05.22.31.14; Wed, 05 Feb 2020 22:31:28 -0800 (PST) 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 S1727825AbgBFGWe (ORCPT + 99 others); Thu, 6 Feb 2020 01:22:34 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:10158 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726060AbgBFGWe (ORCPT ); Thu, 6 Feb 2020 01:22:34 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 40B44A058A6BDADCB195; Thu, 6 Feb 2020 14:22:30 +0800 (CST) Received: from [127.0.0.1] (10.173.222.27) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.439.0; Thu, 6 Feb 2020 14:22:24 +0800 Subject: Re: [PATCH 0/5] irqchip/gic-v4.1: Cleanup and fixes for GICv4.1 To: Marc Zyngier CC: , , , , , References: <20200204090940.1225-1-yuzenghui@huawei.com> <004ca9ea2d525d5b1bcf1d78f10c61ba@kernel.org> From: Zenghui Yu Message-ID: Date: Thu, 6 Feb 2020 14:22:23 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <004ca9ea2d525d5b1bcf1d78f10c61ba@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, On 2020/2/5 20:46, Marc Zyngier wrote: > Hi Zenghui, > > On 2020-02-04 09:09, Zenghui Yu wrote: >> Hi, >> >> This series contains some cleanups, VPROPBASER field programming fix >> and level2 vPE table allocation enhancement, collected while looking >> through the GICv4.1 driver one more time. >> >> Hope they will help, thanks! >> >> Zenghui Yu (5): >>   irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE >>   irqchip/gic-v4.1: Set vpe_l1_base for all redistributors >>   irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level >>   irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd() >>   irqchip/gic-v3-its: Remove superfluous WARN_ON >> >>  drivers/irqchip/irq-gic-v3-its.c   | 80 +++++++++++++++++++++++++++--- >>  include/linux/irqchip/arm-gic-v3.h |  2 +- >>  2 files changed, 75 insertions(+), 7 deletions(-) > > Thanks a lot for this, much appreciated, I'm quite happy with the overall > state of the series. If you can just address the couple of nits I have on > patch #3, I'll then queue the series and send off to Thomas together with > the rest of the queued fixes. I will respin patch#3 with your suggestion and send v2 today. Thanks for your review! Zenghui