From 24783e6b73cffb7ece37b2e0b0e4879c4fc33cace81abf0f91147245d5914f1d Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Sat, 8 Dec 2012 07:02:45 +0000 Subject: [PATCH] commit 713a73c139f83ba0a220ab9e19fb8c7d7c7e4fa7 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7399 --- config.tar.bz2 | 4 ++-- kernel-binary.spec.in | 5 ++--- kernel-cubox.changes | 20 ++++++++++++++++++++ kernel-cubox.spec | 5 ++--- kernel-debug.changes | 20 ++++++++++++++++++++ kernel-debug.spec | 5 ++--- kernel-default.changes | 20 ++++++++++++++++++++ kernel-default.spec | 5 ++--- kernel-desktop.changes | 20 ++++++++++++++++++++ kernel-desktop.spec | 5 ++--- kernel-docs.changes | 20 ++++++++++++++++++++ kernel-ec2.changes | 20 ++++++++++++++++++++ kernel-ec2.spec | 5 ++--- kernel-exynos.changes | 20 ++++++++++++++++++++ kernel-exynos.spec | 5 ++--- kernel-highbank.changes | 20 ++++++++++++++++++++ kernel-highbank.spec | 5 ++--- kernel-imx51.changes | 20 ++++++++++++++++++++ kernel-imx51.spec | 5 ++--- kernel-omap2plus.changes | 20 ++++++++++++++++++++ kernel-omap2plus.spec | 5 ++--- kernel-pae.changes | 20 ++++++++++++++++++++ kernel-pae.spec | 5 ++--- kernel-s390.changes | 20 ++++++++++++++++++++ kernel-s390.spec | 5 ++--- kernel-source.changes | 20 ++++++++++++++++++++ kernel-syms.changes | 20 ++++++++++++++++++++ kernel-tegra.changes | 20 ++++++++++++++++++++ kernel-tegra.spec | 5 ++--- kernel-trace.changes | 20 ++++++++++++++++++++ kernel-trace.spec | 5 ++--- kernel-u8500.changes | 20 ++++++++++++++++++++ kernel-u8500.spec | 5 ++--- kernel-vanilla.changes | 20 ++++++++++++++++++++ kernel-vanilla.spec | 5 ++--- kernel-versatile.changes | 20 ++++++++++++++++++++ kernel-versatile.spec | 5 ++--- kernel-xen.changes | 20 ++++++++++++++++++++ kernel-xen.spec | 5 ++--- patches.xen.tar.bz2 | 4 ++-- series.conf | 2 ++ source-timestamp | 4 ++-- 42 files changed, 444 insertions(+), 60 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index 25da25a43..bc29e1eb3 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be254714df6a968ea69c691adbcffa69499b9dc668bb00b9ce353e7e30ef16b8 -size 310249 +oid sha256:65eb41ba53b7e40792a2a5f3aa0189ea6150a2cf7b4f411f418dde968990d195 +size 310436 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index 4e1585932..c855e87cf 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -398,10 +398,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-cubox.changes b/kernel-cubox.changes index e9cf46efe..99fa49479 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-cubox.spec b/kernel-cubox.spec index af9103ab6..57baef1ae 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-debug.changes b/kernel-debug.changes index e9cf46efe..99fa49479 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index d3090a64b..6f46b3d0b 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -477,10 +477,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-default.changes b/kernel-default.changes index e9cf46efe..99fa49479 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index dceeb1620..3423f763d 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -492,10 +492,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-desktop.changes b/kernel-desktop.changes index e9cf46efe..99fa49479 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index c52d43a67..492821fcc 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -486,10 +486,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-docs.changes b/kernel-docs.changes index e9cf46efe..99fa49479 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-ec2.changes b/kernel-ec2.changes index e9cf46efe..99fa49479 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 76bb7b7b2..b1b8ec4c4 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-exynos.changes b/kernel-exynos.changes index e9cf46efe..99fa49479 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 6937c0f24..fa0ce2e36 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -473,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-highbank.changes b/kernel-highbank.changes index e9cf46efe..99fa49479 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 697a6d616..a877a1d38 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -473,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-imx51.changes b/kernel-imx51.changes index e9cf46efe..99fa49479 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-imx51.spec b/kernel-imx51.spec index cb209a1cc..355c85bb5 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index e9cf46efe..99fa49479 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index cd4f3bdba..7421a7326 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-pae.changes b/kernel-pae.changes index e9cf46efe..99fa49479 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index e51788813..3dce656c7 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -483,10 +483,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-s390.changes b/kernel-s390.changes index e9cf46efe..99fa49479 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 11662932a..5b5b51765 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-source.changes b/kernel-source.changes index e9cf46efe..99fa49479 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-syms.changes b/kernel-syms.changes index e9cf46efe..99fa49479 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-tegra.changes b/kernel-tegra.changes index e9cf46efe..99fa49479 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 5e4bb16e7..3b0fe7d61 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-trace.changes b/kernel-trace.changes index e9cf46efe..99fa49479 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index a3f505077..7b2ae77ca 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -484,10 +484,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-u8500.changes b/kernel-u8500.changes index e9cf46efe..99fa49479 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 69243f936..681130a53 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -474,10 +474,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index e9cf46efe..99fa49479 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 6130ad80c..6eee9b61c 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -480,10 +480,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-versatile.changes b/kernel-versatile.changes index e9cf46efe..99fa49479 100644 --- a/kernel-versatile.changes +++ b/kernel-versatile.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-versatile.spec b/kernel-versatile.spec index a59b06f3f..c9acef7eb 100644 --- a/kernel-versatile.spec +++ b/kernel-versatile.spec @@ -473,10 +473,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/kernel-xen.changes b/kernel-xen.changes index e9cf46efe..99fa49479 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 12:14:08 CET 2012 - jbeulich@suse.com + +- rpm/kernel-binary.spec.in: Conditionalize the use of vmlinuz instead + of bzImage for Xen flavors. +- commit 713a73c + +------------------------------------------------------------------- +Fri Dec 7 09:45:21 CET 2012 - jbeulich@suse.com + +- Update Xen config files (enable XEN_BZIMAGE and EFI_STUB). +- commit d1ec1be + +------------------------------------------------------------------- +Fri Dec 7 09:36:08 CET 2012 - jbeulich@suse.com + +- Update Xen patches to 3.7-rc7 and c/s 1211. +- allow non-pv-ops kernel to be built as bzImage. +- commit 2a7feb8 + ------------------------------------------------------------------- Thu Dec 6 21:51:12 CET 2012 - ohering@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 68b309719..deb6ba44e 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -476,10 +476,9 @@ add_vmlinux() # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed -%if %build_xen - image=vmlinuz -%else image=bzImage +%if %build_xen + test -f arch/x86/boot/$image || image=vmlinuz %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index a6a2cf3b0..c99daa103 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:646c81488e7bbabf8414f4bd96d82a7f79793c8e071badd72de18e23867603e2 -size 2130018 +oid sha256:51bc8bfb1eeefdce09248e6bf3d997663ba885cd956e8e85374db2bf1a0252d6 +size 2112652 diff --git a/series.conf b/series.conf index 82f98333b..fc30b3315 100644 --- a/series.conf +++ b/series.conf @@ -646,6 +646,7 @@ patches.xen/xen3-patch-3.6 patches.xen/xen3-patch-3.7-rc3 patches.xen/xen3-patch-3.7-rc4-rc5 + patches.xen/xen3-patch-3.7-rc6-rc7 # ports of other patches patches.xen/xen3-003-acpi_initrd_override_tables.patch @@ -697,6 +698,7 @@ patches.xen/xen-x86-per-cpu-vcpu-info patches.xen/xen-x86-pcpu patches.xen/xen-x86-EFI + patches.xen/xen-x86-bzImage patches.xen/xen-x86_64-pgd-pin patches.xen/xen-x86_64-pgd-alloc-order patches.xen/xen-x86_64-dump-user-pgt diff --git a/source-timestamp b/source-timestamp index bc899a118..a7a29aa9d 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-12-06 21:51:12 +0100 -GIT Revision: 4fccd03a36402108723019cdfa29e65a37761a2e +2012-12-07 12:14:08 +0100 +GIT Revision: 713a73c139f83ba0a220ab9e19fb8c7d7c7e4fa7 GIT Branch: master