1
0
forked from pool/kernel-source
OBS User unknown 2008-08-28 00:19:28 +00:00 committed by Git OBS Bridge
parent 9292b500df
commit f85e59d0cc
37 changed files with 65384 additions and 128 deletions

View File

@ -1 +1 @@
2008-08-19 17:09:43 +0200 2008-08-26 19:12:39 +0200

View File

@ -5,7 +5,7 @@
+IA32 i386/pae +IA32 i386/pae
+IA32 i386/debug +IA32 i386/debug
#+IA32 i386/um #+IA32 i386/um
#+IA32 i386/xen +IA32 i386/xen
+IA32 i386/vanilla +IA32 i386/vanilla
#+IA32 i386/rt #+IA32 i386/rt
#+IA32 i386/rt_debug #+IA32 i386/rt_debug
@ -16,7 +16,7 @@
+x86_64 x86_64/default +x86_64 x86_64/default
#+x86_64 x86_64/um #+x86_64 x86_64/um
#+x86_64 x86_64/xen +x86_64 x86_64/xen
+x86_64 x86_64/debug +x86_64 x86_64/debug
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
#+x86_64 x86_64/rt #+x86_64 x86_64/rt

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5e3f84fa1ef2c00eb3d6edd2ca923e987f0653e0af21b8f94afe0ce20e35a081 oid sha256:e9b5ddfbf9b881e8301c0446c144fce67fc8dad71a65af4b6765137d231792de
size 86086 size 94492

