1
0
forked from pool/kernel-source

GIT Revision: 83cec5a8252e63185c4dc95234de8bf0ef32a762

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6947
This commit is contained in:
Michal Marek 2011-04-13 05:02:37 +00:00 committed by Git OBS Bridge
parent 50c4878ebe
commit 47c29942f7
38 changed files with 1614 additions and 282 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop +i386 i386/desktop
+i386 i386/pae +i386 i386/pae
+i386 -syms i386/debug +i386 -syms i386/debug
+i386 i386/xen #+i386 i386/xen
+i386 -syms i386/ec2 #+i386 -syms i386/ec2
+i386 i386/vanilla +i386 i386/vanilla
+i386 -syms i386/trace +i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 x86_64/desktop +x86_64 x86_64/desktop
+x86_64 x86_64/xen #+x86_64 x86_64/xen
+x86_64 -syms x86_64/ec2 #+x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug +x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace +x86_64 -syms x86_64/trace

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use # The version of the main tarball to use
SRCVERSION=2.6.38 SRCVERSION=2.6.39-rc3
# variant of the kernel-source package, either empty or "-rt" # variant of the kernel-source package, either empty or "-rt"
VARIANT= VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ab1cb6a2741502619c378634f28c36df9356250712a7573b83f823481efe8b1f oid sha256:ffe6253eb8d22218b30a64499676b0df8bfbc1bdef4a0b0ffbe6b23967e21715
size 226304 size 223587

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-debug (Version 2.6.38) # spec file for package kernel-debug (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -872,6 +872,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-default (Version 2.6.38) # spec file for package kernel-default (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -885,6 +885,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-desktop (Version 2.6.38) # spec file for package kernel-desktop (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -905,6 +905,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-docs (Version 2.6.38) # spec file for package kernel-docs (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,18 +17,18 @@
# norootforbuild # norootforbuild
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant
@ -99,6 +99,44 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-net (Version 2.6.38) # spec file for package kernel-net (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-net Name: kernel-net
Summary: Minimal kernel with disk and net support Summary: Minimal kernel with disk and net support
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -872,6 +872,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-pae (Version 2.6.38) # spec file for package kernel-pae (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -890,6 +890,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-ppc64 (Version 2.6.38) # spec file for package kernel-ppc64 (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -894,6 +894,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-ps3 (Version 2.6.38) # spec file for package kernel-ps3 (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-ps3 Name: kernel-ps3
Summary: kernel for ps3 bootloader Summary: kernel for ps3 bootloader
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -875,6 +875,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-s390 (Version 2.6.38) # spec file for package kernel-s390 (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -869,6 +869,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-source (Version 2.6.38) # spec file for package kernel-source (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,8 +18,8 @@
# norootforbuild # norootforbuild
# icecream 0 # icecream 0
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,11 +29,11 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
@ -254,6 +254,44 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif %endif
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-syms (Version 2.6.38) # spec file for package kernel-syms (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,9 +23,9 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release Release: %kernel_source_release
@ -50,9 +50,6 @@ Requires: kernel-ppc64-devel = %version-%source_rel
%ifarch s390 %ifarch s390
Requires: kernel-s390-devel = %version-%source_rel Requires: kernel-s390-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Provides: multiversion(kernel) Provides: multiversion(kernel)
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
@ -81,6 +78,44 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-trace (Version 2.6.38) # spec file for package kernel-trace (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -877,6 +877,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Apr 13 04:01:31 CEST 2011 - jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
-------------------------------------------------------------------
Wed Apr 13 03:30:36 CEST 2011 - jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
-------------------------------------------------------------------
Wed Apr 13 03:20:30 CEST 2011 - jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
-------------------------------------------------------------------
Tue Apr 12 21:30:55 CEST 2011 - jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
-------------------------------------------------------------------
Tue Apr 12 20:46:13 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
-------------------------------------------------------------------
Tue Apr 12 20:28:31 CEST 2011 - jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
-------------------------------------------------------------------
Tue Apr 12 20:25:11 CEST 2011 - jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
-------------------------------------------------------------------
Tue Apr 12 19:37:48 CEST 2011 - jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
-------------------------------------------------------------------
Tue Apr 12 19:10:01 CEST 2011 - jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kernel-vanilla (Version 2.6.38) # spec file for package kernel-vanilla (Version 2.6.39)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.38 %define srcversion 2.6.39-rc3
%define patchversion 2.6.38 %define patchversion 2.6.39-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,11 +55,11 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.38 Version: 2.6.39
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: rc3.<RELEASE>
%else %else
Release: 0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -873,6 +873,44 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Wed Apr 13 2011 jeffm@suse.de
- fhandle: Add <linux/personality.h> for ia64.
- commit 83cec5a
* Wed Apr 13 2011 jeffm@suse.com
- kvm: Fix off by one in kvm_for_each_vcpu iteration.
- commit 4e5c2b7
* Wed Apr 13 2011 jeffm@suse.com
- rts_pstor: Add <linux/vmalloc.h>.
- rts_pstor: use #ifdef instead of #if.
- commit caa5347
* Tue Apr 12 2011 jeffm@suse.com
- gma500: Depend on X86.
- commit 3aa298c
* Tue Apr 12 2011 jeffm@suse.com
- Updated to 2.6.39-rc3.
- Eliminated 2 patches.
- commit 200c913
* Tue Apr 12 2011 jeffm@suse.com
- patches.suse/s390-Kerntypes.diff: remove <linux/smp_lock.h>
- commit d7c79f2
* Tue Apr 12 2011 jeffm@suse.com
- olpc: Add <linux/delay.h>.
- commit 58ce0db
* Tue Apr 12 2011 jeffm@suse.com
- Update config files for -vanilla.
- commit 52fe306
* Tue Apr 12 2011 jeffm@suse.com
- Update to 2.6.39-rc2.
- Eliminated 18 patches.
- Added 3 patches.
- hv_mouse: needs <linux/delay.h>.
- dm-raid45: Remove blk_unplug calls.
- novfs: 2.6.39 API update.
- Xen, Swap-over-NFS, and certain SCSI multipath features are disabled.
- patches.kernel.org is no longer used to contain upstream patches
for -rc releases. Users planning on building their own kernel should
have a copy of the tarball corresponding to the -rc releases.
- commit adf9d16
* Mon Apr 11 2011 neilb@suse.de * Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns - Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123). (bnc#678123).

3
linux-2.6.39-rc3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ab04b16bd9a121f4933fa7752c94224105d6fe8eec078135563659709426bf7
size 76092741

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:617e8ded93369cfd273f43f10dc35f29d951a7199fb42b2e14bbf260425dfaf5 oid sha256:e983af76e408802b165419548b17ed95e8d7b5765022505f9e8665ee3bfbbae2
size 7972 size 8006

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d371b5ca1ff27f37882b23a11b9f530316970464a637a527041bfa105bf3c270 oid sha256:ac9cf2331d2cf95d86305433dc56a75985bb22909f26219aa1d8ff335cf1e536
size 70298 size 67449

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:581db64ee3564f72001e238a8694acd599c5e0dde8ba0c886413c2c5d556baaa oid sha256:7992ecf436961111c05a63155b9ae27278ba28616d38ad358c6e8d19cc0b5cd7
size 133513 size 13687

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:faf1200edd508dc4561ca0c1c89be1e11a9fa680e260a056ff70dd464d425dfe oid sha256:9069a2d0b4fcef6a88cf58b9d0db589d186d7f19b937d9ab9d0f6df55f5394f4
size 83182 size 79498

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d2cc00d38ec40e6f80f154077a81c4b8447d8e10fe97767009175becc8acf660 oid sha256:f122680a3260fe357c4daa411f0cfc47b0a3be5f5ce747175578adbb372d0048
size 4275 size 4961

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:dce7b63f7b27cefc30a05705b050953475eeabe341b8296046044399c5f61f1f oid sha256:ea0b9e9f285b1930f4f00a2e6a9f1c3be04af08a27306a4ffbe573a1ec75fbe9
size 282670 size 284459

View File

@ -33,11 +33,13 @@
# Patches in patches.rpmify are applied to both -vanilla # Patches in patches.rpmify are applied to both -vanilla
# and patched flavors. # and patched flavors.
######################################################## ########################################################
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/qla4xx-missing-readq-definition patches.rpmify/qla4xx-missing-readq-definition
patches.rpmify/winbond-needs-msleep patches.rpmify/olpc-add-linux-delay-h
patches.rpmify/dw_spi-fix-PPC-build.patch patches.rpmify/gma500-depend-on-x86
patches.rpmify/rts_pstor-use-ifdef-instead-of-if
patches.rpmify/rts_pstor-add-linux-vmalloc-h
patches.rpmify/kvm-fix-off-by-one-in-kvm_for_each_vcpu-iteration
patches.rpmify/fhandle-add-linux-personality-h-for-ia64
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -84,8 +86,6 @@
patches.fixes/seccomp-disable-tsc-option patches.fixes/seccomp-disable-tsc-option
patches.suse/hung_task_timeout-configurable-default patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults +needs_update-33 patches.suse/sched-revert-latency-defaults
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch
######################################################## ########################################################
# Architecture-specific patches. These used to be all # Architecture-specific patches. These used to be all
@ -320,7 +320,7 @@
patches.suse/reiserfs-barrier-default patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-remove-2-tb-file-size-limit patches.fixes/reiserfs-remove-2-tb-file-size-limit
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
patches.suse/reiser4-dependencies +needs_updating-39 patches.suse/reiser4-dependencies
######################################################## ########################################################
# dlm # dlm
@ -364,6 +364,7 @@
patches.suse/novfs-2.6.37-api-changes patches.suse/novfs-2.6.37-api-changes
patches.fixes/novfs-fragment-size-fix.patch patches.fixes/novfs-fragment-size-fix.patch
patches.suse/novfs-build-fix patches.suse/novfs-build-fix
patches.suse/novfs-2.6.39-api-changes
######################################################## ########################################################
# other filesystem stuff: richacls # other filesystem stuff: richacls
@ -394,48 +395,53 @@
######################################################## ########################################################
# Swap-over-NFS # Swap-over-NFS
######################################################## ########################################################
patches.suse/SoN-01-mm-setup_per_zone_wmarks.patch
patches.suse/SoN-02-doc.patch # Most of these just needed context adjustments but the
patches.suse/SoN-03-mm-gfp-to-alloc_flags-expose.patch # swapfile patches need big updating due to ->sync_page
patches.suse/SoN-04-page_alloc-reserve.patch # going away -jeffm
patches.suse/SoN-05-reserve-slub.patch
patches.suse/SoN-06-mm-kmem_estimate_pages.patch +needs_update-39 patches.suse/SoN-01-mm-setup_per_zone_wmarks.patch
patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch +needs_update-39 patches.suse/SoN-02-doc.patch
patches.suse/SoN-08-mm-page_alloc-emerg.patch +needs_update-39 patches.suse/SoN-03-mm-gfp-to-alloc_flags-expose.patch
patches.suse/SoN-08a-mm-page_alloc-emerg.patch +needs_update-39 patches.suse/SoN-04-page_alloc-reserve.patch
patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch +needs_update-39 patches.suse/SoN-05-reserve-slub.patch
patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch +needs_update-39 patches.suse/SoN-06-mm-kmem_estimate_pages.patch
patches.suse/SoN-11-mm-reserve.patch +needs_update-39 patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch
patches.suse/SoN-12-mm-selinux-emergency.patch +needs_update-39 patches.suse/SoN-08-mm-page_alloc-emerg.patch
patches.suse/SoN-13-net-ps_rx.patch +needs_update-39 patches.suse/SoN-08a-mm-page_alloc-emerg.patch
patches.suse/SoN-14-net-sk_allocation.patch +needs_update-39 patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch
patches.suse/SoN-15-netvm-reserve.patch +needs_update-39 patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch
patches.suse/SoN-16-netvm-reserve-inet.patch +needs_update-39 patches.suse/SoN-11-mm-reserve.patch
patches.suse/SoN-16a-netvm-reserve-inet.patch +needs_update-39 patches.suse/SoN-12-mm-selinux-emergency.patch
patches.suse/SoN-17-netvm-reserve-inet.patch-fix +needs_update-39 patches.suse/SoN-13-net-ps_rx.patch
patches.suse/SoN-18-netvm-skbuff-reserve.patch +needs_update-39 patches.suse/SoN-14-net-sk_allocation.patch
patches.suse/SoN-19-netvm-sk_filter.patch +needs_update-39 patches.suse/SoN-15-netvm-reserve.patch
patches.suse/SoN-20-netvm-tcp-deadlock.patch +needs_update-39 patches.suse/SoN-16-netvm-reserve-inet.patch
patches.suse/SoN-21-emergency-nf_queue.patch +needs_update-39 patches.suse/SoN-16a-netvm-reserve-inet.patch
patches.suse/SoN-22-netvm.patch +needs_update-39 patches.suse/SoN-17-netvm-reserve-inet.patch-fix
patches.suse/SoN-23-mm-swapfile.patch +needs_update-39 patches.suse/SoN-18-netvm-skbuff-reserve.patch
patches.suse/SoN-24-mm-page_file_methods.patch +needs_update-39 patches.suse/SoN-19-netvm-sk_filter.patch
patches.suse/SoN-25-nfs-swapcache.patch +needs_update-39 patches.suse/SoN-20-netvm-tcp-deadlock.patch
patches.suse/SoN-25a-nfs-swapcache.patch +needs_update-39 patches.suse/SoN-21-emergency-nf_queue.patch
patches.suse/SoN-25b-nfs-swapcache.patch +needs_update-39 patches.suse/SoN-22-netvm.patch
patches.suse/SoN-26-nfs-swapper.patch +needs_update-39 patches.suse/SoN-23-mm-swapfile.patch
patches.suse/SoN-27-nfs-swap_ops.patch +needs_update-39 patches.suse/SoN-24-mm-page_file_methods.patch
patches.suse/SoN-27a-nfs-swap_ops.patch +needs_update-39 patches.suse/SoN-25-nfs-swapcache.patch
patches.suse/SoN-28-nfs-alloc-recursions.patch +needs_update-39 patches.suse/SoN-25a-nfs-swapcache.patch
patches.suse/SoN-29-fix-swap_sync_page-race +needs_update-39 patches.suse/SoN-25b-nfs-swapcache.patch
patches.suse/SoN-30-fix-uninitialized-var.patch +needs_update-39 patches.suse/SoN-26-nfs-swapper.patch
patches.suse/SoN-31-fix-null-pointer-dereference +needs_update-39 patches.suse/SoN-27-nfs-swap_ops.patch
patches.suse/SoN-32-fix-kernel-bug-with-multiple-swapfiles +needs_update-39 patches.suse/SoN-27a-nfs-swap_ops.patch
+needs_update-39 patches.suse/SoN-28-nfs-alloc-recursions.patch
+needs_update-39 patches.suse/SoN-29-fix-swap_sync_page-race
+needs_update-39 patches.suse/SoN-30-fix-uninitialized-var.patch
+needs_update-39 patches.suse/SoN-31-fix-null-pointer-dereference
+needs_update-39 patches.suse/SoN-32-fix-kernel-bug-with-multiple-swapfiles
# don't want to rediff SoN until this gets more testing # don't want to rediff SoN until this gets more testing
patches.suse/slab-handle-memoryless-nodes-v2a.patch +needs_update-39 patches.suse/slab-handle-memoryless-nodes-v2a.patch
patches.suse/SoN-fix +needs_update-39 patches.suse/SoN-fix
patches.suse/SoN-33-slab-leak-fix.patch +needs_update-39 patches.suse/SoN-33-slab-leak-fix.patch
patches.fixes/nfs-adaptive-readdir-plus patches.fixes/nfs-adaptive-readdir-plus
@ -466,17 +472,15 @@
patches.fixes/scsi-inquiry-too-short-ratelimit patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml patches.suse/scsi-netlink-ml
+needs_update patches.drivers/mpt-fusion-4.22.00.00-update
patches.fixes/scsi-dh-queuedata-accessors patches.fixes/scsi-dh-queuedata-accessors
patches.fixes/scsi-dh-alua-retry-UA patches.fixes/scsi-dh-alua-retry-UA
patches.fixes/scsi-add-tgps-setting +needs_update-39 patches.fixes/scsi-add-tgps-setting
patches.fixes/scsi-dh-alua-send-stpg patches.fixes/scsi-dh-alua-send-stpg
patches.fixes/scsi-dh-rdac-add-stk patches.fixes/scsi-dh-rdac-add-stk
patches.fixes/scsi-retry-alua-transition-in-progress patches.fixes/scsi-retry-alua-transition-in-progress
patches.fixes/scsi-check-host-lookup-failure patches.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO patches.drivers/megaraid-mbox-fix-SG_IO
+needs_update-35 patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch
# Remaining SCSI patches (garloff) # Remaining SCSI patches (garloff)
patches.suse/scsi-error-test-unit-ready-timeout patches.suse/scsi-error-test-unit-ready-timeout
@ -545,7 +549,6 @@
######################################################## ########################################################
# USB # USB
######################################################## ########################################################
patches.fixes/cdc-phonet-handle-empty-phonet-header.patch
######################################################## ########################################################
# I2C # I2C
@ -563,19 +566,12 @@
patches.suse/elousb-2.6.35-api-changes patches.suse/elousb-2.6.35-api-changes
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device patches.drivers/input-Add-LED-support-to-Synaptics-device
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch
########################################################## ##########################################################
# Sound # Sound
########################################################## ##########################################################
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889
patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo
patches.drivers/alsa-hda-0019-Increase-default-buffer-size patches.drivers/alsa-hda-0019-Increase-default-buffer-size
patches.drivers/alsa-asihpi-check-adapter-index-in-hpi_ioctl
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes
######################################################## ########################################################
# Other driver fixes # Other driver fixes
######################################################## ########################################################
@ -602,13 +598,13 @@
patches.suse/dmraid45-dm_get_device-takes-fewer-arguments patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
patches.suse/dm-raid45-api-update-no-barriers patches.suse/dm-raid45-api-update-no-barriers
patches.suse/dm-raid45-api-2.6.39
patches.fixes/dm-mpath-reattach-dh patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update patches.suse/dm-mpath-leastpending-path-update
+needs_update patches.suse/dm-mpath-accept-failed-paths +needs_update patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler +needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
patches.suse/dm-mpath-null-pgs
patches.fixes/dm-table-switch-to-readonly patches.fixes/dm-table-switch-to-readonly
patches.suse/dm-mpath-evaluate-request-result-and-sense +needs_update patches.suse/dm-mpath-evaluate-request-result-and-sense
patches.fixes/dm-release-map_lock-before-set_disk_ro patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature patches.suse/dm-mpath-no-partitions-feature
@ -650,8 +646,6 @@
patches.suse/crasher-26.diff patches.suse/crasher-26.diff
patches.suse/stack-unwind patches.suse/stack-unwind
patches.suse/no-frame-pointer-select patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
patches.arch/i386-unwind-annotations
######################################################## ########################################################
# Kdump # Kdump
@ -688,7 +682,6 @@
# Staging tree patches # Staging tree patches
# new drivers that are going upstream # new drivers that are going upstream
######################################################## ########################################################
patches.drivers/staging-samsung-laptop-add-support-for-lots-of-laptops.patch
######################################################## ########################################################
# "fastboot" patches # "fastboot" patches
@ -721,124 +714,124 @@
# on top of them instead. This reduces workload when # on top of them instead. This reduces workload when
# re-basing to a newer xen tree. # re-basing to a newer xen tree.
# #
### both uml framebuffer and xen need this one. +xen_needs_update ### both uml framebuffer and xen need this one.
patches.xen/add-console-use-vt +xen_needs_update patches.xen/add-console-use-vt
+xen_needs_update
# split out patches +xen_needs_update # split out patches
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch +xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch +xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
patches.xen/ipv6-no-autoconf +xen_needs_update patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev +xen_needs_update patches.xen/pci-guestdev
patches.xen/pci-reserve +xen_needs_update patches.xen/pci-reserve
+needs_update-33 patches.xen/sfc-driverlink +xen_needs_update+needs_update-33 patches.xen/sfc-driverlink
+needs_update-33 patches.xen/sfc-resource-driver +xen_needs_update+needs_update-33 patches.xen/sfc-resource-driver
+needs_update-33 patches.xen/sfc-driverlink-conditional +xen_needs_update+needs_update-33 patches.xen/sfc-driverlink-conditional
+needs_update-33 patches.xen/sfc-external-sram +xen_needs_update+needs_update-33 patches.xen/sfc-external-sram
patches.xen/tmem +xen_needs_update patches.xen/tmem
+xen_needs_update
# bulk stuff, new files for xen +xen_needs_update # bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff +xen_needs_update patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff +xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff +xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff +xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
+xen_needs_update
# kconfig bits for xen +xen_needs_update # kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff +xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
+xen_needs_update
# common code changes +xen_needs_update # common code changes
patches.xen/xen3-auto-common.diff +xen_needs_update patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff +xen_needs_update patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff +xen_needs_update patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff +xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
+xen_needs_update
# fixups due to upstream Xen parts +xen_needs_update # fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen +xen_needs_update patches.xen/xen3-fixup-xen
+xen_needs_update
+needs_update-33 patches.xen/sfc-set-arch +xen_needs_update+needs_update-33 patches.xen/sfc-set-arch
+needs_update-33 patches.xen/sfc-endianness +xen_needs_update+needs_update-33 patches.xen/sfc-endianness
+xen_needs_update
# newer changeset backports +xen_needs_update # newer changeset backports
+xen_needs_update
# changes outside arch/{i386,x86_64}/xen +xen_needs_update # changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig +xen_needs_update patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common +xen_needs_update patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86 +xen_needs_update patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops +xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
+xen_needs_update
# ports of other patches +xen_needs_update # ports of other patches
patches.xen/xen3-patch-2.6.18 +xen_needs_update patches.xen/xen3-patch-2.6.18
patches.xen/xen3-patch-2.6.19 +xen_needs_update patches.xen/xen3-patch-2.6.19
patches.xen/xen3-patch-2.6.20 +xen_needs_update patches.xen/xen3-patch-2.6.20
patches.xen/xen3-patch-2.6.21 +xen_needs_update patches.xen/xen3-patch-2.6.21
patches.xen/xen3-patch-2.6.22 +xen_needs_update patches.xen/xen3-patch-2.6.22
patches.xen/xen3-patch-2.6.23 +xen_needs_update patches.xen/xen3-patch-2.6.23
patches.xen/xen3-patch-2.6.24 +xen_needs_update patches.xen/xen3-patch-2.6.24
patches.xen/xen3-patch-2.6.25 +xen_needs_update patches.xen/xen3-patch-2.6.25
patches.xen/xen3-patch-2.6.26 +xen_needs_update patches.xen/xen3-patch-2.6.26
patches.xen/xen3-patch-2.6.27 +xen_needs_update patches.xen/xen3-patch-2.6.27
patches.xen/xen3-patch-2.6.28 +xen_needs_update patches.xen/xen3-patch-2.6.28
patches.xen/xen3-patch-2.6.29 +xen_needs_update patches.xen/xen3-patch-2.6.29
patches.xen/xen3-patch-2.6.30 +xen_needs_update patches.xen/xen3-patch-2.6.30
patches.xen/xen3-patch-2.6.31 +xen_needs_update patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32 +xen_needs_update patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33 +xen_needs_update patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34 +xen_needs_update patches.xen/xen3-patch-2.6.34
patches.xen/xen3-patch-2.6.35 +xen_needs_update patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36 +xen_needs_update patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37 +xen_needs_update patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38 +xen_needs_update patches.xen/xen3-patch-2.6.38
patches.xen/xen3-seccomp-disable-tsc-option +xen_needs_update patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac +xen_needs_update patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch +xen_needs_update patches.xen/xen3-x86-mark_rodata_rw.patch
patches.xen/xen3-stack-unwind +xen_needs_update patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations +xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
+xen_needs_update
# bugfixes and enhancements +xen_needs_update # bugfixes and enhancements
patches.xen/xen-balloon-max-target +xen_needs_update patches.xen/xen-balloon-max-target
patches.xen/xen-block-backends-cleanup +xen_needs_update patches.xen/xen-block-backends-cleanup
patches.xen/xen-blkback-bimodal-suse +xen_needs_update patches.xen/xen-blkback-bimodal-suse
patches.xen/xen-blkif-protocol-fallback-hack +xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom +xen_needs_update patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular +xen_needs_update patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers +xen_needs_update patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-use-after-free +xen_needs_update patches.xen/xen-blktap2-use-after-free
patches.xen/xen-op-packet +xen_needs_update patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom +xen_needs_update patches.xen/xen-blkfront-cdrom
patches.xen/xen-sections +xen_needs_update patches.xen/xen-sections
patches.xen/xen-swiotlb-heuristics +xen_needs_update patches.xen/xen-swiotlb-heuristics
patches.xen/xen-kconfig-compat +xen_needs_update patches.xen/xen-kconfig-compat
patches.xen/xen-cpufreq-report +xen_needs_update patches.xen/xen-cpufreq-report
patches.xen/xen-sysdev-suspend +xen_needs_update patches.xen/xen-sysdev-suspend
patches.xen/xen-ipi-per-cpu-irq +xen_needs_update patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq +xen_needs_update patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents +xen_needs_update patches.xen/xen-clockevents
patches.xen/xen-spinlock-poll-early +xen_needs_update patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu-hotplug +xen_needs_update patches.xen/xen-pcpu-hotplug
patches.xen/xen-mem-hotplug +xen_needs_update patches.xen/xen-mem-hotplug
patches.xen/xen-configurable-guest-devices +xen_needs_update patches.xen/xen-configurable-guest-devices
patches.xen/xen-netback-nr-irqs +xen_needs_update patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi +xen_needs_update patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize +xen_needs_update patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets +xen_needs_update patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads +xen_needs_update patches.xen/xen-netback-kernel-threads
patches.xen/xen-tmem-v1 +xen_needs_update patches.xen/xen-tmem-v1
patches.xen/xen-cxgb3 +xen_needs_update patches.xen/xen-cxgb3
patches.xen/xen-dcdbas +xen_needs_update patches.xen/xen-dcdbas
patches.xen/xen-floppy +xen_needs_update patches.xen/xen-floppy
patches.xen/xen-kzalloc +xen_needs_update patches.xen/xen-kzalloc
patches.xen/xen-unpriv-build +xen_needs_update patches.xen/xen-unpriv-build
patches.xen/xen-setup-gsi +xen_needs_update patches.xen/xen-setup-gsi
patches.xen/xen-watchdog +xen_needs_update patches.xen/xen-watchdog
patches.xen/xen-x86-panic-no-reboot +xen_needs_update patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback +xen_needs_update patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic +xen_needs_update patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling +xen_needs_update patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem +xen_needs_update patches.xen/xen-x86-bigmem
patches.xen/xen-x86-exit-mmap +xen_needs_update patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info +xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-msr-on-pcpu +xen_needs_update patches.xen/xen-x86-msr-on-pcpu
patches.xen/xen-x86_64-pgd-pin +xen_needs_update patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order +xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt +xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m +xen_needs_update patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd +xen_needs_update patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2011-04-11 09:43:45 +0200 2011-04-13 04:01:31 +0200
GIT Revision: 5de99a888377991b15acdfa270bfad547c72b97f GIT Revision: 83cec5a8252e63185c4dc95234de8bf0ef32a762
GIT Branch: master GIT Branch: master