From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Morse Subject: Re: [RFC/RFT PATCH 3/6] ACPI / APEI: Replace ioremap_page_range() with fixmap Date: Mon, 06 Nov 2017 18:41:58 +0000 Message-ID: <5A00ACF6.2010200@arm.com> References: <20171031153832.17746-1-james.morse@arm.com> <20171031153832.17746-4-james.morse@arm.com> <3b796e66-1618-0a6e-e57e-99323514b84d@huawei.com> <59F9E0DF.20006@arm.com> <459a2731-b7eb-5836-93fd-57b7feaa5e40@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from foss.arm.com ([217.140.101.70]:39072 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240AbdKFSns (ORCPT ); Mon, 6 Nov 2017 13:43:48 -0500 In-Reply-To: <459a2731-b7eb-5836-93fd-57b7feaa5e40@huawei.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: gengdongjiu Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, x86@kernel.org, Catalin Marinas , Will Deacon , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Borislav Petkov , "Rafael J . Wysocki" , Len Brown , Tony Luck , Tyler Baicar , Xie XiuQi , torvalds@linux-foundation.org, "Zhengqiang (turing)" , "lijinyue@huawei.com" Hi gengdongjiu On 02/11/17 12:01, gengdongjiu wrote: > James Morse wrote: >> Can I take that as a 'Tested-by:'? >> >> These tags also let us record who has a system that can test changes to this driver. > > sure. > Thanks for the fixing. > Qiang Zheng who is my colleague have tested it. > > CC Qiang. > > Tested-by: Qiang Zheng I can't do anything with this unless Qiang posts it. (I'll add to the CC list in the next version) >>From Documentation/process/5.Posting.rst: > Be careful in the addition of tags to your patches: only Cc: is appropriate > for addition without the explicit permission of the person named. Thanks, James From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Mon, 06 Nov 2017 18:41:58 +0000 Subject: [RFC/RFT PATCH 3/6] ACPI / APEI: Replace ioremap_page_range() with fixmap In-Reply-To: <459a2731-b7eb-5836-93fd-57b7feaa5e40@huawei.com> References: <20171031153832.17746-1-james.morse@arm.com> <20171031153832.17746-4-james.morse@arm.com> <3b796e66-1618-0a6e-e57e-99323514b84d@huawei.com> <59F9E0DF.20006@arm.com> <459a2731-b7eb-5836-93fd-57b7feaa5e40@huawei.com> Message-ID: <5A00ACF6.2010200@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi gengdongjiu On 02/11/17 12:01, gengdongjiu wrote: > James Morse wrote: >> Can I take that as a 'Tested-by:'? >> >> These tags also let us record who has a system that can test changes to this driver. > > sure. > Thanks for the fixing. > Qiang Zheng who is my colleague have tested it. > > CC Qiang. > > Tested-by: Qiang Zheng I can't do anything with this unless Qiang posts it. (I'll add to the CC list in the next version) >>From Documentation/process/5.Posting.rst: > Be careful in the addition of tags to your patches: only Cc: is appropriate > for addition without the explicit permission of the person named. Thanks, James