[Xen-devel] [BUG] Error applying XSA240 update 5 on 4.8 and 4.9 (patch 3 references CONFIG_PV_LINEAR_PT, 3285e75dea89, x86/mm: Make PV linear pagetables optional)

2017-11-15 Thread John Thomson
tables optional" Could we also refer to the third patch in the XSA resolution section please? Thank you, -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [BUG] PV domU Arch Linux kernel 4.12 with CONFIG_INTEL_ATOMISP=y guest crashes

2017-09-25 Thread John Thomson
Thanks for the explanation! It looks like the code that caused the issue would be removed with this patch? staging: atomisp: use clock framework for camera clocks https://lkml.org/lkml/2017/9/20/712 -- John Thomson ___ Xen-devel mailing list Xen

Re: [Xen-devel] Building Xen 4.8 with GCC 7

2017-06-27 Thread John Thomson
functions static https://lists.xenproject.org/archives/html/xen-devel/2017-06/msg02896.html Where the static keyword is added to the inline functions in vtpmmgr -- John Thomson ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [XTF PATCH] Fix fallthrough typo in XTF common/libc/vsnprintf.c

2017-06-24 Thread John Thomson
: here case 'u': /* Unsigned decimal. */ ^~~~ cc1: all warnings being treated as errors Signed-off-by: John Thomson --- common/libc/vsnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libc/vsnprintf.c b/common/libc/vsnprintf.c ind