Accepting request 41080 from Kernel:HEAD

Copy from Kernel:HEAD/kernel-source based on submit request 41080 from user michal-m

OBS-URL: https://build.opensuse.org/request/show/41080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=97
This commit is contained in:
OBS User autobuild 2010-06-04 13:04:05 +00:00 committed by Git OBS Bridge
parent 04576eeddb
commit 4465f5b7fd
44 changed files with 1866 additions and 48 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d48844cfe4b9af9ca052eaf57df48cdd41bb6b6d10487e016aaf3337b67424b
size 210527
oid sha256:42d749d2816ef4aca8e08eec9c33484dd9d41d6fa0c758e95a543ad77987e159
size 210700

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -18,18 +18,19 @@
# norootforbuild
%define patchversion 2.6.34
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source = 2.6.34
BuildRequires: kernel-source%variant = 2.6.34
Url: http://www.kernel.org/
License: GPLv2+
Group: Documentation/Man
AutoReqProv: on
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif
@ -59,8 +60,8 @@ EOF
# use texmf.cnf from local source
export TEXMFCNF=$RPM_BUILD_DIR
export LANG=en_US
make -C /usr/src/linux-%kernelrelease O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
%install
rm -rf $RPM_BUILD_ROOT
@ -84,7 +85,7 @@ fi
ln -s /usr/share/man/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT/usr/share/man/man9/request_irq.9.gz
cp -a /usr/src/linux-%kernelrelease/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
cp -a /usr/src/linux-%kernelrelease%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
%clean
rm -rf $RPM_BUILD_ROOT

View File

