GIT Revision: 9140f42a4faa4b74f62249c86b84608a5c0c7288
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6988
This commit is contained in:
parent
b1bccf1099
commit
5912801c3c
@ -12,8 +12,8 @@
|
||||
+i386 i386/desktop
|
||||
+i386 i386/pae
|
||||
+i386 -syms i386/debug
|
||||
+i386 i386/xen
|
||||
+i386 -syms i386/ec2
|
||||
#+i386 i386/xen
|
||||
#+i386 -syms i386/ec2
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/trace
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 -syms x86_64/ec2
|
||||
#+x86_64 x86_64/xen
|
||||
#+x86_64 -syms x86_64/ec2
|
||||
+x86_64 -syms x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
+x86_64 -syms x86_64/trace
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=2.6.39
|
||||
SRCVERSION=3.0-rc2
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5eab40cf2782ece46e8b7ca6c133d0888c87d3cc37ee5de5ea9d5e273048887c
|
||||
size 225324
|
||||
oid sha256:5dc5f5fb24a60338b1d68a233e3d49eb1579e140bc3968a5f8083e235496e042
|
||||
size 222706
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 2.6.39)
|
||||
# spec file for package kernel-debug (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -875,6 +875,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 2.6.39)
|
||||
# spec file for package kernel-default (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -888,6 +888,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 2.6.39)
|
||||
# spec file for package kernel-desktop (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -908,6 +908,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 2.6.39)
|
||||
# spec file for package kernel-docs (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,18 +17,18 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.39
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
@ -99,6 +99,30 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 2.6.39)
|
||||
# spec file for package kernel-pae (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -893,6 +893,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 2.6.39)
|
||||
# spec file for package kernel-ppc64 (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -897,6 +897,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 2.6.39)
|
||||
# spec file for package kernel-ps3 (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -878,6 +878,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 2.6.39)
|
||||
# spec file for package kernel-s390 (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -872,6 +872,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 2.6.39)
|
||||
# spec file for package kernel-source (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,11 +29,11 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
@ -255,6 +255,30 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 2.6.39)
|
||||
# spec file for package kernel-syms (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,9 +23,9 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
Release: %kernel_source_release
|
||||
@ -50,9 +50,6 @@ Requires: kernel-ppc64-devel = %version-%source_rel
|
||||
%ifarch s390
|
||||
Requires: kernel-s390-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-xen-devel = %version-%source_rel
|
||||
%endif
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
@ -81,6 +78,30 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 2.6.39)
|
||||
# spec file for package kernel-trace (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -880,6 +880,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 20:24:41 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 17:12:22 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de
|
||||
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:18:25 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 17:07:32 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 2.6.39)
|
||||
# spec file for package kernel-vanilla (Version 3.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.39
|
||||
%define patchversion 2.6.39
|
||||
%define srcversion 3.0-rc2
|
||||
%define patchversion 3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,11 +55,11 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.39
|
||||
Version: 3.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
Release: rc2.<RELEASE>
|
||||
%else
|
||||
Release: 0
|
||||
Release: rc2.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -876,6 +876,30 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- Delete patches.suse/file-capabilities-disable-by-default.diff.
|
||||
- commit 2694a88
|
||||
* Fri Jun 10 2011 jeffm@suse.com
|
||||
- x86: Remove warning and warning_symbol from struct
|
||||
stacktrace_ops.
|
||||
- Delete
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch.
|
||||
- commit 608ce9e
|
||||
* Fri Jun 10 2011 trenn@suse.de
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
|
||||
- commit 9f2e923
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Revert "Revert "- Updated to 3.0-rc1.""
|
||||
This reverts commit b2d9e72dc9cd8e62d49e0565babd76332f7c2114.
|
||||
Conflicts:
|
||||
rpm/config.sh
|
||||
series.conf
|
||||
- commit 408e273
|
||||
* Wed Jun 08 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc2.
|
||||
- commit b97d26c
|
||||
* Wed Jun 08 2011 trenn@suse.de
|
||||
- Update Suresh's version 2 of the patchseries:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
3
linux-3.0-rc2.tar.bz2
Normal file
3
linux-3.0-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:288db5dafd235e04ce4b1e6d9cdd78028f353e200a9ee5bc1ea82e62f0425ba2
|
||||
size 76595997
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efbc20ca3ba0c6e64fee92cf07a25cf92b50cba3ad8d2892f5a4bb702bf6706f
|
||||
size 61524
|
||||
oid sha256:44e4660ad324a536499ab22ea5e766210164e2b036766cd3e7c71a358c79b345
|
||||
size 61516
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:010058ba6f5db8708d75bd903138615017d2064859e99db47ad51772dbcbf8cf
|
||||
size 8277
|
||||
oid sha256:392fa6a8b8fb38c3fced975167c287679cc571b49da6924afb199d0e50e291ce
|
||||
size 8258
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:493ab92b01ae517e4bc3c52d14382e193981dae1eb66f89c3db0375ca4fbd784
|
||||
size 31752
|
||||
oid sha256:0c97afb251da73d759b86f1dda5b8a5b8813758febb6530ae4b14c8d39e1b58e
|
||||
size 28213
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c821a28748c127d952ac4a2cb7161ed46eca8712fabc70a21b62fd9abd4f79b8
|
||||
size 3369
|
||||
oid sha256:27649038297f97f3c2f1281b7aecdb0af0d0bcbc78241104b79623483ae29368
|
||||
size 2331
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54d0eb03031466038dd0a1ece75699ddea8857a6ee9e003456415f8c9da3ed0a
|
||||
size 193500
|
||||
oid sha256:e315be910fe9218725f65baf390acb3c3d47525457883737f909ddade7c08655
|
||||
size 194802
|
||||
|
236
series.conf
236
series.conf
@ -34,7 +34,6 @@
|
||||
# and patched flavors.
|
||||
########################################################
|
||||
patches.rpmify/qla4xx-missing-readq-definition
|
||||
patches.rpmify/kvm-fix-off-by-one-in-kvm_for_each_vcpu-iteration
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -53,7 +52,6 @@
|
||||
|
||||
patches.rpmify/rpm-kernel-config
|
||||
patches.rpmify/split-package
|
||||
patches.rpmify/buildhost
|
||||
patches.rpmify/cloneconfig.diff
|
||||
|
||||
########################################################
|
||||
@ -87,7 +85,6 @@
|
||||
########################################################
|
||||
# ia64
|
||||
########################################################
|
||||
patches.fixes/ia64-sparse-fixes.diff
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
@ -169,7 +166,6 @@
|
||||
patches.fixes/grab-swap-token-oops
|
||||
|
||||
patches.fixes/remount-no-shrink-dcache
|
||||
patches.suse/file-capabilities-disable-by-default.diff
|
||||
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
||||
@ -189,8 +185,6 @@
|
||||
patches.suse/connector-read-mostly
|
||||
patches.suse/kbd-ignore-gfx.patch
|
||||
|
||||
patches.fixes/scsi-aic94xx-world-writable-sysfs-update_bios-file
|
||||
|
||||
########################################################
|
||||
#
|
||||
# ACPI patches
|
||||
@ -300,6 +294,7 @@
|
||||
########################################################
|
||||
patches.suse/novfs-client-module
|
||||
patches.fixes/novfs-nwcapi.patch
|
||||
patches.suse/novfs-remove-bkl
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff: richacls
|
||||
@ -370,14 +365,11 @@
|
||||
patches.suse/scsi-error-test-unit-ready-timeout
|
||||
patches.fixes/scsi-scan-blist-update
|
||||
|
||||
patches.fixes/proc-scsi-scsi-fix.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-show-config.patch
|
||||
# bnc#362850
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
@ -431,7 +423,6 @@
|
||||
patches.suse/elousb-2.6.35-api-changes
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
||||
patches.fixes/hid-add-noget-quirk-for-symboltec.patch
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
@ -443,10 +434,7 @@
|
||||
########################################################
|
||||
patches.fixes/parport-mutex
|
||||
|
||||
# Allow setting maximum number of raw devices
|
||||
patches.suse/raw_device_max_minors_param.diff
|
||||
patches.suse/no-partition-scan
|
||||
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
@ -455,7 +443,6 @@
|
||||
########################################################
|
||||
# Suspend/Resume stuff
|
||||
########################################################
|
||||
patches.fixes/PM-Print-a-warning-if-firmware-is-requested-when-tas.patch
|
||||
|
||||
########################################################
|
||||
# device-mapper
|
||||
@ -467,6 +454,7 @@
|
||||
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
|
||||
patches.suse/dm-raid45-api-update-no-barriers
|
||||
patches.suse/dm-raid45-api-2.6.39
|
||||
patches.suse/dm-raid45-api-3.0
|
||||
patches.fixes/dm-mpath-reattach-dh
|
||||
patches.suse/dm-mpath-leastpending-path-update
|
||||
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
||||
@ -513,6 +501,7 @@
|
||||
########################################################
|
||||
patches.suse/crasher-26.diff
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
|
||||
@ -562,113 +551,114 @@
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
+xen_needs_update patches.xen/add-console-use-vt
|
||||
+xen_needs_update
|
||||
+xen_needs_update # split out patches
|
||||
+xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
|
||||
+xen_needs_update patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
|
||||
+xen_needs_update patches.xen/ipv6-no-autoconf
|
||||
+xen_needs_update patches.xen/pci-guestdev
|
||||
+xen_needs_update patches.xen/pci-reserve
|
||||
+xen_needs_update patches.xen/tmem
|
||||
+xen_needs_update
|
||||
+xen_needs_update # bulk stuff, new files for xen
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-arch.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # kconfig bits for xen
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # common code changes
|
||||
+xen_needs_update patches.xen/xen3-auto-common.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-i386.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # fixups due to upstream Xen parts
|
||||
+xen_needs_update patches.xen/xen3-fixup-xen
|
||||
+xen_needs_update
|
||||
+xen_needs_update # newer changeset backports
|
||||
+xen_needs_update
|
||||
+xen_needs_update # changes outside arch/{i386,x86_64}/xen
|
||||
+xen_needs_update patches.xen/xen3-fixup-kconfig
|
||||
+xen_needs_update patches.xen/xen3-fixup-common
|
||||
+xen_needs_update patches.xen/xen3-fixup-arch-x86
|
||||
+xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
|
||||
+xen_needs_update
|
||||
+xen_needs_update # ports of other patches
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.18
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.19
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.20
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.21
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.22
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.23
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.24
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.25
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.26
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.27
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.28
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.29
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.30
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.31
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.32
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.33
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.34
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.35
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.36
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.37
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.38
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.39
|
||||
+xen_needs_update patches.xen/xen3-stack-unwind
|
||||
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
|
||||
+xen_needs_update
|
||||
+xen_needs_update # bugfixes and enhancements
|
||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
||||
+xen_needs_update patches.xen/xen-blkback-bimodal-suse
|
||||
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+xen_needs_update patches.xen/xen-blkback-cdrom
|
||||
+xen_needs_update patches.xen/xen-blktap-modular
|
||||
+xen_needs_update patches.xen/xen-blktap-write-barriers
|
||||
+xen_needs_update patches.xen/xen-blktap2-use-after-free
|
||||
+xen_needs_update patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+xen_needs_update patches.xen/xen-op-packet
|
||||
+xen_needs_update patches.xen/xen-blkfront-cdrom
|
||||
+xen_needs_update patches.xen/xen-kconfig-compat
|
||||
+xen_needs_update patches.xen/xen-cpufreq-report
|
||||
+xen_needs_update patches.xen/xen-sys-suspend
|
||||
+xen_needs_update patches.xen/xen-ipi-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-virq-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-clockevents
|
||||
+xen_needs_update patches.xen/xen-spinlock-poll-early
|
||||
+xen_needs_update patches.xen/xen-pcpu-hotplug
|
||||
+xen_needs_update patches.xen/xen-mem-hotplug
|
||||
+xen_needs_update patches.xen/xen-swiotlb-heuristics
|
||||
+xen_needs_update patches.xen/xen-configurable-guest-devices
|
||||
+xen_needs_update patches.xen/xen-netback-nr-irqs
|
||||
+xen_needs_update patches.xen/xen-netback-notify-multi
|
||||
+xen_needs_update patches.xen/xen-netback-generalize
|
||||
+xen_needs_update patches.xen/xen-netback-multiple-tasklets
|
||||
+xen_needs_update patches.xen/xen-netback-kernel-threads
|
||||
+xen_needs_update patches.xen/xen-cxgb3
|
||||
+xen_needs_update patches.xen/xen-dcdbas
|
||||
+xen_needs_update patches.xen/xen-floppy
|
||||
+xen_needs_update patches.xen/xen-sections
|
||||
+xen_needs_update patches.xen/xen-kzalloc
|
||||
+xen_needs_update patches.xen/xen-unpriv-build
|
||||
+xen_needs_update patches.xen/xen-setup-gsi
|
||||
+xen_needs_update patches.xen/xen-sfc-netfront-gcc46
|
||||
+xen_needs_update patches.xen/xen-x86-panic-no-reboot
|
||||
+xen_needs_update patches.xen/xen-x86-dcr-fallback
|
||||
+xen_needs_update patches.xen/xen-x86-no-lapic
|
||||
+xen_needs_update patches.xen/xen-x86-pmd-handling
|
||||
+xen_needs_update patches.xen/xen-x86-bigmem
|
||||
+xen_needs_update patches.xen/xen-x86-exit-mmap
|
||||
+xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+xen_needs_update patches.xen/xen-x86-msr-on-pcpu
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-pin
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
|
||||
+xen_needs_update patches.xen/xen-x86_64-note-init-p2m
|
||||
+xen_needs_update patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
||||
# split out patches
|
||||
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
|
||||
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
patches.xen/tmem
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-bimodal-suse
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-use-after-free
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-kconfig-compat
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu-hotplug
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-floppy
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-kzalloc
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-sfc-netfront-gcc46
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-msr-on-pcpu
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-06-08 10:40:09 +0200
|
||||
GIT Revision: 4ef8999df586289544cf1b49006979f9d225c489
|
||||
2011-06-10 20:25:16 +0200
|
||||
GIT Revision: 9140f42a4faa4b74f62249c86b84608a5c0c7288
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user