I have made the following changes intended for : CE:Adaptation:x86-generic / kernel-adaptation-pc
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6764 Thank You, amjad [This message was auto-generated] --- Request # 6764: Messages from BOSS: State: review at 2012-09-21T14:43:43 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for sage : Please check if any other text changes are required new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:amjad:branches:CE:Adaptation:x86-generic / kernel-adaptation-pc -> CE:Adaptation:x86-generic / kernel-adaptation-pc changes files: -------------- --- kernel.changes +++ kernel.changes @@ -0,0 +1,3 @@ +* Fri Sep 21 2012 Amjad Syed <[email protected]> - 3.0.0 +- Fixes NEMO#181 add fix-config-xen.patch + new: ---- linux-3.0-fix-config-xen.patch spec files: ----------- --- kernel-adaptation-pc.spec +++ kernel-adaptation-pc.spec @@ -213,7 +213,7 @@ # turn on "print fatal signals" by default, so that we can debug /sbin/init # crashes Patch200: linux-2.6.35-fatal-signals.patch - +Patch201: linux-3.0-fix-config-xen.patch BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -364,6 +364,8 @@ # crashes # linux-2.6.35-fatal-signals.patch %patch200 -p1 +#config-fix-patch +%patch201 -p1 # Drop some necessary files from the source dir into the buildroot other changes: -------------- ++++++ linux-3.0-fix-config-xen.patch (new) --- linux-3.0-fix-config-xen.patch +++ linux-3.0-fix-config-xen.patch @@ -0,0 +1,13 @@ +--- linux-3.0.org/arch/x86/include/asm/io.h 2012-09-19 15:58:08.000000000 +0400 ++++ linux-3.0/arch/x86/include/asm/io.h 2012-09-19 19:04:00.000000000 +0400 +@@ -39,8 +39,9 @@ + #include <linux/string.h> + #include <linux/compiler.h> + #include <asm/page.h> +- ++#ifdef CONFIG_XEN + #include <xen/xen.h> ++#endif + + #define build_mmio_read(name, size, type, reg, barrier) \ + static inline type name(const volatile void __iomem *addr) \ ++++++ series --- series +++ series @@ -56,4 +56,5 @@ # turn on "print fatal signals" by default, so that we can debug /sbin/init # crashes linux-2.6.35-fatal-signals.patch - +#Add if def CONFIG_XEN in io header file +linux-3.0-fix-config-xen.patch
