[packages/xen] - alignment fix

baggins baggins at pld-linux.org
Sun Oct 27 14:05:18 CET 2019


commit a6b4b06c825d7e5d64e981f6afa6d018a582a504
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 27 14:03:58 2019 +0100

    - alignment fix

 gcc9.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/gcc9.patch b/gcc9.patch
index 92fae00..9b9ae85 100644
--- a/gcc9.patch
+++ b/gcc9.patch
@@ -72,3 +72,14 @@ index cc294fc38473..d1ef81407b71 100644
  
  	for (i = 0; i < num_var_ranges; ++i) {
  		if (mtrr_state.var_ranges[i].mask & MTRR_PHYSMASK_VALID)
+--- xen-4.6.6/xen/arch/x86/mm.c~	2017-07-06 09:04:28.000000000 +0200
++++ xen-4.6.6/xen/arch/x86/mm.c	2019-10-27 14:02:41.582770616 +0100
+@@ -517,7 +517,7 @@
+     make_cr3(v, cr3_mfn);
+ }
+ 
+-static const char __section(".bss.page_aligned") zero_page[PAGE_SIZE];
++static const char __section(".bss.page_aligned.const") zero_page[PAGE_SIZE];
+ 
+ static void invalidate_shadow_ldt(struct vcpu *v, int flush)
+ {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xen.git/commitdiff/a6b4b06c825d7e5d64e981f6afa6d018a582a504



More information about the pld-cvs-commit mailing list