This commit is contained in:
parent
e64d1ecf1b
commit
215c05a8ef
@ -1,2 +1,3 @@
|
||||
2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
@ -9,8 +9,7 @@
|
||||
+IA32 i386/default
|
||||
+IA32 i386/pae
|
||||
+IA32 i386/debug
|
||||
+IA32 i386/xen
|
||||
+IA32 i386/vmi
|
||||
+IA32 - i386/xen
|
||||
+IA32 i386/vanilla
|
||||
+IA32 - i386/rt
|
||||
+IA32 - i386/rt_debug
|
||||
@ -22,7 +21,7 @@
|
||||
+ia64 ia64/trace
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 - x86_64/xen
|
||||
+x86_64 x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
+x86_64 - x86_64/rt
|
||||
@ -48,11 +47,11 @@
|
||||
# kernel-default.ppc.rpm and a kernel-default.ppc64.rpm to continue
|
||||
# supporting 32bit and 64bit systems.
|
||||
+ppc64 ppc64/default
|
||||
+ppc64 ppc64/debug
|
||||
# pSeries
|
||||
+ppc64 ppc64/kdump
|
||||
# G5 pSeries
|
||||
+ppc64 ppc64/ppc64
|
||||
+ppc64 ppc64/debug
|
||||
# maybe the kernels above were patched to death?
|
||||
+ppc64 ppc64/vanilla
|
||||
# ?
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f31d9ccb32e99e527f4b79a1f8f69bde21d85dd2beb3f366928daeb4c37fec1c
|
||||
size 142699
|
||||
oid sha256:d3ae3a721f0b80534adae1341213c417b734350ed37385f9ee6e5a2f70e3abf3
|
||||
size 183965
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
prefix=
|
||||
prefix=rc5.
|
||||
suffix=
|
||||
commit=f26939fc
|
||||
commit=3f6963f1
|
||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||
[ -n "$suffix" ] || suffix=$2
|
||||
while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:895240001b71c6b0398a74091a7db315aae32f4e63fd3ecc145c922fc86b9e97
|
||||
size 7014040
|
||||
oid sha256:44042b3ca3742014eb0a776affcbc3f59f4df2f6e9d438225f3d3028b1e2fd7b
|
||||
size 1829552
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 2.6.27.13)
|
||||
# spec file for package kernel-debug (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
@ -133,7 +133,7 @@ Provides: kernel = 2.6.27.13-%source_rel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -216,13 +216,14 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-debug-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-debug-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -237,12 +238,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -277,7 +278,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-debug
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-debug
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -292,7 +293,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -344,7 +345,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -503,8 +504,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-debug} \
|
||||
@ -731,8 +732,9 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -773,8 +775,9 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -801,8 +804,9 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-debug-man
|
||||
%defattr(-,root,root)
|
||||
@ -810,6 +814,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 2.6.27.13)
|
||||
# spec file for package kernel-default (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch %ix86
|
||||
Provides: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp
|
||||
Obsoletes: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp
|
||||
@ -149,7 +149,7 @@ Obsoletes: k_deflt k_numa k_smp smp kernel-smp
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -231,13 +231,14 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-default-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-default-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -252,12 +253,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -292,7 +293,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-default
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-default
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -307,7 +308,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -359,7 +360,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -518,8 +519,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-default} \
|
||||
@ -745,8 +746,9 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -786,8 +788,9 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -813,8 +816,9 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-default-man
|
||||
%defattr(-,root,root)
|
||||
@ -822,6 +826,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-dummy (Version 2.6.27.13)
|
||||
# spec file for package kernel-dummy (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,8 +22,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,8 +36,9 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -49,6 +50,91 @@ echo dummy > %buildroot/etc/dummy
|
||||
/etc/dummy
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-kdump (Version 2.6.27.13)
|
||||
# spec file for package kernel-kdump (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,13 +121,13 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch ppc
|
||||
%else
|
||||
%ifarch ppc64
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -212,13 +212,14 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-kdump-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-kdump-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -233,12 +234,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -273,7 +274,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-kdump
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-kdump
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -288,7 +289,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -340,7 +341,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -499,8 +500,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-kdump} \
|
||||
@ -729,8 +730,9 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -773,8 +775,9 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -803,8 +806,9 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-kdump-man
|
||||
%defattr(-,root,root)
|
||||
@ -812,6 +816,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -50,7 +50,7 @@ version=%(echo %{-v*}-%2 | tr - _)
|
||||
nvr=%{-n*}-%1-$version-%{-r*}
|
||||
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||
if [ -x $wm2 ]; then
|
||||
$wm2 --add-kmp $nvr
|
||||
/bin/bash -${-/e/} $wm2 --add-kmp $nvr
|
||||
fi
|
||||
%preun -n %{-n*}-%1
|
||||
version=%(echo %{-v*}-%2 | tr - _)
|
||||
@ -67,7 +67,7 @@ if [ ${#modules[*]} = 0 ]; then
|
||||
fi
|
||||
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||
if [ -x $wm2 ]; then
|
||||
printf '%s\n' "${modules[@]}" | $wm2 --remove-kmp $nvr
|
||||
printf '%s\n' "${modules[@]}" | /bin/bash -${-/e/} $wm2 --remove-kmp $nvr
|
||||
fi
|
||||
%files -n %{-n*}-%1
|
||||
%{-f:%{expand:%(cd %_sourcedir; cat %{-f*})}}
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
139
kernel-pae.spec
139
kernel-pae.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 2.6.27.13)
|
||||
# spec file for package kernel-pae (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,10 +121,10 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
Provides: k_smp4G kernel-bigsmp
|
||||
Obsoletes: k_smp4G kernel-bigsmp
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -213,13 +213,14 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-pae-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-pae-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -234,12 +235,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -274,7 +275,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-pae
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-pae
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -289,7 +290,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -341,7 +342,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -500,8 +501,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-pae} \
|
||||
@ -734,8 +735,9 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -782,8 +784,9 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -816,8 +819,9 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-pae-man
|
||||
%defattr(-,root,root)
|
||||
@ -825,6 +829,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 2.6.27.13)
|
||||
# spec file for package kernel-ppc64 (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch ppc
|
||||
Provides: kernel-pmac64 kernel-pseries64 kernel-iseries64
|
||||
Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64
|
||||
@ -129,7 +129,7 @@ Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64
|
||||
%ifarch ppc64
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -225,13 +225,14 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-ppc64-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-ppc64-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -246,12 +247,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -286,7 +287,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-ppc64
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-ppc64
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -301,7 +302,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -353,7 +354,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -512,8 +513,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-ppc64} \
|
||||
@ -753,8 +754,9 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -808,8 +810,9 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -849,8 +852,9 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-ppc64-man
|
||||
%defattr(-,root,root)
|
||||
@ -858,6 +862,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
139
kernel-ps3.spec
139
kernel-ps3.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 2.6.27.13)
|
||||
# spec file for package kernel-ps3 (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,8 +121,8 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -207,13 +207,14 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-ps3-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-ps3-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -228,12 +229,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -268,7 +269,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-ps3
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-ps3
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -283,7 +284,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -335,7 +336,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -494,8 +495,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-ps3} \
|
||||
@ -721,8 +722,9 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -762,8 +764,9 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -792,8 +795,9 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-ps3-man
|
||||
%defattr(-,root,root)
|
||||
@ -801,6 +805,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
139
kernel-s390.spec
139
kernel-s390.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 2.6.27.13)
|
||||
# spec file for package kernel-s390 (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,10 +121,10 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
Provides: kernel-32bit k_deflt
|
||||
Obsoletes: kernel-32bit k_deflt
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -206,13 +206,14 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-s390-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-s390-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -227,12 +228,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -267,7 +268,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-s390
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-s390
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -282,7 +283,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -334,7 +335,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -493,8 +494,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-s390} \
|
||||
@ -720,8 +721,9 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -761,8 +763,9 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -788,8 +791,9 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-s390-man
|
||||
%defattr(-,root,root)
|
||||
@ -797,6 +801,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 2.6.27.13)
|
||||
# spec file for package kernel-source (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -29,8 +29,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -42,12 +42,12 @@ BuildRequires: kernel-dummy
|
||||
%endif
|
||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
||||
Provides: linux
|
||||
Provides: kernel-source = 2.6.27.13-%source_rel
|
||||
Provides: kernel-source = 2.6.29-%source_rel
|
||||
%if "kernel-source" == "kernel-source"
|
||||
Provides: linux lx_suse lx_sus22 lx_sus24
|
||||
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source1: source-pre.sh
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -83,8 +83,6 @@ Source56: kernel-ps3.spec
|
||||
Source57: kernel-s390.spec
|
||||
Source58: kernel-trace.spec
|
||||
Source59: kernel-vanilla.spec
|
||||
Source60: kernel-vmi.spec
|
||||
Source61: kernel-xen.spec
|
||||
Source100: config.tar.bz2
|
||||
Source101: patches.arch.tar.bz2
|
||||
Source102: patches.drivers.tar.bz2
|
||||
@ -120,12 +118,13 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "Please get a copy of linux-2.6.27.tar.bz2 from" \
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "Please get a copy of linux-2.6.28.tar.bz2 from" \
|
||||
"ftp://ftp.kernel.org/pub/linux/kernel/v2.6/."
|
||||
fi
|
||||
echo "Architecture symbol(s): %symbols"
|
||||
@ -138,7 +137,7 @@ RELEASE=%source_rel
|
||||
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
|
||||
RELEASE=${RELEASE#[^0-9]*.}
|
||||
done
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE
|
||||
case kernel-source in
|
||||
(*-rt)
|
||||
variant=-rt
|
||||
@ -158,16 +157,16 @@ cd $RPM_BUILD_ROOT/usr/src
|
||||
ln -sf linux$variant linux$variant # dummy symlink
|
||||
mkdir linux-obj
|
||||
# Unpack the vanilla kernel sources
|
||||
bzip2 -cd %_sourcedir/linux-2.6.27.tar.bz2 \
|
||||
bzip2 -cd %_sourcedir/linux-2.6.28.tar.bz2 \
|
||||
| tar xf -
|
||||
mv linux-2.6.27 linux-$KERNELRELEASE$variant
|
||||
mv linux-2.6.28 linux-$KERNELRELEASE$variant
|
||||
cd linux-$KERNELRELEASE$variant
|
||||
chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2.6.27)
|
||||
%_sourcedir/guards $variant_symbols %symbols < %_sourcedir/series.conf \
|
||||
> .patches
|
||||
for patch in $(< .patches); do
|
||||
if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \
|
||||
-i %_builddir/kernel-source-2.6.27.13/$patch; then
|
||||
-i %_builddir/kernel-source-2.6.29/$patch; then
|
||||
echo "*** Patch $patch failed ***"
|
||||
exit 1
|
||||
fi
|
||||
@ -294,6 +293,91 @@ done
|
||||
%files -f kernel-source.files
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
102
kernel-syms.spec
102
kernel-syms.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 2.6.27.13)
|
||||
# spec file for package kernel-syms (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,8 +28,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -39,7 +39,7 @@ BuildRequires: kernel-dummy
|
||||
%endif
|
||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
||||
%ifarch %ix86
|
||||
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace kernel-vmi kernel-xen
|
||||
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace
|
||||
%else
|
||||
%ifarch ppc
|
||||
BuildRequires: kernel-default kernel-kdump kernel-ppc64 kernel-ps3
|
||||
@ -57,7 +57,7 @@ BuildRequires: kernel-default
|
||||
BuildRequires: kernel-debug kernel-default kernel-trace
|
||||
%else
|
||||
%ifarch x86_64
|
||||
BuildRequires: kernel-debug kernel-default kernel-trace kernel-xen
|
||||
BuildRequires: kernel-debug kernel-default kernel-trace
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
@ -69,7 +69,7 @@ BuildRequires: kernel-debug kernel-default kernel-trace kernel-xen
|
||||
#!BuildIgnore: irqbalance xen
|
||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
||||
Requires: linux
|
||||
Requires: kernel-source = 2.6.27.13-%source_rel
|
||||
Requires: kernel-source = 2.6.29-%source_rel
|
||||
Source11: arch-symbols
|
||||
Source12: guards
|
||||
Source21: config.conf
|
||||
@ -94,8 +94,9 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -152,6 +153,91 @@ done
|
||||
/lib/modules/*/build
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 2.6.27.13)
|
||||
# spec file for package kernel-trace (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
@ -130,7 +130,7 @@ Provides: kernel = 2.6.27.13-%source_rel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -218,13 +218,14 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-trace-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-trace-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -239,12 +240,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -279,7 +280,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-trace
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-trace
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -294,7 +295,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -346,7 +347,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -505,8 +506,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-trace} \
|
||||
@ -736,8 +737,9 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -781,8 +783,9 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -814,8 +817,9 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-trace-man
|
||||
%defattr(-,root,root)
|
||||
@ -823,6 +827,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
@ -1,3 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 17:40:22 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 13 21:15:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 22:04:41 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 17:47:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 21:34:56 CET 2009 - jeffm@suse.com
|
||||
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 20:54:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 14:42:13 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 21:36:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:34:14 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 12:37:06 CET 2009 - olh@suse.de
|
||||
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:51:37 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:35:32 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 17:17:07 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 11:30:07 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:44:23 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 10:30:50 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:35:24 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:16:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 04:07:38 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 09:15:04 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 08:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 01:24:09 CET 2009 - teheo@suse.de
|
||||
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 21:02:44 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 2.6.27.13)
|
||||
# spec file for package kernel-vanilla (Version 2.6.29)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
Provides: kernel-xenpae = 2.6.29
|
||||
Obsoletes: kernel-xenpae <= 2.6.29
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel = 2.6.29-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
@ -146,7 +146,7 @@ Obsoletes: kernel-64bit k_deflt
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
@ -228,13 +228,14 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-vanilla-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then
|
||||
echo "The kernel-vanilla-2.6.29.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.29.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -249,12 +250,12 @@ supported_conf() {
|
||||
comm -2 -3 <(supported_conf base $how) <(supported_conf base) \
|
||||
| sed -e 's:$: '"$how"':'
|
||||
done
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.27/Module.supported
|
||||
} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported
|
||||
# Create grep pattern file for the modules to end up in the base package
|
||||
comm -2 -3 <(supported_conf base) <(supported_conf) \
|
||||
| sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \
|
||||
> %my_builddir/grep-for-base-modules
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
# Apply the patches needed for this architecture.
|
||||
%if ! %build_vanilla
|
||||
for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do
|
||||
@ -289,7 +290,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-vanilla
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-vanilla
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -304,7 +305,7 @@ chmod +x %my_builddir/find-provides
|
||||
|
||||
%build
|
||||
source .rpm-defs
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
cp .config .config.orig
|
||||
%if %{tolerate_unknown_new_config_options}
|
||||
MAKE_ARGS="$MAKE_ARGS -k"
|
||||
@ -356,7 +357,7 @@ export NO_BRP_STRIP_DEBUG=true
|
||||
# kernel-source package is installed. Don't check for stale symlinks
|
||||
# in the brp-symlink check:
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
cd linux-2.6.27
|
||||
cd linux-2.6.28
|
||||
mkdir %buildroot/boot
|
||||
# (Could strip out non-public symbols.)
|
||||
cp -p System.map %buildroot/boot/System.map-$KERNELRELEASE
|
||||
@ -515,8 +516,8 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
# $(uname -m) to the ARCH directory.
|
||||
[ -e %buildroot/$obj_dir/%_target_cpu ] \
|
||||
|| ln -sf $cpu_arch %buildroot/$obj_dir/%_target_cpu
|
||||
# We were building in %my_builddir/linux-2.6.27, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.27-%source_rel. Fix up the
|
||||
# We were building in %my_builddir/linux-2.6.28, but the sources will
|
||||
# later be installed in /usr/src/linux-2.6.28-%source_rel. Fix up the
|
||||
# build symlink.
|
||||
rm -f %buildroot/lib/modules/$KERNELRELEASE/{source,build}
|
||||
ln -s /usr/src/linux-${KERNELRELEASE%%-vanilla} \
|
||||
@ -740,8 +741,9 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -779,8 +781,9 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -806,8 +809,9 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-vanilla-man
|
||||
%defattr(-,root,root)
|
||||
@ -815,6 +819,91 @@ GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5.
|
||||
* Fri Feb 13 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc4-git7.
|
||||
- Eliminated 2 patches.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- patches.rpmify/spin_is_contended-fix: spin_is_contended
|
||||
Kconfig fixes.
|
||||
* Mon Feb 09 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc4.
|
||||
- Eliminated 3 patches.
|
||||
* Fri Feb 06 2009 jeffm@suse.com
|
||||
- patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem:
|
||||
x86, pat: fix warn_on_once() while mapping 0-1MB range.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix
|
||||
last change: don't pass -e to weak-modules2.
|
||||
* Fri Feb 06 2009 mmarek@suse.cz
|
||||
- rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass
|
||||
down shell options like -x to weak-modules2 to make debugging
|
||||
with rpm -ivv easier.
|
||||
* Tue Feb 03 2009 jeffm@suse.de
|
||||
- patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp
|
||||
actually work (bnc#470963).
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/tar-up.sh: fix branch name in KOTD packages.
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- config.conf: readde -debug flavor for ppc64
|
||||
* Tue Feb 03 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch:
|
||||
Better handle other FC initiators (bnc#471217 - LTC51238)
|
||||
* Tue Feb 03 2009 mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3.
|
||||
- AppArmor is disabled.
|
||||
- Xen is disabled.
|
||||
- Eliminated 745 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/reiserfs_warning-reentrant
|
||||
* Mon Feb 02 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical,
|
||||
patches.kabi/xpc-pass-physical:
|
||||
kABI: restore upstream patch, add ABI cover-up. (bnc#458811)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.fixes/serial-jsm-enable_ms.patch:
|
||||
Add enable_ms to jsm driver (bnc#471224 - LTC51066)
|
||||
* Mon Feb 02 2009 olh@suse.de
|
||||
- patches.arch/ppc-optimize-sync.patch:
|
||||
Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356)
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to 2.6.27.14-rc1 import.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch:
|
||||
ABI fix: add epoll_devs back to struct user_struct.
|
||||
* Sat Jan 31 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.14-rc1
|
||||
- lots of security fixes
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
- patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
- patches.fixes/xpc-fix-NULL-deref
|
||||
- patches.fixes/xpc-write-barrier
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- patches.arch/ppc-pseries-migration_hang_fix.patch:
|
||||
Fix partition migration hang under load (bnc#470563 - LTC51153)
|
||||
* Fri Jan 30 2009 olh@suse.de
|
||||
- disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE
|
||||
on ppc/ppc64
|
||||
* Fri Jan 30 2009 teheo@suse.de
|
||||
- patches.drivers/libata-fix-EH-device-failure-handling: libata:
|
||||
fix EH device failure handling (bnc#470845).
|
||||
* Thu Jan 29 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp:
|
||||
queue_full is lacking the entry for qdio utilization
|
||||
(bnc#466462).
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
|
48699
kernel-vmi.changes
48699
kernel-vmi.changes
File diff suppressed because it is too large
Load Diff
28868
kernel-vmi.spec
28868
kernel-vmi.spec
File diff suppressed because it is too large
Load Diff
48699
kernel-xen.changes
48699
kernel-xen.changes
File diff suppressed because it is too large
Load Diff
28885
kernel-xen.spec
28885
kernel-xen.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e99bf9e83f4d1ae0c656741a84dfddfa9c4d2469cf35475f5939d02dc3e4393
|
||||
size 50355835
|
3
linux-2.6.28.tar.bz2
Normal file
3
linux-2.6.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae0d97c55efe7fce01273c97f8152af0deff5541e3bbf5b9ad98689112b54380
|
||||
size 52665364
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:317b86bce3fac580aa9d148594539628866d0d7fee31ddce7e397c43b0316a81
|
||||
size 126
|
||||
oid sha256:1c2c6111ceb66e7ce1e54cd97f2755be17f6e9e660d82be737471bee7252475a
|
||||
size 128
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda3405ba12c7d2d9c3c36271cfe10407eb743bf092ad91e3d0a13d00b0aec04
|
||||
size 60250
|
||||
oid sha256:54f7f7c20ee7796682f586c25a2e8cbfbf42e81490a7f001525dbd205fef7a46
|
||||
size 60176
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9d281cbf721e7400373b9422edf8541992ddcd152a774e86f2fddc35a21433d
|
||||
size 306000
|
||||
oid sha256:fbece0d786152ce367a292e44204a1240013eea680d0c75554e176b6e1744983
|
||||
size 36025
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fcd4b19e2c8bccbcd4ff12808fc80a1e0995bffb58b914fec01644f8cfe673c
|
||||
size 3463346
|
||||
oid sha256:7c18d43ebc4da911fd3308135ffe948af3ca0d2980619aa7de053a8d8d214084
|
||||
size 174353
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e1e972ef6017002d15e65b5eba1b9a215119858fa4f0b40fcbfb5f8da4aec53
|
||||
size 168800
|
||||
oid sha256:806813209a0d9ab6b979f16d248ca5eaa05c22343d5b3c1656769311c96cdabf
|
||||
size 42730
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09a68f5e0f95d463793e4fba849860522665183872fbbf7d5ea33c7c27db497b
|
||||
size 2016
|
||||
oid sha256:068ff57cf9b05f5b920ae4e6d091c75861d17d4946234929b2e8e554145e41dd
|
||||
size 127
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a78bfdc68da86f641e897419f67c38c585cee6f7e00d60f4c0d57ae36829c249
|
||||
size 228182
|
||||
oid sha256:5c0529bb492987e1d71f2686236f558979a393ddd4f90eb31972c0ed28ce7d17
|
||||
size 12510522
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8122651bba244012e608a30980c6467064fdfac33396a65c0d934a9ca4f94bd3
|
||||
size 2324
|
||||
oid sha256:21edb3dc8a5e17e48687436f60f96576baee318ec89b4c3ce9613627b359ede9
|
||||
size 3391
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:735292394b209b3389f2af31a701c8f62470075c14368fc37a9906afbbefdf3a
|
||||
oid sha256:2b265073a15f047f5a0b9e43b6cf46b822dd1ea8f665f23babb2b39bdbb16937
|
||||
size 125
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11ccec82844747809347b7324430dd411a355dfc81dac351d85f94da626ad514
|
||||
size 1491874
|
||||
oid sha256:529a570ee0ba17968f54418aeaa69375c0cad262e8b711686da84cc180435ca2
|
||||
size 1278894
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19c8a4b12de73ca0f81aefc5de31d415a62a069981341594d579d39214f67f9c
|
||||
size 63300
|
||||
oid sha256:155af2dcf8e3d730d2c49dfb40bc24094fd445c1d9024eaf67693a607a746243
|
||||
size 43326
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5bbebf6c58855d1fcdc872398121ae018786de7b4834c09c83f5c9489680599
|
||||
size 1508869
|
||||
oid sha256:9fd20ee109c1c7596ae3ec1f69d0d441786b1c1e1b6867309c36f97fc869561e
|
||||
size 1498978
|
||||
|
4
post.sh
4
post.sh
@ -48,10 +48,10 @@ wm=/usr/lib/module-init-tools/weak-modules
|
||||
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||
if [ -x $wm2 ]; then
|
||||
if [ @BASE_PACKAGE@ = 1 ]; then
|
||||
$wm2 --add-kernel @KERNELRELEASE@
|
||||
/bin/bash -${-/e/} $wm2 --add-kernel @KERNELRELEASE@
|
||||
else
|
||||
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
||||
rpm -ql $nvr | $wm2 --add-kernel-modules @KERNELRELEASE@
|
||||
rpm -ql $nvr | /bin/bash -${-/e/} $wm2 --add-kernel-modules @KERNELRELEASE@
|
||||
fi
|
||||
elif [ -x $wm ]; then
|
||||
# pre CODE11 compatibility
|
||||
|
@ -3,15 +3,15 @@ wm2=/usr/lib/module-init-tools/weak-modules2
|
||||
if [ @BASE_PACKAGE@ = 0 ]; then
|
||||
if [ -x $wm2 ]; then
|
||||
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
||||
$wm2 --remove-kernel-modules @KERNELRELEASE@ < /var/run/rpm-$nvr-modules
|
||||
/bin/bash -${-/e/} $wm2 --remove-kernel-modules @KERNELRELEASE@ < /var/run/rpm-$nvr-modules
|
||||
fi
|
||||
rm -f /var/run/rpm-$nvr-modules
|
||||
exit 0
|
||||
fi
|
||||
# Remove symlinks from /lib/modules/$krel/weak-updates/.
|
||||
if [ -x $wm2 ]; then
|
||||
$wm2 --remove-kernel @KERNELRELEASE@
|
||||
elif [ -x $wm2 ]; then
|
||||
/bin/bash -${-/e/} $wm2 --remove-kernel @KERNELRELEASE@
|
||||
elif [ -x $wm ]; then
|
||||
# pre CODE11 compatibility
|
||||
$wm --remove-kernel @KERNELRELEASE@
|
||||
fi
|
||||
|
1230
series.conf
1230
series.conf
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,6 @@
|
||||
# Modules that a base module uses implicitly are also base modules,
|
||||
# but at least they need to be marked as supported here.
|
||||
|
||||
+external kernel/arch/ia64/kernel/cpe_migrate # SGI
|
||||
kernel/arch/ia64/kernel/err_inject
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe-cpufreq
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe_cpufreq_pmi
|
||||
@ -67,13 +66,6 @@
|
||||
kernel/arch/x86/kvm/kvm-intel
|
||||
kernel/arch/x86/oprofile/oprofile
|
||||
kernel/arch/x86/oprofile/oprofile # OProfile system profiler
|
||||
- kernel/arch/x86/perfmon/perfmon_amd64
|
||||
- kernel/arch/x86/perfmon/perfmon_intel_arch
|
||||
- kernel/arch/x86/perfmon/perfmon_intel_atom
|
||||
- kernel/arch/x86/perfmon/perfmon_intel_core
|
||||
- kernel/arch/x86/perfmon/perfmon_p4
|
||||
- kernel/arch/x86/perfmon/perfmon_pebs_core_smpl
|
||||
- kernel/arch/x86/perfmon/perfmon_pebs_p4_smpl
|
||||
kernel/crypto/aead
|
||||
kernel/crypto/aes_generic
|
||||
kernel/crypto/anubis
|
||||
@ -128,7 +120,6 @@
|
||||
kernel/crypto/xor
|
||||
kernel/crypto/xts
|
||||
kernel/drivers/acpi/ac # ACPI AC Adapter Driver
|
||||
kernel/drivers/acpi/acpi_memhotplug
|
||||
kernel/drivers/acpi/battery # ACPI Battery Driver
|
||||
kernel/drivers/acpi/bay
|
||||
kernel/drivers/acpi/button # ACPI Button Driver
|
||||
@ -747,7 +738,7 @@
|
||||
kernel/drivers/md/dm-log
|
||||
kernel/drivers/md/dm-region_hash
|
||||
kernel/drivers/md/dm-round-robin # Round-robin path selector
|
||||
kernel/drivers/md/dm-least-pending # Least pending path selector
|
||||
kernel/drivers/md/dm-leastpending-path # Least pending path selector
|
||||
kernel/drivers/md/dm-queue-length # Queue-lenght oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-service-time # Service-time oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-snapshot # device-mapper snapshot target
|
||||
@ -1055,7 +1046,6 @@
|
||||
kernel/drivers/misc/lkdtm
|
||||
kernel/drivers/misc/msi-laptop
|
||||
kernel/drivers/misc/phantom
|
||||
kernel/drivers/misc/panasonic-laptop
|
||||
kernel/drivers/misc/sgi-gru/gru
|
||||
kernel/drivers/misc/sgi-xp/xp
|
||||
kernel/drivers/misc/sgi-xp/xpc
|
||||
@ -1666,25 +1656,6 @@
|
||||
- kernel/drivers/spi/spidev
|
||||
- kernel/drivers/spi/tle62x0
|
||||
kernel/drivers/ssb/ssb
|
||||
- kernel/drivers/staging/agnx/agnx
|
||||
- kernel/drivers/staging/at76_usb/at76_usb
|
||||
- kernel/drivers/staging/benet/benet
|
||||
- kernel/drivers/staging/echo/echo
|
||||
- kernel/drivers/staging/et131x/et131x
|
||||
- kernel/drivers/staging/go7007/go7007-usb
|
||||
- kernel/drivers/staging/go7007/go7007
|
||||
- kernel/drivers/staging/me4000/me4000
|
||||
- kernel/drivers/staging/otus/arusb_lnx
|
||||
- kernel/drivers/staging/rt2860/rt2860sta
|
||||
- kernel/drivers/staging/rt2870/rt2870sta
|
||||
- kernel/drivers/staging/rtl8187se/rtl8187se
|
||||
- kernel/drivers/staging/slicoss/slicoss
|
||||
- kernel/drivers/staging/sxg/sxg
|
||||
- kernel/drivers/staging/usbip/usbip
|
||||
- kernel/drivers/staging/usbip/usbip_common_mod
|
||||
- kernel/drivers/staging/usbip/vhci-hcd
|
||||
- kernel/drivers/staging/winbond/w35und
|
||||
- kernel/drivers/staging/wlan-ng/prism2_usb
|
||||
- kernel/drivers/telephony/ixj_pcmcia
|
||||
- kernel/drivers/telephony/ixj # Quicknet VoIP Telephony card module - www.quicknet.net
|
||||
- kernel/drivers/telephony/phonedev
|
||||
|
Loading…
Reference in New Issue
Block a user