1
0
forked from pool/kernel-source
OBS User unknown 2008-09-08 14:13:44 +00:00 committed by Git OBS Bridge
parent b1f26a33e2
commit 6176f02165
42 changed files with 1723 additions and 69 deletions

View File

@ -1 +1 @@
2008-09-01 14:27:54 +0200
2008-09-08 10:07:50 +0200

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72d51f44c906314749e64087f5d183fd3ba82451989fc9405a1f64a94afa4e59
size 94416
oid sha256:cba99a7dbb26149fbd4ae12c19ea1cb8352eb09ba2d35ced6a4265132eea3763
size 94301

View File

@ -1,5 +1,5 @@
#! /bin/sh
prefix=rc5.git2.
prefix=rc5.git9.
suffix=
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
[ -n "$suffix" ] || suffix=$2

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e42c4d109b2a8f57b5e2e616a6212b1efe26bd6b8c5628d3249d0017c6a214e3
size 2272
oid sha256:f1ed544d35336321c457eb9cf956206a163fdff8db6beddc19502ce38f9c844a
size 2265

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -199,7 +199,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-debug
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-debug
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -573,6 +573,51 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-default
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -217,7 +217,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -299,7 +299,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-default
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-default
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -590,7 +590,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,7 +36,7 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%install
rm -rf %buildroot
@ -47,6 +47,51 @@ echo dummy > %buildroot/etc/dummy
%defattr(-, root, root)
/etc/dummy
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -198,7 +198,7 @@ crashed kernel.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -280,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-kdump
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-kdump
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -571,7 +571,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -199,7 +199,7 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-pae
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-pae
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -573,6 +573,51 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -211,7 +211,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -293,7 +293,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-ppc64
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-ppc64
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -584,7 +584,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -197,7 +197,7 @@ needs to be as small as possible.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -279,7 +279,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-ps3
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-ps3
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -570,7 +570,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -192,7 +192,7 @@ The standard kernel.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -274,7 +274,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-s390
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-s390
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -565,7 +565,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -112,7 +112,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -150,7 +150,7 @@ if [ -f %_sourcedir/localversion ] ; then
cat %_sourcedir/localversion > localversion
fi
%_sourcedir/install-configs %_sourcedir %_builddir/%buildsubdir $RELEASE
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE
cat > %_builddir/%{name}-%{version}/.rpm-defs <<EOF
KERNELRELEASE=$KERNELRELEASE
SYMBOLS="%symbols"
@ -289,6 +289,51 @@ EOF
%files -f kernel-source.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -99,7 +99,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -151,6 +151,51 @@ done
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -209,7 +209,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -291,7 +291,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-vanilla
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-vanilla
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -582,7 +582,53 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 8 09:50:29 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git9
-------------------------------------------------------------------
Fri Sep 5 13:44:09 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
-------------------------------------------------------------------
Fri Sep 5 12:32:06 CEST 2008 - olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
-------------------------------------------------------------------
Fri Sep 5 12:23:06 CEST 2008 - olh@suse.de
- Updated to 2.6.27-rc5-git7
-------------------------------------------------------------------
Thu Sep 4 13:04:50 CEST 2008 - olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
-------------------------------------------------------------------
Thu Sep 4 12:15:06 CEST 2008 - jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
-------------------------------------------------------------------
Thu Sep 4 09:58:46 CEST 2008 - bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
-------------------------------------------------------------------
Wed Sep 3 23:52:01 CEST 2008 - jeffm@suse.de
- mark crc-t10dif as supported
-------------------------------------------------------------------
Wed Sep 3 17:05:59 CEST 2008 - olh@suse.de
- mark pata_pdc2027x as supported
-------------------------------------------------------------------
Wed Sep 3 16:30:50 CEST 2008 - olh@suse.de
- mark spidernet as supported
-------------------------------------------------------------------
Wed Sep 3 16:18:23 CEST 2008 - olh@suse.de
- mark ehea as supported
-------------------------------------------------------------------
Wed Sep 3 10:44:38 CEST 2008 - trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
-------------------------------------------------------------------
Wed Sep 3 10:24:26 CEST 2008 - hare@suse.de
- supported.conf: Mark virtio modules as supported.
-------------------------------------------------------------------
Tue Sep 2 13:26:58 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
-------------------------------------------------------------------
Tue Sep 2 04:53:12 CEST 2008 - jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
-------------------------------------------------------------------
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27
Release: 2
Release: 3
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -198,7 +198,7 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-09-01 14:27:54 +0200
Source Timestamp: 2008-09-08 10:07:50 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -280,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-xen
KERNELRELEASE=2.6.27-rc5-git9-$RELEASE-xen
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -572,6 +572,51 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 08 2008 olh@suse.de
- Updated to 2.6.27-rc5-git9
* Fri Sep 05 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v3.patch: system call
notification with self_ptrace (bnc#417299)
- patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function):
Add support for >2G DCSS and stacked contiguous DCSS support.
(bnc#417246)
- patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP -
Performance Data colletion & analysis (bnc#417243)
* Fri Sep 05 2008 olh@suse.de
- add patches.fixes/usb-hcd-interrupt-shared.patch
fix interrupt handling for shared irqs, for PS3 (bnc#409961)
* Fri Sep 05 2008 olh@suse.de
- Updated to 2.6.27-rc5-git7
* Thu Sep 04 2008 olh@suse.de
- build with CONFIG_POWER4_ONLY (bnc#417566)
this disables support for POWER3 and RS64 cpus
* Thu Sep 04 2008 jkosina@suse.de
- switch from Reno to Cubic as default TCP congestion algorithm
(bnc#422825)
* Thu Sep 04 2008 bwalle@suse.de
- Update KDB patches. Fix build on x86_64-debug.
* Thu Sep 04 2008 jeffm@suse.de
- mark crc-t10dif as supported
* Wed Sep 03 2008 olh@suse.de
- mark pata_pdc2027x as supported
* Wed Sep 03 2008 olh@suse.de
- mark spidernet as supported
* Wed Sep 03 2008 olh@suse.de
- mark ehea as supported
* Wed Sep 03 2008 trenn@suse.de
- supported.conf:
Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo
as supported
Remove or adjust supported laptop drivers that went from
drivers/acpi to drivers/misc
* Wed Sep 03 2008 hare@suse.de
- supported.conf: Mark virtio modules as supported.
* Tue Sep 02 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc5 and c/s 651.
* Tue Sep 02 2008 jjolly@suse.de
- patches.arch/s390-01-01-self-ptrace-v2.patch: kernel
(new function): System call notification with self_ptrace
(bnc#417299,FATE#304021)
* Mon Sep 01 2008 agruen@suse.de
- File capabilities: replace our no_file_caps patch with what is
supposed to end up in 2.6.28.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f4f9fb7b64da4f7dfe0325cb4cb0dc481cf950222d08671f978d6d7826921e7
size 2328
oid sha256:9cf2adf64e2d4f84ecc3d3729abba1a2bc3a6cc7c213e491136c3a6a0e91c63e
size 2314

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47ed2e73bb912c1b8d433d06eff17494d096fefb1348778e29033e336a1f0057
size 123
oid sha256:ed7bb05fc6beb198b97a83e5f3ab6404cfb65fb488e641ca528ea8197f07c23e
size 126

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf879045525ef70a9ee8043c90b1c7ff5edc064594d186ed79d5fe0f5567ce79
size 59018
oid sha256:191d8730ba0c70bc9c42a74227a541e21ece64ded730e3f7dddb68e06621e4ff
size 59001

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:443def525657a04051f974279712395d4cb0391e9e959671b67adadca592a755
size 34546
oid sha256:9144458c9c13ce1f3f707d56a02ee76be3c875b64ec5ed4e3da8266c1e53cb91
size 63929

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc092a464041998c610d2accc947fa0d85dc79afd60fc2a527965ba7633033b5
size 224015
oid sha256:d2d257e28d411d969cb4b085205d4e23508f646795df924778afad7b913b397e
size 223815

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29312440a8d7db8e8abc762022971837360713c9958512ec151bf605ce5a8f1f
size 16584
oid sha256:cef9f3fd32b6bcaadcafccf2210947e12a94aea75d40cb90f598424a610408a0
size 17208

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d01b90840e8b99e915fdbaa04229662a9abc47f334effa58b663848fd40ecea1
size 14614091
oid sha256:f43e35616f6830f9c82e55fedd29fb8a70db6b7e8424dcb118f76795347c2482
size 14753210

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f41a715f97942579ffbe54175c368a86eee764b2ce2a88370d2bc6cb8dc55ca
size 1613
oid sha256:28e0397870af76280f57d3218a465df2f4bd5dc310548390eabbdc7d5248252b
size 1616

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dcbd65841f2b94f18e8d33b5a44cb2b9ef9f589c01e2d30a5d08565c2a96dfd
size 435865
oid sha256:ed4868f9859e4f73378757ef2f82e979a55bb8fe154e9a40b528e1bb5cacd65b
size 435768

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b10f9c2838d2d3404198a9bc25e84c94c3601318c71a74f2977432c9e1e3fdbd
size 1011120
oid sha256:ca0178116ec1d07bfbfba4b54985c82ffed0afae7147b6a193003709fa67f275
size 1011418

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f06a71eabfc02bbdb249f64b53d4c91851b7287c759c40a88cfd64cd3d17cf12
size 11029
oid sha256:3cac1f98a8aa39f4f41d55e9cc551053c71be28f80a4c04c94104f7d17217035
size 11055

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f418968a7ee03ae26ef0a251f582010f37003e020a2fe66948590ebd504b685
size 1438581
oid sha256:25a913c001002a162be2015e7c757fa452c2e45d4a4cc54c20b4590b2486cd76
size 1444275

View File

@ -29,7 +29,7 @@
########################################################
patches.kernel.org/patch-2.6.27-rc4
patches.kernel.org/patch-2.6.27-rc4-rc5
patches.kernel.org/patch-2.6.27-rc5-git2
patches.kernel.org/patch-2.6.27-rc5-git9
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -158,6 +158,14 @@
+2.6.26-hare patches.arch/s390-ccwgroup-attribute-ignore-newline
patches.arch/s390-add-FREE_PTE_NR
patches.arch/s390-01-01-self-ptrace-v3.patch
patches.arch/s390-01-02-dcss-64-v2.patch
+jjolly patches.arch/s390-01-03-cmm2.patch
patches.arch/s390-01-04-fcpperf-1.patch
patches.arch/s390-01-04-fcpperf-2.patch
patches.arch/s390-01-04-fcpperf-3.patch
patches.arch/s390-01-04-fcpperf-4.patch
########################################################
# VM/FS patches
########################################################
@ -405,6 +413,7 @@
########################################################
# make debugging easier
patches.suse/usb-storage-disable-delay.patch
patches.fixes/usb-hcd-interrupt-shared.patch
########################################################
# I2C
@ -609,6 +618,7 @@
-RT patches.xen/xen3-patch-2.6.26
-RT patches.xen/xen3-patch-2.6.27-rc3
-RT patches.xen/xen3-patch-2.6.27-rc3-rc4
-RT patches.xen/xen3-patch-2.6.27-rc4-rc5
-RT patches.xen/xen3-seccomp-disable-tsc-option
+andrea -RT patches.xen/xen3-silent-stack-overflow
-RT patches.xen/xen3-sysfs-crash-debugging.patch

View File

@ -58,18 +58,22 @@
kernel/crypto/twofish # Twofish Cipher Algorithm
kernel/crypto/wp512
kernel/drivers/acpi/ac # ACPI AC Adapter Driver
kernel/drivers/acpi/asus_acpi
kernel/drivers/acpi/battery # ACPI Battery Driver
kernel/drivers/acpi/button # ACPI Button Driver
kernel/drivers/acpi/container
kernel/drivers/acpi/fan # ACPI Fan Driver
kernel/drivers/acpi/ibm_acpi
- kernel/drivers/acpi/pcc_acpi
kernel/drivers/acpi/processor # ACPI Processor Driver
- kernel/drivers/acpi/sony_acpi
kernel/drivers/acpi/thermal # ACPI Thermal Zone Driver
kernel/drivers/acpi/toshiba_acpi
kernel/drivers/acpi/video
kernel/drivers/acpi/dock # Be careful: libata depends on it
kernel/drivers/acpi/bay
kernel/drivers/acpi/acpi_memhotplug
kernel/drivers/thermal/thermal_sys # Generic Thermal Driver, compiled in for now
kernel/drivers/misc/asus_laptop
kernel/drivers/misc/thinkpad_acpi
kernel/drivers/misc/hpilo
kernel/drivers/ata/pata_pdc2027x # pSeries IDE hotplug
- kernel/drivers/atm/adummy
- kernel/drivers/atm/ambassador
- kernel/drivers/atm/atmtcp
@ -503,6 +507,8 @@
kernel/drivers/isdn/hardware/eicon/divacapi
kernel/drivers/isdn/hardware/eicon/divadidd
kernel/drivers/isdn/hardware/eicon/divas
kernel/drivers/isdn/hardware/mISDN/hfcmulti # mISDN HFC 4S/8S E1
kernel/drivers/isdn/hardware/mISDN/hfcpci # mISDN HFC PCI
kernel/drivers/isdn/hisax/avma1_cs # ISDN4Linux: PCMCIA client driver for AVM A1/Fritz!PCMCIA cards
kernel/drivers/isdn/hisax/elsa_cs # ISDN4Linux: PCMCIA client driver for Elsa PCM cards
kernel/drivers/isdn/hisax/hfc4s8s_l1 # FC-4S/8S low layer interface for Cologne Chip HFC-4S/8S isdn chips
@ -518,6 +524,9 @@
kernel/drivers/isdn/i4l/isdn # ISDN4Linux: link layer
kernel/drivers/isdn/i4l/isdn_bsdcomp # ISDN4Linux: BSD Compression for PPP over ISDN
+isa kernel/drivers/isdn/icn/icn
kernel/drivers/isdn/mISDN/l1oip # mISDN layer1 over IP
kernel/drivers/isdn/mISDN/mISDN_core # mISDN core
kernel/drivers/isdn/mISDN/mISDN_dsp # mISDN DSP core
+isa kernel/drivers/isdn/pcbit/pcbit
+isa kernel/drivers/isdn/sc/sc
- kernel/drivers/macintosh/mol/mol
@ -807,6 +816,7 @@
+isa kernel/drivers/net/eepro
kernel/drivers/net/eepro100 # Intel i82557/i82558/i82559 PCI EtherExpressPro driver
+isa kernel/drivers/net/eexpress
kernel/drivers/net/ehea/ehea # IBM pSeries HostEthernetAdapter Driver
kernel/drivers/net/epic100 # SMC 83c170 EPIC series Ethernet driver
kernel/drivers/net/eql
+isa kernel/drivers/net/eth16i
@ -907,6 +917,7 @@
kernel/drivers/net/slip
+isa kernel/drivers/net/smc-ultra
+isa kernel/drivers/net/smc9194
kernel/drivers/net/spidernet # Cell spidernet
kernel/drivers/net/starfire # Adaptec Starfire Ethernet driver
kernel/drivers/net/sundance # Sundance Alta Ethernet driver
kernel/drivers/net/sungem # Sun GEM Gbit ethernet driver
@ -1324,6 +1335,12 @@
- kernel/drivers/xen/pciback/pciback # Xen PCI device backend
- kernel/drivers/xen/tpmback/tpmbk # Xen TPM device backend
kernel/drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module
# KVM Virtio modules
kernel/drivers/virtio/virtio
kernel/drivers/virtio/virtio_ring
kernel/drivers/virtio/virtio_pci
kernel/drivers/block/virtio_blk
kernel/drivers/net/virtio_net
- kernel/fs/9p/9p2000
- kernel/fs/adfs/adfs
- kernel/fs/affs/affs # Amiga filesystem support for Linux
@ -1433,6 +1450,7 @@
kernel/lib/crc-ccitt
kernel/lib/crc16
kernel/lib/libcrc32c
kernel/lib/crc-t10dif # sd_mod depends on this
kernel/lib/reed_solomon/reed_solomon
kernel/lib/ts_bm
kernel/lib/ts_fsm