View File

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

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -199,7 +199,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-debug KERNELRELEASE=2.6.27-rc4-$RELEASE-debug
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -572,8 +572,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -217,7 +217,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -299,7 +299,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-default KERNELRELEASE=2.6.27-rc4-$RELEASE-default
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -590,8 +590,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
AutoReqProv: off AutoReqProv: off
@ -36,7 +36,7 @@ Authors:
-------- --------
Andreas Gruenbacher <agruen@suse.de> Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%install %install
rm -rf %buildroot rm -rf %buildroot
@ -46,8 +46,91 @@ echo dummy > %buildroot/etc/dummy
%files %files
%defattr(-, root, root) %defattr(-, root, root)
/etc/dummy /etc/dummy
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-kdump Name: kernel-kdump
Summary: kernel for kdump Summary: kernel for kdump
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -198,7 +198,7 @@ crashed kernel.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -280,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-kdump KERNELRELEASE=2.6.27-rc4-$RELEASE-kdump
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -571,8 +571,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -199,7 +199,7 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-pae KERNELRELEASE=2.6.27-rc4-$RELEASE-pae
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -572,8 +572,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -211,7 +211,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com> Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -293,7 +293,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-ppc64 KERNELRELEASE=2.6.27-rc4-$RELEASE-ppc64
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -584,8 +584,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-ps3 Name: kernel-ps3
Summary: kernel for ps3 bootloader Summary: kernel for ps3 bootloader
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -197,7 +197,7 @@ needs to be as small as possible.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -279,7 +279,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-ps3 KERNELRELEASE=2.6.27-rc4-$RELEASE-ps3
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -570,8 +570,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -192,7 +192,7 @@ The standard kernel.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -274,7 +274,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-s390 KERNELRELEASE=2.6.27-rc4-$RELEASE-s390
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -565,8 +565,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
AutoReqProv: off AutoReqProv: off
@ -80,6 +80,7 @@ Source55: kernel-ppc64.spec
Source56: kernel-ps3.spec Source56: kernel-ps3.spec
Source57: kernel-s390.spec Source57: kernel-s390.spec
Source58: kernel-vanilla.spec Source58: kernel-vanilla.spec
Source59: kernel-xen.spec
Source100: config.tar.bz2 Source100: config.tar.bz2
Source101: patches.arch.tar.bz2 Source101: patches.arch.tar.bz2
Source102: patches.drivers.tar.bz2 Source102: patches.drivers.tar.bz2
@ -111,7 +112,7 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -149,7 +150,7 @@ if [ -f %_sourcedir/localversion ] ; then
cat %_sourcedir/localversion > localversion cat %_sourcedir/localversion > localversion
fi fi
%_sourcedir/install-configs %_sourcedir %_builddir/%buildsubdir $RELEASE %_sourcedir/install-configs %_sourcedir %_builddir/%buildsubdir $RELEASE
KERNELRELEASE=2.6.27-rc3-$RELEASE KERNELRELEASE=2.6.27-rc4-$RELEASE
cat > %_builddir/%{name}-%{version}/.rpm-defs <<EOF cat > %_builddir/%{name}-%{version}/.rpm-defs <<EOF
KERNELRELEASE=$KERNELRELEASE KERNELRELEASE=$KERNELRELEASE
SYMBOLS="%symbols" SYMBOLS="%symbols"
@ -287,8 +288,91 @@ EOF
%post -f source-post.sh %post -f source-post.sh
%files -f kernel-source.files %files -f kernel-source.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
AutoReqProv: off AutoReqProv: off
@ -38,7 +38,7 @@ BuildRequires: coreutils
BuildRequires: kernel-dummy BuildRequires: kernel-dummy
%endif %endif
%ifarch %ix86 %ifarch %ix86
BuildRequires: kernel-debug kernel-default kernel-pae BuildRequires: kernel-debug kernel-default kernel-pae kernel-xen
%else %else
%ifarch ppc %ifarch ppc
BuildRequires: kernel-default kernel-kdump kernel-ppc64 kernel-ps3 BuildRequires: kernel-default kernel-kdump kernel-ppc64 kernel-ps3
@ -56,7 +56,7 @@ BuildRequires: kernel-default
BuildRequires: kernel-debug kernel-default BuildRequires: kernel-debug kernel-default
%else %else
%ifarch x86_64 %ifarch x86_64
BuildRequires: kernel-debug kernel-default BuildRequires: kernel-debug kernel-default kernel-xen
%endif %endif
%endif %endif
%endif %endif
@ -99,7 +99,7 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
echo "Architecture symbol(s):" %symbols echo "Architecture symbol(s):" %symbols
@ -150,8 +150,91 @@ done
/usr/src/linux-*-obj /usr/src/linux-*-obj
/boot/symsets-*-*.tar.gz /boot/symsets-*-*.tar.gz
/lib/modules/*/build /lib/modules/*/build
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
-------------------------------------------------------------------
Mon Aug 25 23:21:01 CEST 2008 - jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
-------------------------------------------------------------------
Mon Aug 25 22:53:52 CEST 2008 - jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
-------------------------------------------------------------------
Mon Aug 25 22:49:01 CEST 2008 - jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
-------------------------------------------------------------------
Mon Aug 25 21:58:39 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
-------------------------------------------------------------------
Mon Aug 25 21:56:47 CEST 2008 - jeffm@suse.de
- Update config files.
-------------------------------------------------------------------
Mon Aug 25 21:22:08 CEST 2008 - jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
-------------------------------------------------------------------
Mon Aug 25 14:30:43 CEST 2008 - trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
-------------------------------------------------------------------
Mon Aug 25 13:19:49 CEST 2008 - trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
-------------------------------------------------------------------
Mon Aug 25 12:33:32 CEST 2008 - jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
-------------------------------------------------------------------
Fri Aug 22 17:01:43 CEST 2008 - jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
-------------------------------------------------------------------
Tue Aug 19 20:36:51 CEST 2008 - jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de Tue Aug 19 16:54:07 CEST 2008 - jeffm@suse.de

View File

