diff --git a/config.tar.bz2 b/config.tar.bz2 index 771ae23..28a3e5f 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b9e523a0be8f0af298d0b1e59ac7e92003c6a6c67efc5a44ab49e86a4ef081d -size 202778 +oid sha256:8e2eda99e4a791749f8a979a3f371a2a8714d61d0e199c8f0c2a2c86d6661d34 +size 203062 diff --git a/find-provides b/find-provides index e960598..f4822b5 100644 --- a/find-provides +++ b/find-provides @@ -5,17 +5,11 @@ filelist=$(mktemp -t ${0##*/}.XXXXXXXXXX) grep -v '/kernel/drivers/staging/.*\.ko$' >"$filelist" shopt -s nullglob -builddir=$1 -shift - # pretend that /boot/vmlinux-* is in the -base package and not in -devel if grep -q '/boot/System\.map\>' "$filelist"; then prefix=$(sed -rn 's:(.*)/boot/System\.map\>.*:\1:p; T; q' "$filelist") for f in "$prefix"/boot/vmlinux*; do echo "$f" >>"$filelist" - if test -e "$builddir/$(basename "$f").provides"; then - cat "$_" - fi done else perl -ni -e 'next if /\/boot\/vmlinux/ && !/\.debug$/; print' "$filelist" diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index d7ef3b8..a9f856c 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -206,7 +206,7 @@ Obsoletes: ocfs2-kmp-%build_flavor Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -344,6 +344,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks @@ -388,9 +389,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -629,7 +627,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' diff --git a/kernel-debug.changes b/kernel-debug.changes index b51819d..c3e882a 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index aae3fe3..b5687f4 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor debug @@ -49,7 +49,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -195,7 +195,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -311,6 +311,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -350,9 +351,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -565,7 +563,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-default.changes b/kernel-default.changes index b51819d..c3e882a 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 10a090d..3965efb 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor default @@ -49,7 +49,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -211,7 +211,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -326,6 +326,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -365,9 +366,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -580,7 +578,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-desktop.changes b/kernel-desktop.changes index b51819d..c3e882a 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 0c7fa50..b06b123 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor desktop @@ -49,7 +49,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -191,7 +191,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -317,6 +317,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -356,9 +357,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -571,7 +569,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-docs.changes b/kernel-docs.changes index b51819d..c3e882a 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index 85540fe..59d8859 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -27,7 +27,7 @@ License: GPLv2+ Group: Documentation/Man AutoReqProv: on Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index b51819d..c3e882a 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 62d83b1..cd07c2a 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor ec2 @@ -49,7 +49,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 2.6.33 -Release: 1 +Release: 2 %if %using_buildservice %else %endif @@ -191,7 +191,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -309,6 +309,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -348,9 +349,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -563,7 +561,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-pae.changes b/kernel-pae.changes index b51819d..c3e882a 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 038279b..8b1f832 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor pae @@ -49,7 +49,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -195,7 +195,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -317,6 +317,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -356,9 +357,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -571,7 +569,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index b51819d..c3e882a 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index f4125d4..fb43457 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor ppc64 @@ -49,7 +49,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -199,7 +199,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -321,6 +321,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -360,9 +361,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -575,7 +573,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-ps3.changes b/kernel-ps3.changes index b51819d..c3e882a 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 642334f..7f7bef7 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor ps3 @@ -49,7 +49,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -191,7 +191,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -309,6 +309,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -348,9 +349,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -563,7 +561,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-s390.changes b/kernel-s390.changes index b51819d..c3e882a 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index b43ef54..92321f6 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor s390 @@ -49,7 +49,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -195,7 +195,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -310,6 +310,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -349,9 +350,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -564,7 +562,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-source.changes b/kernel-source.changes index b51819d..c3e882a 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 4974d40..0e685ee 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define src_install_dir usr/src/linux-%kernelrelease%variant @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index b51819d..c3e882a 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 1997196..dcaa9a2 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) diff --git a/kernel-trace.changes b/kernel-trace.changes index b51819d..c3e882a 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index fe57ccc..92586f8 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor trace @@ -49,7 +49,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -203,7 +203,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -318,6 +318,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -357,9 +358,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -572,7 +570,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index b51819d..c3e882a 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index ca9f11a..71966dc 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor vanilla @@ -49,7 +49,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -199,7 +199,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -314,6 +314,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -353,9 +354,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -568,7 +566,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-vmi.changes b/kernel-vmi.changes index b51819d..c3e882a 100644 --- a/kernel-vmi.changes +++ b/kernel-vmi.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-vmi.spec b/kernel-vmi.spec index 7130083..2665b2d 100644 --- a/kernel-vmi.spec +++ b/kernel-vmi.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor vmi @@ -49,7 +49,7 @@ Name: kernel-vmi Summary: VMI-enabled kernel Version: 2.6.33 -Release: 2 +Release: 3 %if %using_buildservice %else %endif @@ -191,7 +191,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -307,6 +307,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -346,9 +347,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -561,7 +559,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/kernel-xen.changes b/kernel-xen.changes index b51819d..c3e882a 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Fri Feb 12 17:36:05 CET 2010 - trenn@suse.de + +- Update config files. + Enable p4_clockmod for i386 desktop + While this is broken by design it allows to remove clocking + limits from the vendor on e.g. eeepc 701 +------------------------------------------------------------------- +Fri Feb 12 17:10:47 CET 2010 - jeffm@suse.com + +- patches.fixes/taskstats-alignment: delayacct: align to 8 byte + boundary on 64-bit systems (bnc#578065). + +------------------------------------------------------------------- +Fri Feb 12 16:57:20 CET 2010 - trenn@suse.de + +- patches.fixes/acpi_fix_no_critical_tp.patch: ACPI thermal: + Don't invalidate thermal zone if critical trip point is bad + (bnc#531547). +- patches.fixes/acpi_pci_hot_plug_sanity_checks.patch: ACPI: + acpi_bus_{scan,bus,add}: return -ENODEV if no device was found + (bnc#531547). +- patches.fixes/acpi_thermal_check_trip_points.patch: ACPI + thermal: Check for thermal zone requirement (bnc#531547). + +------------------------------------------------------------------- +Fri Feb 12 10:32:54 CET 2010 - jdelvare@suse.de + +- supported.conf: saa7111 and saa7114 are gone. + +------------------------------------------------------------------- +Wed Feb 10 16:37:00 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: + kdb: fix kdb_cmds to include the arch common macro (bnc#578421). + +------------------------------------------------------------------- +Wed Feb 10 02:13:27 CET 2010 - jeffm@suse.com + +- patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: + handle nonexistance keyboard controller (bnc#578051). + +------------------------------------------------------------------- +Wed Feb 10 00:29:46 CET 2010 - gregkh@suse.de + +- patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: + l64781.ko broken with gcc 4.5. + +------------------------------------------------------------------- +Tue Feb 9 22:55:21 CET 2010 - jeffm@suse.com + +- patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: + apparmor: check for network in interrupt and work around + (bnc#492961, bln#350789). + +------------------------------------------------------------------- +Tue Feb 9 17:02:26 CET 2010 - jeffm@suse.com + +- Update to 2.6.33-rc7. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Tue Feb 9 10:09:08 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: + ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x + codecs (bnc#578190). + +------------------------------------------------------------------- +Mon Feb 8 15:49:01 CET 2010 - tiwai@suse.de + +- patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: + ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts + (bnc#577927). +- patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: + hda - Merge HP mute-LED status callback on both IDT 92HD7x + and 8x codecs (bnc#577927). +- patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: + ALSA: hda - Remove static gpio_led setup via model (bnc#577927). + +------------------------------------------------------------------- +Fri Feb 5 18:10:37 CET 2010 - coly.li@suse.de + +- patches.suse/64bytes_lvb_len.diff: Delete from repo and series.conf. + Back to 32bytes lvb length for clvm (bnc#573460). + +------------------------------------------------------------------- +Fri Feb 5 16:12:12 CET 2010 - duwe@suse.de + +- Update config files: Compile IBM_BSR into kernel, not as module. + (ppc only, bnc#572381) + +------------------------------------------------------------------- +Fri Feb 5 16:07:34 CET 2010 - duwe@suse.de + +- patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields + to ibm,client-architecture call (bnc#570909). +- patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more + accurate number of supported cores to firmware (bnc#570909). + +------------------------------------------------------------------- +Fri Feb 5 11:10:01 CET 2010 - coly.li@suse.de + +- disable patches.suse/64bytes_lvb_len.diff in series.conf + +------------------------------------------------------------------- +Thu Feb 4 15:17:01 CET 2010 - mmarek@suse.de + +- rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous + hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid + stripping symbols from the ppc vmlinux image (bnc#572148). + ------------------------------------------------------------------- Thu Feb 4 13:23:57 CET 2010 - knikanth@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 55bdee4..38c746b 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -18,7 +18,7 @@ # norootforbuild %define srcversion 2.6.32 -%define patchversion 2.6.33-rc6 +%define patchversion 2.6.33-rc7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor xen @@ -49,7 +49,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.33 -Release: 1 +Release: 2 %if %using_buildservice %else %endif @@ -191,7 +191,7 @@ Obsoletes: ocfs2-kmp-%build_flavor # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" -%define __find_provides %_sourcedir/find-provides %my_builddir %name +%define __find_provides %_sourcedir/find-provides %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 @@ -309,6 +309,7 @@ fi # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true +export STRIP_KEEP_SYMTAB='*/vmlinux-*' # /lib/modules/%kernelrelease-%build_flavor/build will be a stale symlink until the # kernel-source package is installed. Don't check for stale symlinks # in the brp-symlink check: @@ -348,9 +349,6 @@ add_vmlinux() # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux - # exctact the provided symbols before they are stripped away - echo %buildroot/$vmlinux | /usr/lib/rpm/find-provides.ksyms %name > \ - %my_builddir/$(basename $vmlinux).provides fi %endif if $compressed; then @@ -563,7 +561,6 @@ done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ - -type f -name 'vmlinux-*.provides' -prune -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index ba571e7..ed0fcb6 100644 --- a/patches.apparmor.tar.bz2 +++ b/patches.apparmor.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7257079b49ddb8fc7646dff3594b2b74892b5853c85402da1923476347333118 -size 48781 +oid sha256:f63c3e796989911da2ca84d2b00e3f2431392cb2baa3fdb2d16ed315e3a0ad01 +size 49238 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index c2c6d54..1b60c5a 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6f0b727999cee7c42c69910639ffa8798965de12ebd7bfcd4c173e30d1f25e6 -size 95603 +oid sha256:fd6c9913005b8d2e8d56e69f172edf9f999a2ad1b91f2344aad4006b59f6e4bb +size 97309 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 4fe3a5f..2ca2e3d 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08b098292304dae236697926cce5a58bd6150574e353af9dab62c91a538fb96e -size 150991 +oid sha256:f0bdd39bbc10807651c9a2216b3dbbdd6780e0c9dd90b0c682e823f655322a07 +size 152438 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 4fe4ba3..b066d3f 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31df01bfc844d49ddb89401bb44fde11534b0442296a4e4e6b95dc3082923ff9 -size 38373 +oid sha256:1fd615a5f5ef926218b6d8a5a020c92a5913399a3df403e21f40881c2be1179a +size 40926 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 06bb6c0..fdba6dc 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:daec28ef2f447b4272ddd79abcde9cadf1558834e41b9ad259ddd5271fd33f45 -size 10630355 +oid sha256:96a0edc4f6b9b77c56272ad2fb4e57d89e63ae9d4760ee5591f624b7d8a6494f +size 10713626 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 38a2ac8..1fa192c 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2063a0541ed54383fbb0b116625ce21f7faaa3303337cd84b39521b445ae6578 -size 7519 +oid sha256:04f114e9a3d7c27d22331b555c9678ad27a95464412fe65ce9720afe5b36b409 +size 7219 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index b3e81fc..3d7241b 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97ced2bcaa3f62d8ebef3d4382c75fef5de0cea8439c4c6bc874df6681c07e30 -size 1075559 +oid sha256:5966a8af9bf44746b9faa0b69337095a0bf8249eb7bfbfb8f1261dd601f7e1d1 +size 1077383 diff --git a/series.conf b/series.conf index 0a60c32..63a78e0 100644 --- a/series.conf +++ b/series.conf @@ -31,6 +31,7 @@ patches.kernel.org/patch-2.6.33-rc3-rc4 patches.kernel.org/patch-2.6.33-rc4-rc5 patches.kernel.org/patch-2.6.33-rc5-rc6 + patches.kernel.org/patch-2.6.33-rc6-rc7 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -47,7 +48,6 @@ patches.rpmify/rt2860-use-skb_tail_pointer patches.rpmify/rtl8192e-use-skb_tail_pointer - patches.rpmify/hugetlbfs-fix-section-mismatches patches.rpmify/rtl8192e-fix-section-mismatches patches.rpmify/dmar-fix-section-mismatch patches.rpmify/hpsa-fix-section-mismatch @@ -229,6 +229,8 @@ patches.fixes/ptrace-getsiginfo patches.arch/ppc-ipic-suspend-without-83xx-fix patches.arch/ppc-vmcoreinfo.diff + patches.arch/ppc-pseries-ncpus-1 + patches.arch/ppc-pseries-ncpus-2 ######################################################## # PS3 @@ -318,6 +320,10 @@ patches.arch/acpi_srat-pxm-rev-ia64.patch patches.arch/acpi_srat-pxm-rev-x86-64.patch + patches.fixes/acpi_fix_no_critical_tp.patch + patches.fixes/acpi_thermal_check_trip_points.patch + patches.fixes/acpi_pci_hot_plug_sanity_checks.patch + ######################################################## # CPUFREQ ######################################################## @@ -394,7 +400,6 @@ # dlm ######################################################## patches.fixes/dlm-enable-debug.patch - patches.suse/64bytes_lvb_len.diff ######################################################## # ocfs2 @@ -613,6 +618,10 @@ patches.drivers/alsa-sp1-hda-59-idt92hd83xxx-hp-mute-led patches.drivers/alsa-sp1-hda-60-add-idt92hd88x-support patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2 + patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect + patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup + patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2 + patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity ######################################################## # Other driver fixes @@ -627,6 +636,8 @@ patches.suse/raw_device_max_minors_param.diff patches.suse/no-partition-scan + patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch + ######################################################## # Other drivers we have added to the tree ######################################################## @@ -709,6 +720,7 @@ patches.apparmor/apparmor-missing-unlock patches.apparmor/ptrace_may_access-fix patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use + patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around ######################################################## # Address space layout randomization @@ -727,6 +739,8 @@ patches.suse/kdb_fix_ia64_build.patch patches.suse/kdb_dont_touch_i8042_early.patch patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings + patches.suse/kdb-handle-nonexistance-keyboard-controller + patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro ######################################################## # Other patches for debugging diff --git a/source-timestamp b/source-timestamp index 3ce0101..ae6714f 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2010-02-04 13:24:08 +0100 -GIT Revision: 69aad1a30e31d4f33ab56a1f195c7c4229c9dd66 +2010-02-12 17:37:20 +0100 +GIT Revision: 7a6a586d63ec8ee519b9de0f63c1bb1dd232f657 GIT Branch: master diff --git a/supported.conf b/supported.conf index 2986493..94bd8ee 100644 --- a/supported.conf +++ b/supported.conf @@ -1046,9 +1046,7 @@ kernel/drivers/media/video/saa5249 kernel/drivers/media/video/saa6588 # Philips SAA6588 RDS decoder kernel/drivers/media/video/saa7110 # Philips SAA7110 video decoder driver - kernel/drivers/media/video/saa7111 # Philips SAA7111 video decoder driver - kernel/drivers/media/video/saa7114 # Philips SAA7114H video decoder driver - kernel/drivers/media/video/saa7115 # Philips SAA7114/SAA7115 video decoder driver + kernel/drivers/media/video/saa7115 # Philips SAA7111/13/14/15/18 video decoder driver kernel/drivers/media/video/saa7127 # Philips SAA7127/SAA7129 video encoder driver kernel/drivers/media/video/saa7134/saa6752hs # device driver for saa6752hs MPEG2 encoder kernel/drivers/media/video/saa7134/saa7134 # v4l2 driver module for saa7130/34 based TV cards