Accepting request 38011 from Kernel:HEAD

Copy from Kernel:HEAD/kernel-source based on submit request 38011 from user jeff_mahoney

OBS-URL: https://build.opensuse.org/request/show/38011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=92
This commit is contained in:
OBS User autobuild 2010-04-15 22:44:30 +00:00 committed by Git OBS Bridge
parent 03d57fcf6b
commit 23a52872df
42 changed files with 1100 additions and 56 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb8f7e22dbdddf93d4692bbeb301bda3924435ac5e869a171485d8b34237d98b
size 210529
oid sha256:bbbf9544277c8df111d78ea38f9e155a5b2cff9c4a8bf3c9f4ce24f8c52549d9
size 210477

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -17,7 +17,7 @@
# norootforbuild
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%include %_sourcedir/kernel-spec-macros
@ -29,7 +29,7 @@ License: GPLv2+
Group: Documentation/Man
AutoReqProv: on
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -54,9 +54,9 @@
%endif
Name: kernel-net
Summary: The Linux Kernel
Summary: Minimal kernel with disk and net support
Version: 2.6.34
Release: 1
Release: 2
%if %using_buildservice
%else
%endif
@ -236,7 +236,9 @@ Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
%define supported_modules_check 0
%description
The Linux Kernel.
This kernel carries only networking and disk drivers to fit into the
standard Sun OpenBoot download buffer, and is intended for the
initial install and rescue mode only.
%source_timestamp
@ -719,7 +721,7 @@ rm %my_builddir/tmp
%defattr(-, root, root)
%package base
Summary: The Linux Kernel - base modules
Summary: Minimal kernel with disk and net support - base modules
License: GPLv2
Group: System/Kernel
Url: http://www.kernel.org/
@ -735,7 +737,9 @@ Conflicts: libc.so.6()(64bit)
%endif
%description base
The Linux Kernel.
This kernel carries only networking and disk drivers to fit into the
standard Sun OpenBoot download buffer, and is intended for the
initial install and rescue mode only.
This package contains only the base modules, required in all installs.
@ -756,7 +760,7 @@ This package contains only the base modules, required in all installs.
%endif
%package extra
Summary: The Linux Kernel - Unsupported kernel modules
Summary: Minimal kernel with disk and net support - Unsupported kernel modules
License: GPLv2
Group: System/Kernel
Url: http://www.kernel.org/
@ -775,7 +779,9 @@ Conflicts: libc.so.6()(64bit)
%endif
%description extra
The Linux Kernel.
This kernel carries only networking and disk drivers to fit into the
standard Sun OpenBoot download buffer, and is intended for the
initial install and rescue mode only.
This package contains additional modules not supported by Novell.

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,7 +31,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -24,7 +24,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Thu Apr 15 15:13:15 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34-rc4 and c/s 1011.
- patches.xen/xen-netfront-ethtool: netfront: ethtool -i does
not return info about xennet driver (bnc#591179).
- patches.xen/xen-no-reboot-vector: eliminate REBOOT_VECTOR.
- patches.xen/xen-x86_64-kern_addr_valid: x86-64:
kern_addr_valid() must not walk page tables mapping hypervisor
space (bnc#591371).
- Update Xen config files.
- supported.conf: drivers/xen/evtchn.ko is supported.
-------------------------------------------------------------------
Thu Apr 15 02:17:03 CEST 2010 - teheo@suse.de
- patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI:
fix locking around blk_abort_request() (bnc#585927).
-------------------------------------------------------------------
Wed Apr 14 22:24:22 CEST 2010 - jeffm@suse.de
- Update to 2.6.34-rc4.
- Eliminated 3 patches.
-------------------------------------------------------------------
Tue Apr 13 13:02:28 CEST 2010 - mmarek@suse.cz
- Update vanilla config files.
-------------------------------------------------------------------
Tue Apr 13 12:39:30 CEST 2010 - tiwai@suse.de
- patches.suse/bootsplash-console-fix: Fix rendering on linux
console with bootsplash (bnc#595657,bnc#594209).
-------------------------------------------------------------------
Tue Apr 13 11:43:30 CEST 2010 - agraf@suse.de
- Update config files to disable KVM on PPC also for ppc/ppc64.
-------------------------------------------------------------------
Tue Apr 13 07:52:50 CEST 2010 - teheo@suse.de
- Update config files to disable CONFIG_DEBUG_BLOCK_EXT_DEVT which was
enabled by 5246824c to ease testing userland handling of ext devt.
-------------------------------------------------------------------
Mon Apr 12 21:01:14 CEST 2010 - jslaby@suse.de
- patches.fixes/hibernation-fix-s2disk.patch: PM / Hibernate:
user.c, fix SNAPSHOT_SET_SWAP_AREA handling (bko#15728).
-------------------------------------------------------------------
Mon Apr 12 18:43:55 CEST 2010 - jack@suse.de
- patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove
dcache count restricting code (bnc#576026).
-------------------------------------------------------------------
Mon Apr 12 12:55:42 CEST 2010 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458).
-------------------------------------------------------------------
Fri Apr 9 18:24:38 CEST 2010 - jeffm@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.33
%define patchversion 2.6.34-rc3
%define patchversion 2.6.34-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -56,7 +56,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.34
Release: 3
Release: 4
%if %using_buildservice
%else
%endif

View File

@ -46,6 +46,13 @@ bootloader, the kexec tool has to be used to load it. Once the system
crashes, the loaded kernel will be started to grab debug info from the
crashed kernel.
=== kernel-net ===
Minimal kernel with disk and net support
This kernel carries only networking and disk drivers to fit into the
standard Sun OpenBoot download buffer, and is intended for the
initial install and rescue mode only.
=== kernel-pae ===
Kernel with PAE Support

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95ac4ba2580f9fe431fbb7bb7c28e76d4b5868b89bea42a4fe6f9a942073e744
size 76414
oid sha256:79a247cb159bb7a2474aad935c206e7fb299cb655fb33801af5e85813e65326d
size 76546

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc20b30d42d809314836fa85e40ac6bd5365f9b787bdb6bfee5f074672cc630
size 40487
oid sha256:da469071ae47ee604b6c0ef9e0e3938f11bfe74019c1c718a9687f544830602c
size 40539

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3936009bde18adc06ca4fad944f749293e1c5aa52790362383e91369674630f
size 7601846
oid sha256:f3edb7d3cde83bb367ebcf2e7b111f75edda0b1a385fdcb3d2d71b49ea274fb2
size 8060142

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:898fcaa80bbf0151a1ee00cdaa34a8ab6e859ac66d0d48d070a46aa5b4eedefc
size 850691
oid sha256:4c4ef81c6ba912b5e9ef04ee1ed14c543d43f8c1d3124f28974326573cbcc6ed
size 850698

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a0875b3e4800dc5bdd90553148daa35b37c40371489d557c2862d49633d16ee
size 1939244
oid sha256:b96b5b20d61e61477bbd108ec5491cdeca8193e0ec72996d190682565b963a03
size 1948271

View File

@ -30,6 +30,7 @@
patches.kernel.org/patch-2.6.34-rc1
patches.kernel.org/patch-2.6.34-rc1-rc2
patches.kernel.org/patch-2.6.34-rc2-rc3
patches.kernel.org/patch-2.6.34-rc3-rc4
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -106,6 +107,7 @@
patches.fixes/make-note_interrupt-fast.diff
patches.fixes/twl6030-fix-note_interrupt-call
patches.fixes/hibernation-fix-s2disk.patch
########################################################
@ -345,7 +347,6 @@
# Reiserfs Patches
########################################################
patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-fix-locking-BUG-during-mount-failure
patches.fixes/reiserfs-remove-2-tb-file-size-limit
patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv
@ -387,6 +388,7 @@
patches.fixes/novfs-incorrect-filesize-fix
patches.fixes/novfs-truncate-fix
patches.fixes/novfs-fix-oops-in-scope-finding
patches.fixes/novfs-dentry-cache-limit.patch
########################################################
# other filesystem stuff
@ -458,12 +460,13 @@
# Storage
########################################################
patches.fixes/block-blk_abort_request-lock-fix
# libata
patches.drivers/libata-add-waits-for-govault
patches.drivers/libata-unlock-hpa-by-default
# Block layer fixes
patches.fixes/loop-update-mtime.patch
patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml
@ -548,10 +551,10 @@
patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch
patches.suse/bootsplash-keep-multiple-data
patches.suse/bootsplash-scaler
patches.suse/bootsplash-console-fix
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/synaptics-hp-clickpad
patches.fixes/hid-fix-gyration-oops.patch
##########################################################
# Sound
@ -816,6 +819,8 @@
patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34-rc2
patches.xen/xen3-patch-2.6.34-rc2-rc3
patches.xen/xen3-patch-2.6.34-rc3-rc4
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
@ -841,6 +846,7 @@
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents
patches.xen/xen-no-reboot-vector
patches.xen/xen-spinlock-poll-early
patches.xen/xen-configurable-guest-devices
patches.xen/xen-netback-nr-irqs
@ -848,9 +854,8 @@
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-netfront-ethtool
patches.xen/xen-unpriv-build
patches.xen/xen-vusb-module-alias
patches.xen/xen-vscsi-module-alias
patches.xen/xen-floppy
patches.xen/xen-dcdbas
patches.xen/xen-x86-panic-no-reboot
@ -866,3 +871,4 @@
patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-kern_addr_valid

View File

@ -1,3 +1,3 @@
2010-04-09 18:24:53 +0200
GIT Revision: 7621175843901a97be5a91e05255ede5b66051bb
2010-04-15 15:13:46 +0200
GIT Revision: 30e8a143b52df1e7457a0319e7e0154c85aab36d
GIT Branch: master

View File

@ -2040,6 +2040,7 @@
kernel/drivers/xen/blktap/blktap
- kernel/drivers/xen/blktap2/blktap2
kernel/drivers/xen/core/domctl
kernel/drivers/xen/evtchn
kernel/drivers/xen/gntdev/gntdev
kernel/drivers/xen/netback/netbk # Xen network device backend
kernel/drivers/xen/netback/netloop # Xen network loopback device