@ -50,7 +50,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27 Version: 2.6.27
Release: 2 Release: 3
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -209,7 +209,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-08-19 17:09:43 +0200 Source Timestamp: 2008-08-26 19:12:39 +0200
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -291,7 +291,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF EOF
%endif %endif
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-rc3-$RELEASE-vanilla KERNELRELEASE=2.6.27-rc4-$RELEASE-vanilla
EOF EOF
%if 0%{?__debug_package:1} %if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF cat >> ../.rpm-defs <<EOF
@ -582,8 +582,91 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%postun -f postun.sh %postun -f postun.sh
%files -f kernel.files %files -f kernel.files
%changelog %changelog
* Tue Aug 26 2008 trenn@suse.de
Vendor specific drivers vs generic video driver.
Distinguish which ACPI driver should do backlight switching.
This patch series is queued up for 2.6.28 in the ACPI branch:
- patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch:
ACPI: video: Ignore devices that aren't present in hardware.
- patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check
for ACPI backlight support otherwise use vendor ACPI drivers.
- patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch:
Acer-WMI: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0003-Asus-acpi-fingers-off-backlight.patch:
asus-acpi: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0004-Compal-fingers-off-backlight.patch: compal:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop:
fingers off backlight if video.ko is serving this functionality.
- patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch:
fujitsu-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0007-msi-laptop-fingers-off-backlight.patch:
msi-laptop: fingers off backlight if video.ko is serving this
functionality.
- patches.arch/0008-sony-laptop-fingers-off-backlight.patch:
sony-laptop: fingers off backlight if video.ko is serving
this functionality.
- patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch:
thinkpad_acpi: fingers off backlight if video.ko is serving
this functionality.
I had to refresh these. While one patch was broken,
two lines were missing, "patch" from 11.0 still worked, while
"patch" from 10.3 did not:
- patches.xen/add-console-use-vt: add console_use_vt.
- patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch:
kexec: Move asm segment handling code to the assembly file
(i386).
* Tue Aug 26 2008 jeffm@suse.de
- Disabled patches.kernel.org/ia64-asm-nr-irqs
* Tue Aug 26 2008 jeffm@suse.de
- patches.fixes/pseries-compile-fix: pseries: compile fix.
* Tue Aug 26 2008 jeffm@suse.de
- patches.kernel.org/musb-powerpc-conflict: musb: compile fix
for powerpc.
* Mon Aug 25 2008 jeffm@suse.de
- patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation
should place it in arch/../asm.
* Mon Aug 25 2008 jeffm@suse.de
- Update config files.
* Mon Aug 25 2008 jeffm@suse.de
- Updated to 2.6.27-rc4.
- Refreshed context.
* Mon Aug 25 2008 trenn@suse.de
- patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch:
x86, pci: introduce pci=noioapicquirk kernel cmdline option.
Mysterious patch problem in include/asm-x86/pci.h
- patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts
register on resume.
* Mon Aug 25 2008 trenn@suse.de
- patches.suse/acpi_provide_non_windows_osi_boot_param.patch:
Delete.
* Mon Aug 25 2008 jbeulich@novell.com
- Update Xen patches to 2.6.27-rc4.
- patches.xen/xen-x86_64-dump-user-pgt: dump the correct page
tables for user mode faults.
- patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1
allocations for pgd-s.
- patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs
transparent to callers.
- patches.xen/xen-blktap-write-barriers: blktap: Write Barriers.
- patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry
handling.
- patches.xen/xen-x86-bigmem: fix issues with the assignment of
huge amounts of memory.
- patches.xen/xen-msix-restore: print at least a message if MSI-X
restore failed.
- config.conf: Re-enable Xen.
- patches.xen/sfc-i2c: Delete.
- Update config files.
* Fri Aug 22 2008 jbeulich@novell.com
- patches.suse/stack-unwind: Adjust and re-enable.
- Update config files.
* Tue Aug 19 2008 jeffm@suse.de
- patches.kernel.org/ps3-lpm-include: Delete.
* Tue Aug 19 2008 jeffm@suse.de * Tue Aug 19 2008 jeffm@suse.de
- Removed unused patches. - Removed unused patches.
* Tue Aug 19 2008 tiwai@suse.de * Tue Aug 19 2008 tiwai@suse.de

40090
kernel-xen.changes Normal file

File diff suppressed because it is too large Load Diff

