commit 473afcead04f977023bcdde5695933f9f880d467

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7429
This commit is contained in:
Michal Marek 2013-01-04 07:12:27 +00:00 committed by Git OBS Bridge
parent 83fb0da0d0
commit 0a018ca183
32 changed files with 488 additions and 241 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop +i386 i386/desktop
+i386 i386/pae +i386 i386/pae
+i386 -syms i386/debug +i386 -syms i386/debug
+i386 i386/xen #+i386 i386/xen
+i386 -syms i386/ec2 #+i386 -syms i386/ec2
+i386 i386/vanilla +i386 i386/vanilla
+i386 -syms i386/trace +i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 x86_64/desktop +x86_64 x86_64/desktop
+x86_64 x86_64/xen #+x86_64 x86_64/xen
+x86_64 -syms x86_64/ec2 #+x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug +x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace +x86_64 -syms x86_64/trace
@ -38,15 +38,15 @@
+ppc64 ppc64/vanilla +ppc64 ppc64/vanilla
# ARM architectures # ARM architectures
+armv5tel armv5tel/versatile #+armv5tel armv5tel/versatile
+armv7hl armv7hl/default #+armv7hl armv7hl/default
+armv7hl armv7hl/imx51 #+armv7hl armv7hl/imx51
+armv7hl armv7hl/omap2plus #+armv7hl armv7hl/omap2plus
+armv7hl armv7hl/tegra #+armv7hl armv7hl/tegra
+armv7hl armv7hl/u8500 #+armv7hl armv7hl/u8500
+armv7hl armv7hl/cubox #+armv7hl armv7hl/cubox
+armv7hl armv7hl/exynos #+armv7hl armv7hl/exynos
+armv7hl armv7hl/highbank #+armv7hl armv7hl/highbank
+s390 s390/s390 +s390 s390/s390
+s390 -syms s390/trace +s390 -syms s390/trace

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use # The version of the main tarball to use
SRCVERSION=3.7 SRCVERSION=3.8-rc2
# variant of the kernel-source package, either empty or "-rt" # variant of the kernel-source package, either empty or "-rt"
VARIANT= VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a7c5464fe5f334d822ca2c89bcc5f536261a981293b7aad25f32737aede84c97 oid sha256:07639546ce789569bf962e3db605fd42c057649ad3fb10beb97b10b086e81721
size 309752 size 228281

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-debug # spec file for package kernel-debug
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-kdump
Obsoletes: kernel-kdump Obsoletes: kernel-kdump
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-default # spec file for package kernel-default
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -155,7 +155,7 @@ Provides: smp kernel-smp
Obsoletes: smp kernel-smp Obsoletes: smp kernel-smp
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh
@ -215,7 +215,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7hl %ix86 ia64 ppc ppc64 s390x x86_64 ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-desktop # spec file for package kernel-desktop
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-docs # spec file for package kernel-docs
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
# norootforbuild # norootforbuild
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-pae # spec file for package kernel-pae
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-bigsmp
Obsoletes: kernel-bigsmp Obsoletes: kernel-bigsmp
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-s390 # spec file for package kernel-s390
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -139,7 +139,7 @@ Provides: kernel-32bit
Obsoletes: kernel-32bit Obsoletes: kernel-32bit
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-source # spec file for package kernel-source
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,8 +18,8 @@
# norootforbuild # norootforbuild
# icecream 0 # icecream 0
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: Development/Sources Group: Development/Sources
@ -41,7 +41,7 @@ Requires(post): coreutils sed
Provides: multiversion(kernel) Provides: multiversion(kernel)
Provides: linux Provides: linux
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-syms # spec file for package kernel-syms
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.7.1 Version: 3.8.rc2
%if %using_buildservice %if %using_buildservice
Release: 0 Release: 0
%else %else
@ -35,51 +35,24 @@ Group: Development/Sources
Url: http://www.kernel.org/ Url: http://www.kernel.org/
AutoReqProv: off AutoReqProv: off
BuildRequires: coreutils BuildRequires: coreutils
%ifarch armv7hl %ifarch %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel Requires: kernel-default-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
Requires: kernel-desktop-devel = %version-%source_rel Requires: kernel-desktop-devel = %version-%source_rel
%endif %endif
%ifarch armv7hl
Requires: kernel-exynos-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-highbank-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-imx51-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-omap2plus-devel = %version-%source_rel
%endif
%ifarch %ix86 %ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel Requires: kernel-pae-devel = %version-%source_rel
%endif %endif
%ifarch s390 %ifarch s390
Requires: kernel-s390-devel = %version-%source_rel Requires: kernel-s390-devel = %version-%source_rel
%endif %endif
%ifarch armv7hl
Requires: kernel-tegra-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-u8500-devel = %version-%source_rel
%endif
%ifarch armv5tel
Requires: kernel-versatile-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Provides: multiversion(kernel) Provides: multiversion(kernel)
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64 ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
Prefix: /usr/src Prefix: /usr/src
%description %description

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-trace # spec file for package kernel-trace
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -147,7 +147,7 @@ Provides: kernel-64bit
Obsoletes: kernel-64bit Obsoletes: kernel-64bit
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 3 23:27:57 CET 2013 - jeffm@suse.com
- staging/sb105x: remove asm/segment.h dependency.
- commit 473afce
-------------------------------------------------------------------
Thu Jan 3 20:02:00 CET 2013 - jeffm@suse.com
- config: Update vanilla configs.
- commit 0d2a457
-------------------------------------------------------------------
Thu Jan 3 19:39:22 CET 2013 - jeffm@suse.com
- Updated to 3.8-rc2.
- commit 79d206a
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
@ -5,6 +23,16 @@ Thu Dec 27 10:07:57 CET 2012 - jslaby@suse.cz
op v3 (bnc#795963). op v3 (bnc#795963).
- commit db55aa9 - commit db55aa9
-------------------------------------------------------------------
Tue Dec 25 01:57:16 CET 2012 - jeffm@suse.com
- Updated to 3.8-rc1.
- Eliminated 13 patches.
- Xen is disabled.
- ARM configs need updating.
- ext4 richacls are disabled until the upstream index can be reserved.
- commit a952042
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com Tue Dec 18 16:39:47 CET 2012 - jbeulich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kernel-vanilla # spec file for package kernel-vanilla
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.7 %define srcversion 3.8-rc2
%define patchversion 3.7.1 %define patchversion 3.8.0-rc2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.7.1 Version: 3.8.rc2
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
@ -143,7 +143,7 @@ Provides: kernel-64bit
Obsoletes: kernel-64bit Obsoletes: kernel-64bit
%endif %endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
Source3: kernel-source.rpmlintrc Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh Source8: devel-pre.sh

3
linux-3.8-rc2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bec062d2d916d24affb6dc272485f1c2cb6a32eef1c50f590149deb884bae082
size 84573486

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bfceb66e488ba73bb836005dbddc634c86cf6106b53a9d729c5cc9a04dbf8895 oid sha256:3f74733e7ce938bdd05966b721da0105e7f294e0a32ae53fe38d861769eeedc5
size 84743 size 77521

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bb5294d2af909da029ea2c6e22d2c0843ce446ce32049d9c9726f6d7ef3b41d4 oid sha256:55522815dac80840ab995b78f5663981158b17eafe1299cd01666b175ee6d83a
size 7192 size 7181

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:31c4485cd1020fb5342acf8beb4c09cd155a4fdb9fd6c11a9fa72b30719f7ff8 oid sha256:e8d79e5e975b4e059fd325c56b9c582903254deaccbf363405ad44742cf55af4
size 21997 size 20752

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0f00a7653c6e60730ba9fa888494e66969a5ce5eb5167897872c837dea215090 oid sha256:fa15bdd1d883b70fce4e346678c12a86e5868a79a33eb72e713271af94981d45
size 5168 size 5447

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ac67fb3ad89b2d951d79ce839f265700987fb77e7ec692b800e3a1127c34f05f oid sha256:9f481011717838c9c63b775698b962de93305827b1ed9ec4a86610518736121a
size 166020 size 159135

View File

@ -27,7 +27,6 @@
# DO NOT MODIFY THEM! # DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem... # Send separate patches upstream if you find a problem...
######################################################## ########################################################
patches.kernel.org/patch-3.7.1
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -39,6 +38,7 @@
patches.rpmify/pti-depends-on-x86-pci patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/geode-depends-on-x86_32 patches.rpmify/geode-depends-on-x86_32
patches.rpmify/chipidea-clean-up-dependencies patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/sb105x-remove-asm-segment-h-dependency
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -200,14 +200,6 @@
# Queued for 2.6.36 -> just revert after some time # Queued for 2.6.36 -> just revert after some time
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
patches.arch/001-acpi_initrd_override_tables.patch
patches.arch/002-acpi_initrd_override_tables.patch
patches.arch/003-acpi_initrd_override_tables.patch
patches.arch/004-acpi_initrd_override_tables.patch
patches.arch/005-acpi_initrd_override_tables.patch
patches.arch/006-acpi_initrd_override_tables.patch
patches.arch/007-acpi_initrd_override_tables.patch
patches.arch/008-acpi_initrd_override_tables.patch
patches.arch/009-acpi_initrd_override_tables.patch patches.arch/009-acpi_initrd_override_tables.patch
patches.arch/010-acpi_initrd_override_tables.patch patches.arch/010-acpi_initrd_override_tables.patch
@ -215,7 +207,7 @@
# CPUFREQ # CPUFREQ
######################################################## ########################################################
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch +trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
## cpuidle perf events cleanups and related ## cpuidle perf events cleanups and related
patches.arch/perf_timechart_fix_zero_timestamps.patch patches.arch/perf_timechart_fix_zero_timestamps.patch
@ -228,8 +220,6 @@
######################################################## ########################################################
# Suse specific stuff # Suse specific stuff
######################################################## ########################################################
patches.suse/suse-hv-fate314663-0001-mm-Export-a-function-to-get-vm-committed-memory.patch
patches.suse/suse-hv-fate314663-0002-Drivers-hv-Add-Hyper-V-balloon-driver.patch
patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch
patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch
patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch
@ -260,7 +250,6 @@
patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch
patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch
patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
######################################################## ########################################################
# Networking, IPv6 # Networking, IPv6
@ -336,7 +325,10 @@
patches.suse/0012-richacl-Automatic-Inheritance.patch patches.suse/0012-richacl-Automatic-Inheritance.patch
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
patches.suse/0014-richacl-xattr-mapping-functions.patch patches.suse/0014-richacl-xattr-mapping-functions.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
# The RICHACL name index was used for system xattrs. This needs
# to be sorted out upstream.
+jeffm patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
######################################################## ########################################################
# other filesystem stuff # other filesystem stuff
@ -406,7 +398,6 @@
######################################################## ########################################################
# DRM/Video # DRM/Video
######################################################## ########################################################
patches.fixes/drm-i915-TLB-invalidation-with-MI_FLUSH_DW-requires-.patch
######################################################## ########################################################
# video4linux # video4linux
@ -584,124 +575,124 @@
# on top of them instead. This reduces workload when # on top of them instead. This reduces workload when
# re-basing to a newer xen tree. # re-basing to a newer xen tree.
# #
# split out patches +xen_needs_update # split out patches
patches.xen/kexec-move-segment-code-i386.patch +xen_needs_update patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch +xen_needs_update patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf +xen_needs_update patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev +xen_needs_update patches.xen/pci-guestdev
patches.xen/pci-reserve +xen_needs_update patches.xen/pci-reserve
+xen_needs_update
# bulk stuff, new files for xen +xen_needs_update # bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff +xen_needs_update patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff +xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff +xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff +xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
+xen_needs_update
# kconfig bits for xen +xen_needs_update # kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff +xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
+xen_needs_update
# common code changes +xen_needs_update # common code changes
patches.xen/xen3-auto-common.diff +xen_needs_update patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff +xen_needs_update patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff +xen_needs_update patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff +xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
+xen_needs_update
# fixups due to upstream Xen parts +xen_needs_update # fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen +xen_needs_update patches.xen/xen3-fixup-xen
+xen_needs_update
# newer changeset backports +xen_needs_update # newer changeset backports
+xen_needs_update
# changes outside arch/{i386,x86_64}/xen +xen_needs_update # changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig +xen_needs_update patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common +xen_needs_update patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86 +xen_needs_update patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops +xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
+xen_needs_update
# ports of upstream patches +xen_needs_update # ports of upstream patches
patches.xen/xen3-patch-2.6.18 +xen_needs_update patches.xen/xen3-patch-2.6.18
patches.xen/xen3-patch-2.6.19 +xen_needs_update patches.xen/xen3-patch-2.6.19
patches.xen/xen3-patch-2.6.20 +xen_needs_update patches.xen/xen3-patch-2.6.20
patches.xen/xen3-patch-2.6.21 +xen_needs_update patches.xen/xen3-patch-2.6.21
patches.xen/xen3-patch-2.6.22 +xen_needs_update patches.xen/xen3-patch-2.6.22
patches.xen/xen3-patch-2.6.23 +xen_needs_update patches.xen/xen3-patch-2.6.23
patches.xen/xen3-patch-2.6.24 +xen_needs_update patches.xen/xen3-patch-2.6.24
patches.xen/xen3-patch-2.6.25 +xen_needs_update patches.xen/xen3-patch-2.6.25
patches.xen/xen3-patch-2.6.26 +xen_needs_update patches.xen/xen3-patch-2.6.26
patches.xen/xen3-patch-2.6.27 +xen_needs_update patches.xen/xen3-patch-2.6.27
patches.xen/xen3-patch-2.6.28 +xen_needs_update patches.xen/xen3-patch-2.6.28
patches.xen/xen3-patch-2.6.29 +xen_needs_update patches.xen/xen3-patch-2.6.29
patches.xen/xen3-patch-2.6.30 +xen_needs_update patches.xen/xen3-patch-2.6.30
patches.xen/xen3-patch-2.6.31 +xen_needs_update patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32 +xen_needs_update patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33 +xen_needs_update patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34 +xen_needs_update patches.xen/xen3-patch-2.6.34
patches.xen/xen3-patch-2.6.35 +xen_needs_update patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36 +xen_needs_update patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37 +xen_needs_update patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38 +xen_needs_update patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39 +xen_needs_update patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0 +xen_needs_update patches.xen/xen3-patch-3.0
patches.xen/xen3-patch-3.1 +xen_needs_update patches.xen/xen3-patch-3.1
patches.xen/xen3-patch-3.2 +xen_needs_update patches.xen/xen3-patch-3.2
patches.xen/xen3-patch-3.3 +xen_needs_update patches.xen/xen3-patch-3.3
patches.xen/xen3-patch-3.4 +xen_needs_update patches.xen/xen3-patch-3.4
patches.xen/xen3-patch-3.5 +xen_needs_update patches.xen/xen3-patch-3.5
patches.xen/xen3-patch-3.6 +xen_needs_update patches.xen/xen3-patch-3.6
patches.xen/xen3-patch-3.7 +xen_needs_update patches.xen/xen3-patch-3.7
+xen_needs_update
# ports of other patches +xen_needs_update # ports of other patches
patches.xen/xen3-003-acpi_initrd_override_tables.patch +xen_needs_update patches.xen/xen3-003-acpi_initrd_override_tables.patch
patches.xen/xen3-007-acpi_initrd_override_tables.patch +xen_needs_update patches.xen/xen3-007-acpi_initrd_override_tables.patch
patches.xen/xen3-010-acpi_initrd_override_tables.patch +xen_needs_update patches.xen/xen3-010-acpi_initrd_override_tables.patch
patches.xen/xen3-stack-unwind +xen_needs_update patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations +xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
+xen_needs_update
# bugfixes and enhancements +xen_needs_update # bugfixes and enhancements
patches.xen/xen-sys-suspend +xen_needs_update patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq +xen_needs_update patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq +xen_needs_update patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents +xen_needs_update patches.xen/xen-clockevents
patches.xen/xen-spinlock-poll-early +xen_needs_update patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu-hotplug +xen_needs_update patches.xen/xen-pcpu-hotplug
patches.xen/xen-pcpu-hotplug-kexec +xen_needs_update patches.xen/xen-pcpu-hotplug-kexec
patches.xen/xen-mem-hotplug +xen_needs_update patches.xen/xen-mem-hotplug
patches.xen/xen-swiotlb-heuristics +xen_needs_update patches.xen/xen-swiotlb-heuristics
patches.xen/xen-configurable-guest-devices +xen_needs_update patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi +xen_needs_update patches.xen/xen-setup-gsi
patches.xen/xen-sections +xen_needs_update patches.xen/xen-sections
patches.xen/xen-unpriv-build +xen_needs_update patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report +xen_needs_update patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring +xen_needs_update patches.xen/xen-multi-page-ring
patches.xen/xen-balloon-max-target +xen_needs_update patches.xen/xen-balloon-max-target
patches.xen/xen-blkback-multi-page-ring +xen_needs_update patches.xen/xen-blkback-multi-page-ring
patches.xen/xen-blkback-cdrom +xen_needs_update patches.xen/xen-blkback-cdrom
patches.xen/xen-blkif-protocol-fallback-hack +xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkfront-multi-page-ring +xen_needs_update patches.xen/xen-blkfront-multi-page-ring
patches.xen/xen-blkif-op-packet +xen_needs_update patches.xen/xen-blkif-op-packet
patches.xen/xen-blkfront-cdrom +xen_needs_update patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom +xen_needs_update patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-blktap-modular +xen_needs_update patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers +xen_needs_update patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs +xen_needs_update patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-netback-nr-irqs +xen_needs_update patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi +xen_needs_update patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize +xen_needs_update patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets +xen_needs_update patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads +xen_needs_update patches.xen/xen-netback-kernel-threads
patches.xen/xen-cxgb3 +xen_needs_update patches.xen/xen-cxgb3
patches.xen/xen-dcdbas +xen_needs_update patches.xen/xen-dcdbas
patches.xen/xen-x86-panic-no-reboot +xen_needs_update patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback +xen_needs_update patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic +xen_needs_update patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling +xen_needs_update patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem +xen_needs_update patches.xen/xen-x86-bigmem
patches.xen/xen-x86-exit-mmap +xen_needs_update patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info +xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-pcpu +xen_needs_update patches.xen/xen-x86-pcpu
patches.xen/xen-x86-EFI +xen_needs_update patches.xen/xen-x86-EFI
patches.xen/xen-x86-bzImage +xen_needs_update patches.xen/xen-x86-bzImage
patches.xen/xen-x86_64-pgd-pin +xen_needs_update patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order +xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt +xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m +xen_needs_update patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd +xen_needs_update patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2012-12-27 10:07:57 +0100 2013-01-03 23:27:57 +0100
GIT Revision: db55aa9f84607c47554e9a1a4dd5c2d943fecf98 GIT Revision: 473afcead04f977023bcdde5695933f9f880d467
GIT Branch: master GIT Branch: master