From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 0/4] xen/public: arm: rework set_xen_guest_handle_raw Date: Mon, 2 Nov 2015 13:45:44 +0000 Message-ID: <56376908.4000108@citrix.com> References: <1446228813-2593-1-git-send-email-julien.grall@citrix.com> <5637766902000078000B0BEA@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZtFS7-0006tz-O0 for xen-devel@lists.xenproject.org; Mon, 02 Nov 2015 13:47:15 +0000 In-Reply-To: <5637766902000078000B0BEA@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Keir Fraser , ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, Tim Deegan , Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 02/11/15 13:42, Jan Beulich wrote: >>>> On 30.10.15 at 19:13, wrote: >> This series is based on the patch sent by Jan Beulich to drop >> get_xen_guest_handle [2]. But I wasn't able to apply it cleanly on >> unstable, so I've provided a branch with this patch and this series: >> >> git://xenbits.xen.org/people/julieng/xen-unstable.git branch guest-handle-v1 > > Odd - the patch still appears to apply fine to current staging. FWIW: julien@chilopoda:~/works/xen> git am /tmp/\[PATCH\]\ drop\ get_xen_guest_handle\(\).eml Applying: drop get_xen_guest_handle() error: patch failed: xen/arch/x86/sysctl.c:31 error: xen/arch/x86/sysctl.c: patch does not apply error: patch failed: xen/arch/x86/x86_64/cpu_idle.c:21 error: xen/arch/x86/x86_64/cpu_idle.c: patch does not apply error: patch failed: xen/include/public/arch-arm.h:195 error: xen/include/public/arch-arm.h: patch does not apply error: patch failed: xen/include/public/arch-x86/xen.h:54 error: xen/include/public/arch-x86/xen.h: patch does not apply Patch failed at 0001 drop get_xen_guest_handle() The copy of the patch that failed is found in: /home/julien/works/xen/.git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". -- Julien Grall