22905
kernel-xen.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a221617c254b56d34d1f81058b23d4b913af5a7fda0faedd1665ef575106be6a oid sha256:30cd1d367b050bfec00ae30fd728a8fcc58285f564a8ed4de7bdc53cb3c71c9f
size 127 size 127

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c18745816d10a0de2dc5a95536c54a87fb5fe7edec158dda9920f618c5bcbef8 oid sha256:d5f3665f1e9144af3acd1601de867f8bd713d8fee3568c2428cf9d2cd63f478f
size 26848 size 33862

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bdd7b5f963167a07112335df9a72c034b053d170d686c93a1c53539785eee931 oid sha256:afac1b0dcf3b43df7027acb5898d04443ec732a6716832865362d3be9ff559e1
size 17091 size 16875

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:52e54203eacbd22e978c9fc949863db6495c258a39da2a3aaad3313ae764c8ce oid sha256:2189265c14769e35d97c9990690e6ee79807dd2d45b17521250fca062b3abfb5
size 13256533 size 13774758

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f20f2e2e22a021b883a456259f1fa0d368dfd2681aeeb309308bef814fb0a99d oid sha256:8512b9e3eb36926cfdbad20b6b8f3973c734545183d711257fa68fea4c5f344e
size 1016383 size 1010111

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cc57f6afc9dac8462a19cea80e3efbd740d3fcfca1c6917e1e85c0bfc71f5cab oid sha256:6aa73ed49a93b30bdeaec789c1b03f1f55a8c6cd0469a19c3e6540b933747152
size 1294400 size 1438276

View File

