forked from pool/kernel-source
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate picture. - commit ba0cfdc OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7046
This commit is contained in:
parent
20b2b89e07
commit
f52a590198
@ -217,6 +217,21 @@ cd linux-%srcversion
|
|||||||
|
|
||||||
cd %kernel_build_dir
|
cd %kernel_build_dir
|
||||||
|
|
||||||
|
# Override the timestamp 'uname -v' reports with the source timestamp and
|
||||||
|
# the commit hash.
|
||||||
|
date=$(head -n 1 %_sourcedir/source-timestamp)
|
||||||
|
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
||||||
|
cat > .kernel-binary.spec.buildenv <<EOF
|
||||||
|
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
||||||
|
export KBUILD_VERBOSE=0
|
||||||
|
export KBUILD_SYMTYPES=1
|
||||||
|
export KBUILD_OVERRIDE=1
|
||||||
|
export KBUILD_BUILD_USER=geeko
|
||||||
|
export KBUILD_BUILD_HOST=buildhost
|
||||||
|
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
|
||||||
|
EOF
|
||||||
|
source .kernel-binary.spec.buildenv
|
||||||
|
|
||||||
if [ -f %_sourcedir/localversion ] ; then
|
if [ -f %_sourcedir/localversion ] ; then
|
||||||
cat %_sourcedir/localversion > localversion
|
cat %_sourcedir/localversion > localversion
|
||||||
fi
|
fi
|
||||||
@ -262,19 +277,6 @@ make clean $MAKE_ARGS
|
|||||||
rm -f source
|
rm -f source
|
||||||
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
|
||||||
|
|
||||||
# Override the timestamp 'uname -v' reports with the source timestamp and
|
|
||||||
# the commit hash.
|
|
||||||
date=$(head -n 1 %_sourcedir/source-timestamp)
|
|
||||||
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
|
|
||||||
cat > .kernel-binary.spec.buildenv <<EOF
|
|
||||||
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
|
|
||||||
export KBUILD_VERBOSE=0
|
|
||||||
export KBUILD_SYMTYPES=1
|
|
||||||
export KBUILD_OVERRIDE=1
|
|
||||||
export KBUILD_BUILD_USER=geeko
|
|
||||||
export KBUILD_BUILD_HOST=buildhost
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd %kernel_build_dir
|
cd %kernel_build_dir
|
||||||
source .kernel-binary.spec.buildenv
|
source .kernel-binary.spec.buildenv
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-debug.spec
15605
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-default.spec
15605
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15600
kernel-desktop.spec
15600
kernel-desktop.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15544
kernel-docs.spec
15544
kernel-docs.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15606
kernel-ec2.spec
15606
kernel-ec2.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-pae.spec
15605
kernel-pae.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-ppc64.spec
15605
kernel-ppc64.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-s390.spec
15605
kernel-s390.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15553
kernel-source.spec
15553
kernel-source.spec
File diff suppressed because it is too large
Load Diff
@ -86,6 +86,7 @@ Source64: package-descriptions
|
|||||||
Source65: kernel-spec-macros
|
Source65: kernel-spec-macros
|
||||||
Source66: configtool.pl
|
Source66: configtool.pl
|
||||||
Source67: log.sh
|
Source67: log.sh
|
||||||
|
Source68: host-memcpy-hack.h
|
||||||
Source100: config.tar.bz2
|
Source100: config.tar.bz2
|
||||||
Source101: config.addon.tar.bz2
|
Source101: config.addon.tar.bz2
|
||||||
Source102: patches.arch.tar.bz2
|
Source102: patches.arch.tar.bz2
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15547
kernel-syms.spec
15547
kernel-syms.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-trace.spec
15605
kernel-trace.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15605
kernel-vanilla.spec
15605
kernel-vanilla.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
Fix crash when updating boxes: Don't reallocate
|
||||||
|
picture.
|
||||||
|
- commit ba0cfdc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
|
||||||
|
in userspace programs, so that they keep working on older systems.
|
||||||
|
- rpm/kernel-binary.spec.in: Pass -include
|
||||||
|
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
|
||||||
|
userspace programs.
|
||||||
|
- commit 1de2384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.1-rc7 and c/s 1105.
|
||||||
|
- pass PCI segment information to Xen.
|
||||||
|
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
|
||||||
|
- x86: allow NVS can be accessed by driver.
|
||||||
|
- commit 7de39e8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
15606
kernel-xen.spec
15606
kernel-xen.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d0c979372b86fd284ff166b4f7c2b8f4d6b58bbceb103d7b2dbf326c25765c03
|
oid sha256:320895a49a085e5abd93be597461e1977f5fd0bda3ce43bd1ccb2c39d042ebbc
|
||||||
size 182844
|
size 182402
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a568a2e7dad4461f2c1e89effd8b739c28da507d14d50b582e35c9bdd9f2cd31
|
oid sha256:2f95b0875e23b1efc4e33deb9f13a31f615cdd4aab12e6599fecad7ddd6ea63d
|
||||||
size 2050856
|
size 2039442
|
||||||
|
35
series.conf
35
series.conf
@ -733,10 +733,29 @@
|
|||||||
patches.xen/xen3-patch-2.6.39
|
patches.xen/xen3-patch-2.6.39
|
||||||
patches.xen/xen3-patch-3.0
|
patches.xen/xen3-patch-3.0
|
||||||
patches.xen/xen3-patch-3.1-rc5
|
patches.xen/xen3-patch-3.1-rc5
|
||||||
|
patches.xen/xen3-patch-3.1-rc6-rc7
|
||||||
|
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||||
|
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||||
patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
patches.xen/xen3-x86_64-unwind-annotations
|
patches.xen/xen3-x86_64-unwind-annotations
|
||||||
|
|
||||||
# bugfixes and enhancements
|
# bugfixes and enhancements
|
||||||
|
patches.xen/xen-kconfig-compat
|
||||||
|
patches.xen/xen-sys-suspend
|
||||||
|
patches.xen/xen-ipi-per-cpu-irq
|
||||||
|
patches.xen/xen-virq-per-cpu-irq
|
||||||
|
patches.xen/xen-clockevents
|
||||||
|
patches.xen/xen-spinlock-poll-early
|
||||||
|
patches.xen/xen-pcpu-hotplug
|
||||||
|
patches.xen/xen-mem-hotplug
|
||||||
|
patches.xen/xen-swiotlb-heuristics
|
||||||
|
patches.xen/xen-pci-multi-segment
|
||||||
|
patches.xen/xen-configurable-guest-devices
|
||||||
|
patches.xen/xen-setup-gsi
|
||||||
|
patches.xen/xen-kzalloc
|
||||||
|
patches.xen/xen-sections
|
||||||
|
patches.xen/xen-unpriv-build
|
||||||
|
patches.xen/xen-cpufreq-report
|
||||||
patches.xen/xen-balloon-max-target
|
patches.xen/xen-balloon-max-target
|
||||||
patches.xen/xen-blkif-protocol-fallback-hack
|
patches.xen/xen-blkif-protocol-fallback-hack
|
||||||
patches.xen/xen-blkback-cdrom
|
patches.xen/xen-blkback-cdrom
|
||||||
@ -746,17 +765,6 @@
|
|||||||
patches.xen/xen-op-packet
|
patches.xen/xen-op-packet
|
||||||
patches.xen/xen-blkfront-cdrom
|
patches.xen/xen-blkfront-cdrom
|
||||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||||
patches.xen/xen-kconfig-compat
|
|
||||||
patches.xen/xen-cpufreq-report
|
|
||||||
patches.xen/xen-sys-suspend
|
|
||||||
patches.xen/xen-ipi-per-cpu-irq
|
|
||||||
patches.xen/xen-virq-per-cpu-irq
|
|
||||||
patches.xen/xen-clockevents
|
|
||||||
patches.xen/xen-spinlock-poll-early
|
|
||||||
patches.xen/xen-pcpu-hotplug
|
|
||||||
patches.xen/xen-mem-hotplug
|
|
||||||
patches.xen/xen-swiotlb-heuristics
|
|
||||||
patches.xen/xen-configurable-guest-devices
|
|
||||||
patches.xen/xen-netback-nr-irqs
|
patches.xen/xen-netback-nr-irqs
|
||||||
patches.xen/xen-netback-notify-multi
|
patches.xen/xen-netback-notify-multi
|
||||||
patches.xen/xen-netback-generalize
|
patches.xen/xen-netback-generalize
|
||||||
@ -765,10 +773,6 @@
|
|||||||
patches.xen/xen-cxgb3
|
patches.xen/xen-cxgb3
|
||||||
patches.xen/xen-dcdbas
|
patches.xen/xen-dcdbas
|
||||||
patches.xen/xen-floppy
|
patches.xen/xen-floppy
|
||||||
patches.xen/xen-sections
|
|
||||||
patches.xen/xen-kzalloc
|
|
||||||
patches.xen/xen-unpriv-build
|
|
||||||
patches.xen/xen-setup-gsi
|
|
||||||
patches.xen/xen-x86-panic-no-reboot
|
patches.xen/xen-x86-panic-no-reboot
|
||||||
patches.xen/xen-x86-dcr-fallback
|
patches.xen/xen-x86-dcr-fallback
|
||||||
patches.xen/xen-x86-no-lapic
|
patches.xen/xen-x86-no-lapic
|
||||||
@ -778,7 +782,6 @@
|
|||||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||||
patches.xen/xen-x86-msr-on-pcpu
|
patches.xen/xen-x86-msr-on-pcpu
|
||||||
patches.xen/xen-x86-EFI
|
patches.xen/xen-x86-EFI
|
||||||
patches.xen/xen-x86-mmcfg-ACPI-reserved
|
|
||||||
patches.xen/xen-x86_64-pgd-pin
|
patches.xen/xen-x86_64-pgd-pin
|
||||||
patches.xen/xen-x86_64-pgd-alloc-order
|
patches.xen/xen-x86_64-pgd-alloc-order
|
||||||
patches.xen/xen-x86_64-dump-user-pgt
|
patches.xen/xen-x86_64-dump-user-pgt
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-09-26 10:01:25 +0200
|
2011-09-27 22:27:57 +0200
|
||||||
GIT Revision: ee8cc90d708d00daa875c99f43c628b1d5a93fef
|
GIT Revision: ba0cfdcb4a536831694e3844d9ecdb3870506e6b
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user