1
0
forked from pool/kernel-source

commit 713a73c139f83ba0a220ab9e19fb8c7d7c7e4fa7

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7399
This commit is contained in:
Michal Marek 2012-12-08 07:02:45 +00:00 committed by Git OBS Bridge
parent a0d2cdbd0f
commit 24783e6b73
42 changed files with 444 additions and 60 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be254714df6a968ea69c691adbcffa69499b9dc668bb00b9ce353e7e30ef16b8
size 310249
oid sha256:65eb41ba53b7e40792a2a5f3aa0189ea6150a2cf7b4f411f418dde968990d195
size 310436

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:646c81488e7bbabf8414f4bd96d82a7f79793c8e071badd72de18e23867603e2
size 2130018
oid sha256:51bc8bfb1eeefdce09248e6bf3d997663ba885cd956e8e85374db2bf1a0252d6
size 2112652

View File

@ -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

View File

@ -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