@ -18,12 +18,13 @@
# norootforbuild
%define patchversion @PATCHVERSION@
%define variant @VARIANT@%{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Name: kernel-docs@VARIANT@
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source = @RPMVERSION@
BuildRequires: kernel-source%variant = @RPMVERSION@
Url: http://www.kernel.org/
License: GPL v2 or later
Group: Documentation/Man
@ -60,8 +61,8 @@ EOF
# use texmf.cnf from local source
export TEXMFCNF=$RPM_BUILD_DIR
export LANG=en_US
make -C /usr/src/linux-%kernelrelease O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
%install
rm -rf $RPM_BUILD_ROOT
@ -85,7 +86,7 @@ fi
ln -s /usr/share/man/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT/usr/share/man/man9/request_irq.9.gz
cp -a /usr/src/linux-%kernelrelease/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
cp -a /usr/src/linux-%kernelrelease%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
%clean
rm -rf $RPM_BUILD_ROOT

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,5 +1,5 @@
%package -n %{-n*}-%1
%define _this_kmp_version %{-v*}_%(echo %2 | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/; # use 2.6.x.0 for mainline kernels')
%define _this_kmp_version %{-v*}_k%(echo %2 | sed -r 'y/-/_/; s/^(2\.6\.[0-9]+)_/\\1.0_/; # use 2.6.x.0 for mainline kernels')
Version: %_this_kmp_version
Release: %{-r*}
%(

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.34
Release: 6
Release: 7
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -31,7 +31,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif
@ -40,7 +40,7 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils sed
BuildRequires: fdupes pcre-tools
BuildRequires: fdupes
Requires(post): coreutils sed
Provides: multiversion(kernel)
Provides: linux

View File

@ -41,7 +41,7 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils sed
BuildRequires: fdupes pcre-tools
BuildRequires: fdupes
Requires(post): coreutils sed
Provides: multiversion(kernel)
Provides: linux

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -24,7 +24,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,116 @@
-------------------------------------------------------------------
Wed Jun 2 18:28:30 CEST 2010 - bphilips@suse.de
- patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED
to fix non-MSI case (bnc#610362).
-------------------------------------------------------------------
Wed Jun 2 10:41:06 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: More -rt fixes.
-------------------------------------------------------------------
Tue Jun 1 21:48:10 CEST 2010 - bphilips@suse.de
- patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch:
tg3: 5785 and 57780 asic revs not working (bnc#580780).
-------------------------------------------------------------------
Tue Jun 1 15:16:08 CEST 2010 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Change the kmp versioning to prefix
the kernel version with "k" to avoid false version downgrades
(bnc#609483).
-------------------------------------------------------------------
Tue Jun 1 15:15:14 CEST 2010 - mmarek@suse.cz
- rpm/kernel-source.spec.in: pcre-tools is not needed.
-------------------------------------------------------------------
Mon May 31 12:48:40 CEST 2010 - mmarek@suse.cz
- rpm/kernel-docs.spec.in: Fix for -rt.
-------------------------------------------------------------------
Wed May 26 16:43:19 CEST 2010 - gregkh@suse.de
- patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch:
driver core: add devname module aliases to allow module
on-demand auto-loading.
-------------------------------------------------------------------
Tue May 25 20:42:35 CEST 2010 - jeffm@suse.de
- supported.conf: Added mperf, which powernow and acpi-cpufreq now
depend on.
-------------------------------------------------------------------
Tue May 25 19:50:59 CEST 2010 - jeffm@suse.com
- patches.arch/powernow-k8-add-core-performance-boost-support:
powernow-k8: Add core performance boost support (bnc#602209).
- patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo:
x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo.
- patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors:
x86, cpufreq: Add APERF/MPERF support for AMD processors
(bnc#602209).
-------------------------------------------------------------------
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
- Update Xen patches to 2.6.34 final.
- Update Xen config files.
- patches.xen/xen3-acpi_processor_check_maxcpus.patch: Do not
try to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Mon May 24 16:34:08 CEST 2010 - jbenc@suse.cz
- patches.suse/b43-missing-firmware-info.patch: b43: Change
firmware missing message to refer to openSUSE script.
-------------------------------------------------------------------
Sun May 23 10:37:41 CEST 2010 - teheo@suse.de
- patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI
on VIA K8M800 (bnc#599508).
-------------------------------------------------------------------
Sat May 22 07:43:34 CEST 2010 - trenn@suse.de
- patches.xen/xen3-auto-common.diff: Refresh.
-------------------------------------------------------------------
Sat May 22 07:13:47 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
-------------------------------------------------------------------
Sat May 22 07:11:40 CEST 2010 - trenn@suse.de
- patches.fixes/acpi_processor_check_maxcpus.patch: Do not try
to set up acpi processor stuff on cores exceeding maxcpus=
(bnc#601520).
- patches.fixes/acpi_wmi_debug.patch: X86 platform wmi: Introduce
debug param to log all WMI events (bnc#598059).
- patches.fixes/hp_wmi_fix_acpi_version_integer_size.patch:
x86 platform drivers: hp-wmi fix buffer size depending on ACPI
version (bnc#598059).
- patches.fixes/wmi_debug_pass_guid: X86 platform wmi: Also log
GUID string when an event happens and debug is set (bnc#598059).
- patches.fixes/wmi_dump_wdg_data.patch: X86 platfrom wmi: Add
debug facility to dump WMI data in a readable way (bnc#598059).
-------------------------------------------------------------------
Thu May 20 21:31:10 CEST 2010 - jeffm@suse.com
- Disabled CONFIG_RT2800PCI (bnc#606243)
- These devices are handled by the rt2860 staging driver.
-------------------------------------------------------------------
Mon May 17 17:30:17 CEST 2010 - jeffm@suse.com

View File

@ -56,7 +56,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.34
Release: 8
Release: 9
%if %using_buildservice
%else
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79a247cb159bb7a2474aad935c206e7fb299cb655fb33801af5e85813e65326d
size 76546
oid sha256:cebb12fb3d1ee4490fd399260ef21667730a1d9382cd90eeb9a0da1812beb431
size 80888

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c174adeda271fe9e11fac30140ab005edd9386f95eb8293e38d7fc3872d0d88
size 125479
oid sha256:0a201e58c54a381b47e6e2ecd6fefc223bc741378c8de66617e2540ec9b6d223
size 130436

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d9dcf6a04f171677f8e413a2d418c3028f450701121f90fd72fc9348c8f99ff
size 42044
oid sha256:f06f83831e2bcbd291fddf1d0f99da9fd6d31849f68fb558ac2711b59cadc6f4
size 42346

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf0a66ec6baf2655bc3473015ebafd21585ea84031c23ad5fe25aeb95e4aa28a
size 850964
oid sha256:9993b3040ee365d236df0ef07e1487ce356bb19a23f070cac7559bd8aad0f09c
size 851554

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2078ebe8441823fc1ae3e5e49254e42d593be7a2b43b60639a595ab50188a9ba
size 1948186
oid sha256:8145fb5846da3d62d24a3b70ab553e4c3a4544b674e29c6a1bc13a915ed8163b
size 1948828

View File

@ -280,6 +280,8 @@
patches.fixes/hp_wmi_use_prefix_string.patch
patches.fixes/hp_wmi_add_media_key.patch
patches.fixes/acpi_processor_check_maxcpus.patch
########################################################
# CPUFREQ
########################################################
@ -296,7 +298,10 @@
# patches.suse/cpuidle-documentation
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch
patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch
patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo
patches.arch/powernow-k8-add-core-performance-boost-support
patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors
########################################################
# AGP, graphics related stuff
@ -517,6 +522,8 @@
patches.drivers/ixgbe-entropy-source.patch
patches.drivers/tg3-entropy-source.patch
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
+needs_update patches.drivers/e1000-enhance-frame-fragment-detection.patch
+needs_update patches.drivers/e1000e-enhance-frame-fragment-detection.patch
@ -524,6 +531,7 @@
# Wireless Networking
########################################################
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
########################################################
# iSCSI
@ -532,10 +540,12 @@
########################################################
# PCI and PCI hotplug
########################################################
patches.drivers/pci-disable-msi-on-K8M800
########################################################
# sysfs / driver core
########################################################
patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch
########################################################
# USB
@ -821,14 +831,11 @@
patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34-rc2
patches.xen/xen3-patch-2.6.34-rc2-rc3
patches.xen/xen3-patch-2.6.34-rc3-rc4
patches.xen/xen3-patch-2.6.34-rc5-rc6
patches.xen/xen3-patch-2.6.34-rc6-rc7
patches.xen/xen3-patch-2.6.34
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
patches.xen/xen3-acpi_processor_check_maxcpus.patch
patches.xen/xen3-kdb-x86
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations

View File

@ -1,3 +1,3 @@
2010-05-17 17:30:24 +0200
GIT Revision: 469fb2948726dfe61c8d4bae6968acd0525cbcd6
2010-06-03 18:33:51 +0200
GIT Revision: 5d1bde19645c8ade295b7e2c67b7af0e19e452c8
GIT Branch: master

View File

@ -56,6 +56,7 @@
- kernel/arch/x86/kernel/cpu/cpufreq/gx-suspmod
- kernel/arch/x86/kernel/cpu/cpufreq/longhaul
- kernel/arch/x86/kernel/cpu/cpufreq/longrun
kernel/arch/x86/kernel/cpu/cpufreq/mperf
- kernel/arch/x86/kernel/cpu/cpufreq/p4-clockmod
- kernel/arch/x86/kernel/cpu/cpufreq/powernow-k6
- kernel/arch/x86/kernel/cpu/cpufreq/powernow-k7