GIT Revision: 9ff034b8896f228a767de9462b58e74528a86e5e

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=28
This commit is contained in:
Michal Marek 2011-03-09 06:02:41 +00:00 committed by Git OBS Bridge
parent c65b410c32
commit c8e13f365d
39 changed files with 1280 additions and 62 deletions

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.37.2)
# spec file for package kernel-debug (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -865,6 +865,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.37.2)
# spec file for package kernel-default (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.37.2)
# spec file for package kernel-desktop (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -898,6 +898,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.37.2)
# spec file for package kernel-docs (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,35 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.37.2)
# spec file for package kernel-ec2 (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.37.2)
# spec file for package kernel-net (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -865,6 +865,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.37.2)
# spec file for package kernel-pae (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -883,6 +883,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.37.2)
# spec file for package kernel-ppc64 (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -887,6 +887,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.37.2)
# spec file for package kernel-ps3 (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.37.2)
# spec file for package kernel-s390 (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -862,6 +862,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.37.2)
# spec file for package kernel-source (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,35 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.37.2)
# spec file for package kernel-syms (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,35 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.37.2)
# spec file for package kernel-trace (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -870,6 +870,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.37.2)
# spec file for package kernel-vanilla (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -866,6 +866,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vmi (Version 2.6.37.2)
# spec file for package kernel-vmi (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -862,6 +862,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
-------------------------------------------------------------------
Fri Mar 4 14:26:53 CET 2011 - jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
-------------------------------------------------------------------
Wed Mar 2 01:08:01 CET 2011 - bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
-------------------------------------------------------------------
Tue Mar 1 12:53:23 CET 2011 - knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
-------------------------------------------------------------------
Mon Feb 28 15:47:23 CET 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
-------------------------------------------------------------------
Sun Feb 27 22:45:49 CET 2011 - jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
-------------------------------------------------------------------
Fri Feb 25 19:59:41 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.37.2)
# spec file for package kernel-xen (Version 2.6.37.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.2
%define patchversion 2.6.37.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.37.2
Version: 2.6.37.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,35 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:
- patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect.
- patches.drivers/e1000e-82579-PHY-incorrectly-identified-during-init.patch.
- patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch.
- patches.fixes/loop-over-loop-hang-fix.patch.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit dca38e6
* Fri Mar 04 2011 jack@suse.cz
- debugfs: Fix filesystem reference counting on debugfs_remove()
failure (bnc#668101).
- commit 9166129
* Wed Mar 02 2011 bphilips@suse.de
- e1000e: 82579 PHY incorrectly identified during init
(bnc#668437).
- commit 8e49073
* Tue Mar 01 2011 knikanth@suse.de
- block: kill loop_mutex (bnc#669394).
- commit e8a3617
* Mon Feb 28 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Add annotations to
lib/rwsem_64.S.
- commit a1349cb
* Sun Feb 27 2011 jslaby@suse.cz
- iwlwifi: fix ack health for WiFi/BT combo devices (bnc#662733).
- iwlwifi: cleanup iwl_good_ack_health (bnc#662733).
- commit 655657f
* Fri Feb 25 2011 jslaby@suse.cz
- Update to 2.6.37.2 (bnc#674245):
- obsoletes:

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be4cdabcb776a5a5a8ee4964e8b75fccbf5783e945bf70fcf7e58f1a6da683ab
size 83067
oid sha256:9efd8e2352ca9f515bb8ce2c27af5e0a078f4ec6fe72196c7d2c1be9dbf2409d
size 83014

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10929222b95cc75d130e30de1e19d4c37672297a383fadc04694a53b78b20917
size 133319
oid sha256:c0aa9d95c041aa2c92fc42e0f597b536dd1664b036b50e61895d1060f1de49fa
size 133494

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69a4797bae84d2578587e14c798163fcf7629f572671349279e9528c77c57258
size 87780
oid sha256:d703e4075514f0833020ddd90f585bdccebac5b985f67e4bab00fe72078eec22
size 88111

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a10314633060daa2448c51810e181cd654943b754bafe628e6ebba65bec6ae4
size 111412
oid sha256:a0c57940108350445fa44151d099ba3e1d55a44c8f069a0fc319894de6e33784
size 135840

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c35b8a41b8d0fea9ae52720a3512a669a12a6b6fb84ce8f249421fff89d7773d
size 1981818
oid sha256:09f55d46cd9f07d1a6e3a7f4015e10bd4a48af8b37397afc4ec0fb8a42c43935
size 1981492

View File

@ -29,6 +29,7 @@
########################################################
patches.kernel.org/patch-2.6.37.1
patches.kernel.org/patch-2.6.37.1-2
patches.kernel.org/patch-2.6.37.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -269,8 +270,6 @@
patches.fixes/PNP-ACPI-Use-DEVICE_ACPI_HANDLE-for-device-ACPI-handle-access.patch
patches.arch/acpi-debugfs-fix-buffer-overflows-double-free.patch
########################################################
# CPUFREQ
########################################################
@ -412,6 +411,8 @@
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.fixes/debugfs_remove_corruption.diff
########################################################
# Swap-over-NFS
########################################################
@ -542,6 +543,8 @@
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/orinoco-allow-IW_AUTH_MFP-to-pass-through.patch
patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch
patches.drivers/iwl-cleanup-iwl_good_ack_health.patch
patches.drivers/iwl-fix-ack-health-for-WiFi-BT-combo-devices.patch
########################################################
# ISDN
@ -586,7 +589,6 @@
# Sound
##########################################################
patches.drivers/alsa-hda-0003-Add-Lenovo-vendor-quirk-for-Conexant-205xx
patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect
########################################################
# Other driver fixes

View File

@ -1,3 +1,3 @@
2011-02-25 22:30:06 +0100
GIT Revision: a5af40c566f2b305e14890770f750d198c121031
2011-03-08 11:07:36 +0100
GIT Revision: 9ff034b8896f228a767de9462b58e74528a86e5e
GIT Branch: stable