@ -27,7 +27,7 @@
# DO NOT MODIFY THEM! # DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem... # Send separate patches upstream if you find a problem...
######################################################## ########################################################
patches.kernel.org/patch-2.6.27-rc3 patches.kernel.org/patch-2.6.27-rc4
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -38,10 +38,9 @@
######################################################## ########################################################
patches.kernel.org/psmouse-section-conflict.diff patches.kernel.org/psmouse-section-conflict.diff
patches.kernel.org/ipmi-section-conflict.diff patches.kernel.org/ipmi-section-conflict.diff
patches.kernel.org/ps3-lpm-include
patches.kernel.org/spu_profiler-include patches.kernel.org/spu_profiler-include
patches.kernel.org/ia64-export-cpu_core_map patches.kernel.org/ia64-export-cpu_core_map
patches.kernel.org/ath9k-workaround-gcc-ICE-again-on-powerpc +jeffm patches.kernel.org/ia64-asm-nr-irqs
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -118,7 +117,6 @@
patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch
patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch
patches.fixes/x86_hpet_amd_quirk.patch
######################################################## ########################################################
# powerpc/generic # powerpc/generic
@ -145,6 +143,7 @@
patches.arch/ppc-prom-nodisplay.patch patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo patches.fixes/ptrace-getsiginfo
patches.arch/ppc-ipic-suspend-without-83xx-fix patches.arch/ppc-ipic-suspend-without-83xx-fix
patches.fixes/pseries-compile-fix
######################################################## ########################################################
# PS3 # PS3
@ -209,8 +208,19 @@
patches.arch/acpi_thermal_passive_blacklist.patch patches.arch/acpi_thermal_passive_blacklist.patch
patches.fixes/acpi_use_acpi_exception.patch patches.fixes/acpi_use_acpi_exception.patch
patches.suse/acpi_provide_non_windows_osi_boot_param.patch
patches.fixes/acpi-clear-wake-status.patch
patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch
patches.arch/0001-Check-for-ACPI-backlight-support.patch
patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch
patches.arch/0003-Asus-acpi-fingers-off-backlight.patch
patches.arch/0004-Compal-fingers-off-backlight.patch
patches.arch/0005-eeepc-laptop-fingers-off.patch
patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch
patches.arch/0007-msi-laptop-fingers-off-backlight.patch
patches.arch/0008-sony-laptop-fingers-off-backlight.patch
patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch
######################################################## ########################################################
# Suse specific stuff # Suse specific stuff
######################################################## ########################################################
@ -392,10 +402,7 @@
######################################################## ########################################################
# make debugging easier # make debugging easier
patches.suse/usb-storage-disable-delay.patch patches.suse/usb-storage-disable-delay.patch
patches.kernel.org/musb-powerpc-conflict
# usb persist across suspend to ram. Patches will be in 2.6.26
# backports from mainline for quirks and some drivers that are commonly used
######################################################## ########################################################
# I2C # I2C
@ -502,6 +509,7 @@
patches.apparmor/apparmor-network.diff patches.apparmor/apparmor-network.diff
patches.apparmor/apparmor-rlimits.diff patches.apparmor/apparmor-rlimits.diff
patches.apparmor/apparmor-2.6.25.diff patches.apparmor/apparmor-2.6.25.diff
patches.apparmor/apparmor-ptrace-2.6.27.diff
patches.apparmor/export-security_inode_permission-for-aufs patches.apparmor/export-security_inode_permission-for-aufs
######################################################## ########################################################
@ -521,7 +529,7 @@
# Other patches for debugging # Other patches for debugging
######################################################## ########################################################
patches.suse/crasher-26.diff patches.suse/crasher-26.diff
+depends_on_kdb patches.suse/stack-unwind patches.suse/stack-unwind
######################################################## ########################################################
# You'd better have a good reason for adding a patch # You'd better have a good reason for adding a patch
@ -557,66 +565,74 @@
# on top of them instead. This reduces workload when # on top of them instead. This reduces workload when
# re-basing to a newer xen tree. # re-basing to a newer xen tree.
# split out patches # split out patches
+xen_update -RT patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch -RT patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
+xen_update -RT patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch -RT patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
+xen_update -RT patches.xen/ipv6-no-autoconf -RT patches.xen/ipv6-no-autoconf
+xen_update - patches.xen/sfc-i2c - patches.xen/sfc-driverlink
+xen_update - patches.xen/sfc-driverlink - patches.xen/sfc-resource-driver
+xen_update - patches.xen/sfc-resource-driver
# bulk stuff, new files for xen # bulk stuff, new files for xen
+xen_update -RT patches.xen/xen3-auto-xen-arch.diff -RT patches.xen/xen3-auto-xen-arch.diff
+xen_update -RT patches.xen/xen3-auto-xen-drivers.diff -RT patches.xen/xen3-auto-xen-drivers.diff
+xen_update -RT patches.xen/xen3-auto-include-xen-interface.diff -RT patches.xen/xen3-auto-include-xen-interface.diff
# kconfig bits for xen # kconfig bits for xen
+xen_update -RT patches.xen/xen3-auto-xen-kconfig.diff -RT patches.xen/xen3-auto-xen-kconfig.diff
# common code changes # common code changes
+xen_update -RT patches.xen/xen3-auto-common.diff -RT patches.xen/xen3-auto-common.diff
+xen_update -RT patches.xen/xen3-auto-arch-x86.diff -RT patches.xen/xen3-auto-arch-x86.diff
+xen_update -RT patches.xen/xen3-auto-arch-i386.diff -RT patches.xen/xen3-auto-arch-i386.diff
+xen_update -RT patches.xen/xen3-auto-arch-x86_64.diff -RT patches.xen/xen3-auto-arch-x86_64.diff
# newer changeset backports # newer changeset backports
# changes outside arch/{i386,x86_64}/xen # changes outside arch/{i386,x86_64}/xen
+xen_update -RT patches.xen/xen3-fixup-xen -RT patches.xen/xen3-fixup-xen
+xen_update -RT patches.xen/xen3-fixup-kconfig -RT patches.xen/xen3-fixup-kconfig
+xen_update -RT patches.xen/xen3-fixup-common -RT patches.xen/xen3-fixup-common
+xen_update -RT patches.xen/xen3-fixup-arch-x86 -RT patches.xen/xen3-fixup-arch-x86
+xen_update -RT patches.xen/xen3-fixup-sfc -RT patches.xen/xen3-fixup-sfc
# ports of other patches # ports of other patches
+xen_update -RT patches.xen/xen3-patch-2.6.18 -RT patches.xen/xen3-patch-2.6.18
+xen_update -RT patches.xen/xen3-patch-2.6.19 -RT patches.xen/xen3-patch-2.6.19
+xen_update -RT patches.xen/xen3-patch-2.6.20 -RT patches.xen/xen3-patch-2.6.20
+xen_update -RT patches.xen/xen3-patch-2.6.21 -RT patches.xen/xen3-patch-2.6.21
+xen_update -RT patches.xen/xen3-patch-2.6.22 -RT patches.xen/xen3-patch-2.6.22
+xen_update -RT patches.xen/xen3-patch-2.6.23 -RT patches.xen/xen3-patch-2.6.23
+xen_update -RT patches.xen/xen3-patch-2.6.24 -RT patches.xen/xen3-patch-2.6.24
+xen_update -RT patches.xen/xen3-patch-2.6.25 -RT patches.xen/xen3-patch-2.6.25
+xen_update -RT patches.xen/xen3-patch-2.6.26 -RT patches.xen/xen3-patch-2.6.26
+xen_update -RT patches.xen/xen3-seccomp-disable-tsc-option -RT patches.xen/xen3-patch-2.6.27-rc3
+andrea -RT patches.xen/xen3-silent-stack-overflow -RT patches.xen/xen3-patch-2.6.27-rc3-rc4
+xen_update -RT patches.xen/xen3-sysfs-crash-debugging.patch -RT patches.xen/xen3-seccomp-disable-tsc-option
+xen_update -RT patches.xen/xen3-stack-unwind +andrea -RT patches.xen/xen3-silent-stack-overflow
-RT patches.xen/xen3-sysfs-crash-debugging.patch
-RT patches.xen/xen3-stack-unwind
# bugfixes and enhancements # bugfixes and enhancements
+xen_update -RT patches.xen/xen-modular-blktap -RT patches.xen/xen-modular-blktap
+xen_update -RT patches.xen/xen-x86-panic-no-reboot -RT patches.xen/xen-x86-panic-no-reboot
+xen_update -RT patches.xen/xen-i386-panic-on-oops -RT patches.xen/xen-i386-panic-on-oops
+xen_update -RT patches.xen/xen-configurable-console -RT patches.xen/xen-configurable-console
+xen_update -RT patches.xen/xen-balloon-max-target -RT patches.xen/xen-balloon-max-target
+xen_update -RT patches.xen/xen-x86-dcr-fallback -RT patches.xen/xen-x86-dcr-fallback
+xen_update -RT patches.xen/xen-x86-consistent-nmi -RT patches.xen/xen-x86-consistent-nmi
+xen_update -RT patches.xen/xen-x86-no-lapic -RT patches.xen/xen-x86-no-lapic
+xen_update -RT patches.xen/xen-blkback-bimodal-suse -RT patches.xen/xen-blkback-bimodal-suse
+xen_update -RT patches.xen/xen-blkif-protocol-fallback-hack -RT patches.xen/xen-blkif-protocol-fallback-hack
+xen_update -RT patches.xen/xen-blkback-cdrom -RT patches.xen/xen-blkback-cdrom
+xen_update -RT patches.xen/xen-sections -RT patches.xen/xen-sections
+xen_update -RT patches.xen/xen-swiotlb-heuristics -RT patches.xen/xen-swiotlb-heuristics
-RT patches.xen/xen-x86-pmd-handling
-RT patches.xen/xen-x86_64-pgd-pin
-RT patches.xen/xen-x86_64-pgd-alloc-order
-RT patches.xen/xen-x86_64-dump-user-pgt
-RT patches.xen/xen-blktap-write-barriers
-RT patches.xen/xen-x86-bigmem
-RT patches.xen/xen-msix-restore
# #