GIT Revision: cf1edf7d1579d91d16076adb4fa0f0030fd90bd0

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=132
This commit is contained in:
Michal Marek 2012-07-19 05:05:54 +00:00 committed by Git OBS Bridge
parent 9d1c84b9af
commit 787fc44d6c
42 changed files with 1291 additions and 54 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b72f6cc029c8bafccbe927ecc2d7535e5c307d25afa101c4763fc8eef5f651e4
size 292602
oid sha256:d45fbd2d891603631a6706aaa5d10bc78dc02f58090f6e299e7da25bc205eb05
size 292641

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.4.4
Version: 3.4.5
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.4.4
Version: 3.4.5
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
- Refresh patches.drivers/input-Add-LED-support-to-Synaptics-device.
Fix a typo in the capability bit check (bnc#768506).
- commit 66cae25
-------------------------------------------------------------------
Tue Jul 17 11:19:19 CEST 2012 - jslaby@suse.cz
- Linux 3.4.5.
- Refresh patches.fixes/bridge-module-get-put.patch.
- Delete patches.fixes/acpi_quirk_cover_all_timer_overrides.patch.
- Delete
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch.
- Delete
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
- Delete
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded.
- Delete
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch.
- Delete patches.fixes/udf-Fortify-loading-of-sparing-table.patch.
- Delete
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch.
- commit 5bbda10
-------------------------------------------------------------------
Fri Jul 13 03:40:53 CEST 2012 - neilb@suse.de
- Update config files.
Update 'vanilla' configs for SUNRPC_DEBUG
- commit 7749430
-------------------------------------------------------------------
Fri Jul 13 02:12:27 CEST 2012 - neilb@suse.de
- Update config files.
Add new option SUNRPC_DEBUG. This functionality was previously
always on, and is needed by "rpcdebug" to enable tracing.
We often ask customers to enable this to analyse NFS issues.
- commit a0aa02e
-------------------------------------------------------------------
Thu Jul 12 11:57:18 CEST 2012 - agraf@suse.de
- ARM: Add PM support for OMAP4460 (fixes instability issues)
- commit 9149272
-------------------------------------------------------------------
Tue Jul 10 20:49:10 CEST 2012 - jeffm@suse.com
- Enable VMWGFX as module (bnc#769534).
This option affects GNOME performance in VMware virtual machines.
- commit 0998ae0
-------------------------------------------------------------------
Tue Jul 10 03:27:57 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typo
- commit 65dce23
-------------------------------------------------------------------
Tue Jul 10 03:11:17 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: Fix OMAP3
- commit 6df2baf
-------------------------------------------------------------------
Tue Jul 10 02:30:55 CEST 2012 - agraf@suse.de
- ARM: OMAP: Update config files: Enable status LED
- commit afc95c8
-------------------------------------------------------------------
Sat Jul 7 22:43:42 CEST 2012 - agraf@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.4
%define patchversion 3.4.5
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.4.4
Version: 3.4.5
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fdf4af038a16023573af4ac7c6623211c3c7c61062ceb1b531af263519c1e0a
size 93697
oid sha256:659615146b2b2844dd3c328923a87d171707f7052188e8c7598a9c94d607e9ef
size 110193

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d0ed21fe1e724d3d53fd57e667c23517c0dc820af772e1066894ba45f4e2fc9
size 9274
oid sha256:f6729ba28612b1998c4358dbb01ebfa54398a4f76ad223ba68a391340577665f
size 9271

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:084da723258d88aef20c3f3972a5aa9adf9df9385aa318c1e45896c904db8a12
size 25640
oid sha256:f1eefef8447f348161bf9fc9d04e997da4564f1fd62e995e00a68005d7ef24db
size 21271

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8485c13866e3013820ade9bebadd96cfab23d641dc8ac3c9c586d7facc8ad5c
size 85689
oid sha256:1fd0b6a436b162687cd6fa81bba56ce51e1f60a2c784ce058fa17304a94717f8
size 150915

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd3abc367fa0ca00b6c3f4c2302c5e5e48cceb067f4a2e80294da749db0f3c82
size 2090345
oid sha256:3df6f32d6961bfc69b49d476fa402e3d82418a38d2ef6efbd896da23da252ea1
size 2090328

View File

@ -31,6 +31,7 @@
patches.kernel.org/patch-3.4.1-2
patches.kernel.org/patch-3.4.2-3
patches.kernel.org/patch-3.4.3-4
patches.kernel.org/patch-3.4.4-5
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -173,6 +174,7 @@
patches.arch/ARM-CMA-0012-mm-trigger-page-reclaim-in-alloc_contig_range-to-sta.patch
patches.arch/ARM-CMA-0013-drivers-add-Contiguous-Memory-Allocator.patch
patches.arch/ARM-CMA-0015-ARM-integrate-CMA-with-DMA-mapping-subsystem.patch
patches.arch/arm-omap-fix-4460.patch
########################################################
# S/390
@ -195,7 +197,6 @@
patches.suse/readahead-request-tunables.patch
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch
########################################################
# IPC patches
@ -241,8 +242,6 @@
patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch
patches.fixes/acpi_quirk_cover_all_timer_overrides.patch
patches.fixes/fujitsu_amilo_v2030_timeroverride_quirk.patch
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch
@ -287,7 +286,6 @@
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfs-adaptive-readdir-plus
patches.fixes/nfs-connect-timeout
patches.fixes/nfs-force-the-legacy-idmapper-to-be-single-threaded
########################################################
# lockd + statd
@ -357,9 +355,6 @@
# other filesystem stuff
########################################################
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch
patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch
patches.fixes/udf-Fortify-loading-of-sparing-table.patch
########################################################
# Swap-over-NFS
@ -654,6 +649,7 @@
patches.xen/xen3-patch-3.2
patches.xen/xen3-patch-3.3
patches.xen/xen3-patch-3.4
patches.xen/xen3-patch-3.4.4-5
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.xen/xen3-stack-unwind

View File

@ -1,3 +1,3 @@
2012-07-09 08:48:00 +0200
GIT Revision: 02797bca59c59a0f8bb01e6cea8c6b4cc17da371
2012-07-18 11:09:22 +0200
GIT Revision: cf1edf7d1579d91d16076adb4fa0f0030fd90bd0
GIT Branch: stable