GIT Revision: 1fb7ef56d308dd28c32b7b96c2670c676f14204b
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=75
This commit is contained in:
parent
77d1fdc3c5
commit
d9e00dcde1
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 3.0.3)
|
||||
# spec file for package kernel-debug (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%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.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 3.0.3)
|
||||
# spec file for package kernel-default (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -888,6 +888,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 3.0.3)
|
||||
# spec file for package kernel-desktop (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -908,6 +908,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 3.0.3)
|
||||
# spec file for package kernel-docs (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ec2 (Version 3.0.3)
|
||||
# spec file for package kernel-ec2 (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 3.0.3)
|
||||
# spec file for package kernel-pae (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -893,6 +893,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 3.0.3)
|
||||
# spec file for package kernel-ppc64 (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -897,6 +897,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 3.0.3)
|
||||
# spec file for package kernel-ps3 (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 3.0.3)
|
||||
# spec file for package kernel-s390 (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 3.0.3)
|
||||
# spec file for package kernel-source (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -255,6 +255,17 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 3.0.3)
|
||||
# spec file for package kernel-syms (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -81,6 +81,17 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 3.0.3)
|
||||
# spec file for package kernel-trace (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%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.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -880,6 +880,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 3.0.3)
|
||||
# spec file for package kernel-vanilla (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%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.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -876,6 +876,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-xen (Version 3.0.3)
|
||||
# spec file for package kernel-xen (Version 3.0.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0
|
||||
%define patchversion 3.0.3
|
||||
%define patchversion 3.0.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,17 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 jslaby@suse.cz
|
||||
- Linux 3.0.4.
|
||||
- Refresh patches.arch/reorganize_stop_cpus.patch.
|
||||
- x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
||||
(bnc#697859).
|
||||
- Delete patches.arch/mtrr_stop_machine_quick_fix.patch.
|
||||
- stop_machine: implement stop_machine_from_inactive_cpu().
|
||||
- Delete
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch.
|
||||
- Delete patches.arch/kill-__stop_machine.patch.
|
||||
- commit 1fb7ef5
|
||||
* Tue Aug 30 2011 gregkh@suse.de
|
||||
- supported.conf: xhci-hcd not xhci. Also move it to +base so you can boot
|
||||
off of USB3 devices.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2fb13efdfa1ebefcbb6302aaa0bf210c0c5598b045c6207f757559575becb16
|
||||
size 67756
|
||||
oid sha256:3a020f1a68aca2a608873468bf6a486fcf975cec6fcd0c204436dce13e2d1651
|
||||
size 66633
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c04ca77558add67420db327f5b300f380a87e6334a12f345576c7dd52e7b72
|
||||
size 92330
|
||||
oid sha256:e3b89bc7eb5db7d41516ed9522e4ea8987c99d894d577aa03696eb48948b25d8
|
||||
size 103492
|
||||
|
@ -30,6 +30,7 @@
|
||||
patches.kernel.org/patch-3.0.1
|
||||
patches.kernel.org/patch-3.0.1-2
|
||||
patches.kernel.org/patch-3.0.2-3
|
||||
patches.kernel.org/patch-3.0.3-4
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -113,10 +114,8 @@
|
||||
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
||||
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||
|
||||
patches.arch/mtrr_stop_machine_quick_fix.patch
|
||||
patches.arch/kill-__stop_machine.patch
|
||||
patches.arch/reorganize_stop_cpus.patch
|
||||
patches.arch/implement_stop_machine_from_offline_cpu.patch
|
||||
patches.arch/implement-stop_machine_from_inactive_cpu.patch
|
||||
patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
|
||||
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-08-30 06:31:26 +0200
|
||||
GIT Revision: 66f95ada7890bc793cea0f73ae9126741f419bfc
|
||||
2011-08-30 09:13:05 +0200
|
||||
GIT Revision: 1fb7ef56d308dd28c32b7b96c2670c676f14204b
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user