GIT Revision: b7328097256d0d6315194526ae4beae3fb7e2f7f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=71
This commit is contained in:
Michal Marek 2011-08-17 05:02:47 +00:00 committed by Git OBS Bridge
parent 2a91237c2c
commit 57874e663f
34 changed files with 725 additions and 51 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ce284c2e3793d72ebce143149579c442a61efd027ef4541c8f24e0c6622f6cc
size 230641
oid sha256:c7b141c8d7d523adbeebbb7926eba85c50699eb5a709202ade53e2a6015ae70c
size 230725

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 3.0.1)
# spec file for package kernel-debug (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 3.0.1)
# spec file for package kernel-default (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -888,6 +888,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 3.0.1)
# spec file for package kernel-desktop (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -908,6 +908,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 3.0.1)
# spec file for package kernel-docs (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,24 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 3.0.1)
# spec file for package kernel-ec2 (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 3.0.1)
# spec file for package kernel-pae (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -893,6 +893,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 3.0.1)
# spec file for package kernel-ppc64 (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -897,6 +897,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 3.0.1)
# spec file for package kernel-ps3 (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 3.0.1)
# spec file for package kernel-s390 (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 3.0.1)
# spec file for package kernel-source (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -255,6 +255,24 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 3.0.1)
# spec file for package kernel-syms (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 3.0.1)
# spec file for package kernel-trace (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -880,6 +880,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 3.0.1)
# spec file for package kernel-vanilla (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -876,6 +876,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Aug 16 08:51:40 CEST 2011 - jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
-------------------------------------------------------------------
Sun Aug 14 14:06:35 CEST 2011 - trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
-------------------------------------------------------------------
Sat Aug 13 02:31:53 CEST 2011 - gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
-------------------------------------------------------------------
Tue Aug 9 00:03:53 CEST 2011 - trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
-------------------------------------------------------------------
Fri Aug 5 22:05:41 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 3.0.1)
# spec file for package kernel-xen (Version 3.0.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.0
%define patchversion 3.0.1
%define patchversion 3.0.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.0.1
Version: 3.0.2
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 16 2011 jslaby@suse.cz
- Linux 3.0.2.
- Revert "xen: allow enable use of VGA console on dom0".
- commit 9caf7b1
* Sun Aug 14 2011 trenn@suse.de
- Properly destroy pmsr devices:
Refresh patches.xen/xen-x86-msr-on-pcpu.
- commit 934d81a
* Sat Aug 13 2011 gregkh@suse.de
- Update config files, enabling CONFIG_RT2800PCI as requested.
- commit b2f65f0
* Tue Aug 09 2011 trenn@suse.de
- Update config files:
bnc#674988, change:
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
for all flavors
- commit f1af972
* Fri Aug 05 2011 jslaby@suse.cz
- Linux 3.0.1.
- Refresh

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:732be25b7e9129414b9648884872d85d4245524bcf2f011f7caf56cb58ef9f51
size 36482
oid sha256:8d12ad7ad0d039edb3330f5a19e52332feab802571588ceb4461af1eddc3a6c6
size 86301

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b67bf699ffb69edcda7035138535b9d31fa6b4d307181c71ebe1c3d4e9ef4b47
size 126068
oid sha256:a01937ccfbcda642693d26648ecf4e8e002e0533d05047a34038682d3004514a
size 128206

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d74cf077581e7556c8588fd754ee4531a45d248aa6ef6fcd4fe1e886a8083dfd
size 2036025
oid sha256:8e7f6192d26113535551a515e82e2c9b6317b0f971eec8da609cdc897420e088
size 2035767

View File

@ -28,6 +28,7 @@
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.0.1
patches.kernel.org/patch-3.0.1-2
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -547,6 +548,7 @@
########################################################
# XEN architecture, version 3
########################################################
patches.suse/revert-xen-allow-enable-use-of-VGA-console-on-dom0.patch
# xen patches, from xenbits mercurial repository.
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg

View File

@ -1,3 +1,3 @@
2011-08-05 22:05:41 +0200
GIT Revision: 191d3dbd15aa8c06c1b5c9192193aa6b799b2f79
2011-08-16 17:58:13 +0200
GIT Revision: b7328097256d0d6315194526ae4beae3fb7e2f7f
GIT Branch: stable