From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934462AbcAZM0Z (ORCPT ); Tue, 26 Jan 2016 07:26:25 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:56123 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933622AbcAZM0X (ORCPT ); Tue, 26 Jan 2016 07:26:23 -0500 Message-ID: <56A765DE.7040408@huawei.com> Date: Tue, 26 Jan 2016 20:26:06 +0800 From: Shannon Zhao User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Stefano Stabellini CC: , , , , , , , , , , , , , , Subject: Re: [PATCH v3 14/17] XEN: EFI: Move x86 specific codes to architecture directory References: <1453519184-11908-1-git-send-email-zhaoshenglong@huawei.com> <1453519184-11908-15-git-send-email-zhaoshenglong@huawei.com> <56A72B4F.2040909@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.177.16.142] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090203.56A765E7.0125,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: ea8b69c38eaa720a611062453a52b3e8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/1/26 19:31, Stefano Stabellini wrote: > On Tue, 26 Jan 2016, Shannon Zhao wrote: >> > On 2016/1/26 0:44, Stefano Stabellini wrote: >>> > > On Sat, 23 Jan 2016, Shannon Zhao wrote: >>>>> > >> > From: Shannon Zhao >>>>> > >> > >>>>> > >> > Move x86 specific codes to architecture directory and export those EFI >>>>> > >> > runtime service functions. This will be useful for initializing runtime >>>>> > >> > service on ARM later. >>>>> > >> > >>>>> > >> > Signed-off-by: Shannon Zhao >>> > > This patch causes a build breakage on x86: >>> > > >>> > > arch/x86/xen/efi.c: In function ‘xen_efi_probe’: >>> > > arch/x86/xen/efi.c:101:2: error: implicit declaration of function ‘HYPERVISOR_platform_op’ [-Werror=implicit-function-declaration] >>> > > >> > This patch is based on following patch [1]. Maybe you need to update >> > your branch. :) >> > >> > [1] xen: rename dom0_op to platform_op >> > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cfafae940381207d48b11a73a211142dba5947d3 > Sorry, I made a mistake rebasing the series. It doesn't help that I > couldn't find any Linux RCs on top of which it applies cleanly. As Linus > tags RCs often enough, it is usually helpful to base one's work on a tag > so that it is easier for other people to work on it. > Ah, I'll rebase this series on top of the newest master at next version since the relevant patches are in master. > Please add my Reviewed-by to this patch. Thanks a lot! -- Shannon From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shannon Zhao Subject: Re: [PATCH v3 14/17] XEN: EFI: Move x86 specific codes to architecture directory Date: Tue, 26 Jan 2016 20:26:06 +0800 Message-ID: <56A765DE.7040408@huawei.com> References: <1453519184-11908-1-git-send-email-zhaoshenglong@huawei.com> <1453519184-11908-15-git-send-email-zhaoshenglong@huawei.com> <56A72B4F.2040909@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefano Stabellini Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, stefano.stabellini-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org, david.vrabel-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, julien.grall-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org, xen-devel-GuqFBffKawuEi8DpZVb4nw@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org, shannon.zhao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, peter.huangpeng-hv44wF8Li93QT0dZR+AlfA@public.gmane.org List-Id: devicetree@vger.kernel.org On 2016/1/26 19:31, Stefano Stabellini wrote: > On Tue, 26 Jan 2016, Shannon Zhao wrote: >> > On 2016/1/26 0:44, Stefano Stabellini wrote: >>> > > On Sat, 23 Jan 2016, Shannon Zhao wrote: >>>>> > >> > From: Shannon Zhao >>>>> > >> >=20 >>>>> > >> > Move x86 specific codes to architecture directory and expo= rt those EFI >>>>> > >> > runtime service functions. This will be useful for initial= izing runtime >>>>> > >> > service on ARM later. >>>>> > >> >=20 >>>>> > >> > Signed-off-by: Shannon Zhao >>> > > This patch causes a build breakage on x86: >>> > >=20 >>> > > arch/x86/xen/efi.c: In function =E2=80=98xen_efi_probe=E2=80=99= : >>> > > arch/x86/xen/efi.c:101:2: error: implicit declaration of functi= on =E2=80=98HYPERVISOR_platform_op=E2=80=99 [-Werror=3Dimplicit-functio= n-declaration] >>> > >=20 >> > This patch is based on following patch [1]. Maybe you need to upda= te >> > your branch. :) >> >=20 >> > [1] xen: rename dom0_op to platform_op >> > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/co= mmit/?id=3Dcfafae940381207d48b11a73a211142dba5947d3 > Sorry, I made a mistake rebasing the series. It doesn't help that I > couldn't find any Linux RCs on top of which it applies cleanly. As Li= nus > tags RCs often enough, it is usually helpful to base one's work on a = tag > so that it is easier for other people to work on it. > Ah, I'll rebase this series on top of the newest master at next version since the relevant patches are in master. > Please add my Reviewed-by to this patch. Thanks a lot! --=20 Shannon -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhaoshenglong@huawei.com (Shannon Zhao) Date: Tue, 26 Jan 2016 20:26:06 +0800 Subject: [PATCH v3 14/17] XEN: EFI: Move x86 specific codes to architecture directory In-Reply-To: References: <1453519184-11908-1-git-send-email-zhaoshenglong@huawei.com> <1453519184-11908-15-git-send-email-zhaoshenglong@huawei.com> <56A72B4F.2040909@huawei.com> Message-ID: <56A765DE.7040408@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2016/1/26 19:31, Stefano Stabellini wrote: > On Tue, 26 Jan 2016, Shannon Zhao wrote: >> > On 2016/1/26 0:44, Stefano Stabellini wrote: >>> > > On Sat, 23 Jan 2016, Shannon Zhao wrote: >>>>> > >> > From: Shannon Zhao >>>>> > >> > >>>>> > >> > Move x86 specific codes to architecture directory and export those EFI >>>>> > >> > runtime service functions. This will be useful for initializing runtime >>>>> > >> > service on ARM later. >>>>> > >> > >>>>> > >> > Signed-off-by: Shannon Zhao >>> > > This patch causes a build breakage on x86: >>> > > >>> > > arch/x86/xen/efi.c: In function ?xen_efi_probe?: >>> > > arch/x86/xen/efi.c:101:2: error: implicit declaration of function ?HYPERVISOR_platform_op? [-Werror=implicit-function-declaration] >>> > > >> > This patch is based on following patch [1]. Maybe you need to update >> > your branch. :) >> > >> > [1] xen: rename dom0_op to platform_op >> > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cfafae940381207d48b11a73a211142dba5947d3 > Sorry, I made a mistake rebasing the series. It doesn't help that I > couldn't find any Linux RCs on top of which it applies cleanly. As Linus > tags RCs often enough, it is usually helpful to base one's work on a tag > so that it is easier for other people to work on it. > Ah, I'll rebase this series on top of the newest master at next version since the relevant patches are in master. > Please add my Reviewed-by to this patch. Thanks a lot! -- Shannon