1
0
forked from pool/kernel-source

GIT Revision: cdac87380ccc0e55f38650a2572f8e3957182568

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6955
This commit is contained in:
Michal Marek 2011-04-20 05:02:59 +00:00 committed by Git OBS Bridge
parent 6c4b5acdd5
commit 41ed2f2fc3
38 changed files with 1294 additions and 76 deletions

View File

@ -60,5 +60,6 @@
+s390x -syms s390x/trace
+s390x s390x/vanilla
+sparc64 sparc64/default
+sparc64 -syms sparc64/net
# Maintained by jengelh
# +sparc64 sparc64/default
# +sparc64 -syms sparc64/net

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9144ed8f59f24286831a431f21a46eb94372fbaae7bb1991e717df22aef6f1c3
size 230515
oid sha256:8946a8be79371fb03a4dc6e2904f6dc6ad79b9d6b66c34b0356705c1661e9999
size 225659

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -872,6 +872,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -879,6 +908,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -213,7 +213,7 @@ Source112: patches.trace.tar.bz2
Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x sparc64 x86_64
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
# These files are found in the kernel-source package:
NoSource: 0
@ -885,6 +885,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -892,6 +921,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -905,6 +905,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -912,6 +941,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,7 +17,7 @@
# norootforbuild
%define patchversion 2.6.39-rc3
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -26,9 +26,9 @@ Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
@ -99,6 +99,35 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -106,6 +135,10 @@ rm -rf $RPM_BUILD_ROOT
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -875,6 +875,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -882,6 +911,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -890,6 +890,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -897,6 +926,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -894,6 +894,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -901,6 +930,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -875,6 +875,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -882,6 +911,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -869,6 +869,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -876,6 +905,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%define vanilla_only 0
@ -31,9 +31,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: Development/Sources
@ -254,6 +254,35 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -261,6 +290,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
%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
@ -35,7 +35,7 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch %ix86 ia64 ppc ppc64 s390x sparc64 x86_64
%ifarch %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
@ -58,7 +58,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x sparc64 x86_64
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
Prefix: /usr/src
%description
@ -81,6 +81,35 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -88,6 +117,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -877,6 +877,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -884,6 +913,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -873,6 +873,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -880,6 +909,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
-------------------------------------------------------------------
Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
-------------------------------------------------------------------
Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
-------------------------------------------------------------------
Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
-------------------------------------------------------------------
Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
-------------------------------------------------------------------
Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
-------------------------------------------------------------------
Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de
@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de
(bnc#675161).
- commit 85b156b
-------------------------------------------------------------------
Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
-------------------------------------------------------------------
Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 2.6.39-rc3
%define patchversion 2.6.39-rc3
%define srcversion 2.6.39-rc4
%define patchversion 2.6.39-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.39
%if %using_buildservice
Release: rc3.<RELEASE>
Release: rc4.<RELEASE>
%else
Release: rc3.0
Release: rc4.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -875,6 +875,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Apr 19 2011 jack@suse.cz
- Revert changes to sparc configs to not make life harder for Jan Engelhardt
maintaining sparc architecture.
- commit cdac873
* Tue Apr 19 2011 jack@suse.cz
- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt
- commit 91307e3
* Tue Apr 19 2011 jack@suse.cz
- Update vanilla config files.
- commit 5e3c232
* Tue Apr 19 2011 jeffm@suse.com
- Updated to 2.6.39-rc4.
- Eliminated 1 patch.
- commit 3f654c8
* Tue Apr 19 2011 jeffm@suse.com
- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143).
- commit b09d00e
* Mon Apr 18 2011 eich@suse.de
- Combined and consolidated bootsplash patch (bnc#669777,
bnc#570082, bnc#595657, bnc#594209, bnc#544645).
- Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch.
- Delete patches.suse/bootsplash.
- Delete patches.suse/bootsplash-console-fix.
- Delete patches.suse/bootsplash-keep-multiple-data.
- Delete patches.suse/bootsplash-scaler.
- Reformatted code, fixed some minor bugs that became obvious.
- Fixed race that led to null pointer dereference in splash_read_proc():
bnc#669777.
- commit 95844c5
* Sat Apr 16 2011 trenn@suse.de
- intel_idle: Add a boot param to keep flushing TLBs (bnc#675161).
- commit 02c0d8a
@ -882,6 +911,10 @@ Debug information for package %name-devel
- intel_idle: Make lapic_timer_reliable_states a boot param
(bnc#675161).
- commit 85b156b
* Sat Apr 16 2011 jack@suse.cz
- Disable ext2, use ext4 instead as a driver
- Update config files.
- commit 2601b15
* Fri Apr 15 2011 jeffm@suse.com
- Enabled CONFIG_GIGASET_CAPI (bnc#686008).
- This results in automatically disabling CONFIG_GIGASET_I4L.

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdc00104b45006c297503d053fdb72f7e196aa8e0c389b1c38fcf9189dd83d01
size 81248
oid sha256:b89eb81620f8f1e98e5af25b5eea1f75e043d8cf2e669709cd28016d96f9cda2
size 81624

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb6aefbd79a0271a631a85c451a9be1d7a927905c7b2e562312b4e715144255e
size 5596
oid sha256:06093afa0c53c7ed9b9401d7aa626c037b3395f4ee83ec062e4256771830b529
size 5451

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45ef7c3b6f304455db972e7ed474c9fa69d04be0cfcd23c313f0c1b95155a083
size 2129289
oid sha256:16cbbc4c65004d45c786e06111d381695bd7b45486242ebfc8183da2bf7c20c1
size 2128730

View File

@ -39,7 +39,6 @@
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
patches.rpmify/ft1000-remove-unnecessary-export_symbols
patches.rpmify/mpc5xxx_can-fix-typo-causing-build-failure-of_dev-ofdev
@ -474,6 +473,7 @@
# libata
patches.drivers/libata-unlock-hpa-by-default
patches.fixes/libata-dvr-216d-can-t-do-setxfer-dvd-rw-dvr-216d
# Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit
@ -564,11 +564,7 @@
########################################################
# Input & Console
########################################################
patches.suse/bootsplash
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.suse/SUSE-bootsplash
patches.drivers/elousb.patch
patches.suse/elousb-2.6.35-api-changes
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch

View File

@ -1,3 +1,3 @@
2011-04-16 19:18:05 +0200
GIT Revision: 02c0d8a5fef2d4c7ed848275a5ab56cbfaa3f450
2011-04-19 23:37:06 +0200
GIT Revision: cdac87380ccc0e55f38650a2572f8e3957182568
GIT Branch: master