Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713695 > unrolled thread
| Started by | Juergen Gross <jgross@suse.com> |
|---|---|
| First post | 2017-08-17 11:10 +0200 |
| Last post | 2017-08-17 15:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] xen: fix build failure related to removing adjust_exception_frame Juergen Gross <jgross@suse.com> - 2017-08-17 11:10 +0200
Re: [PATCH] xen: fix build failure related to removing adjust_exception_frame Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-08-17 15:50 +0200
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Date | 2017-08-17 11:10 +0200 |
| Subject | [PATCH] xen: fix build failure related to removing adjust_exception_frame |
| Message-ID | <ufoYr-2Kf-49@gated-at.bofh.it> |
A kernel configured with XEN_PV but without KVM_GUEST will fail to build since the patch removing the adjust_exception_frame paravirt op. Fix this failure. Reported-by: Sander Eikelenboom <linux@eikelenboom.it> Signed-off-by: Juergen Gross <jgross@suse.com> --- arch/x86/xen/xen-asm_64.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/xen/xen-asm_64.S b/arch/x86/xen/xen-asm_64.S index f72ff71cc897..62039a35f70e 100644 --- a/arch/x86/xen/xen-asm_64.S +++ b/arch/x86/xen/xen-asm_64.S @@ -47,7 +47,6 @@ xen_pv_trap segment_not_present xen_pv_trap stack_segment xen_pv_trap general_protection xen_pv_trap page_fault -xen_pv_trap async_page_fault xen_pv_trap spurious_interrupt_bug xen_pv_trap coprocessor_error xen_pv_trap alignment_check -- 2.12.3
[toc] | [next] | [standalone]
| From | Boris Ostrovsky <boris.ostrovsky@oracle.com> |
|---|---|
| Date | 2017-08-17 15:50 +0200 |
| Subject | Re: [PATCH] xen: fix build failure related to removing adjust_exception_frame |
| Message-ID | <uftlo-5z4-29@gated-at.bofh.it> |
| In reply to | #1713695 |
On 08/17/2017 05:03 AM, Juergen Gross wrote: > A kernel configured with XEN_PV but without KVM_GUEST will fail to > build since the patch removing the adjust_exception_frame paravirt > op. > > Fix this failure. > > Reported-by: Sander Eikelenboom <linux@eikelenboom.it> > Signed-off-by: Juergen Gross <jgross@suse.com> > --- > arch/x86/xen/xen-asm_64.S | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/xen/xen-asm_64.S b/arch/x86/xen/xen-asm_64.S > index f72ff71cc897..62039a35f70e 100644 > --- a/arch/x86/xen/xen-asm_64.S > +++ b/arch/x86/xen/xen-asm_64.S > @@ -47,7 +47,6 @@ xen_pv_trap segment_not_present > xen_pv_trap stack_segment > xen_pv_trap general_protection > xen_pv_trap page_fault > -xen_pv_trap async_page_fault > xen_pv_trap spurious_interrupt_bug > xen_pv_trap coprocessor_error > xen_pv_trap alignment_check Applied to for-linus-4.14. -boris
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web