forked from pool/kernel-source
GIT Revision: fd3673ff89212a62e0efb2e70c43a75eef444698
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7200
This commit is contained in:
parent
95db8f0f10
commit
0b1361ef6e
@ -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=3.2
|
||||
SRCVERSION=3.3-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:818a3868db79841d62ae7f920bfb5a49a358e9bf5f57704f0efffcbf58c811e0
|
||||
size 275221
|
||||
oid sha256:04198ba246080e098e6c02a76d7b14868f4f73d06a75a2441c3989b422d95ebc
|
||||
size 244793
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -135,7 +135,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -151,7 +151,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.2.0
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -135,7 +135,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -135,7 +135,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
@ -62,9 +62,6 @@ Requires: kernel-tegra-devel = %version-%source_rel
|
||||
%ifarch armv7l
|
||||
Requires: kernel-u8500-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
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:28:41 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit fd3673f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 18:12:40 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-rc2.
|
||||
- Eliminated 5 patches.
|
||||
- Xen is disabled.
|
||||
- commit d017ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.2
|
||||
%define patchversion 3.2.0
|
||||
%define srcversion 3.3-rc2
|
||||
%define patchversion 3.3.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.2.0
|
||||
Version: 3.3.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%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
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.3-rc2.tar.bz2
Normal file
3
linux-3.3-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac8343138b59fc86aefa59171db0132c54c7083b41c27480ce443f3ceb7cadd4
|
||||
size 79256692
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb20e24fecc59b59625d7a0f3368eb2898218a2cc9bd49917995dd5f01263d34
|
||||
size 71230
|
||||
oid sha256:1c912ef8219ca1cfb1c30fa50ce8fe9e84b51266ea4bcfc81c1f7039f2aced51
|
||||
size 69902
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bb869150b7224259f535180aae2658da2c78c9dd4e271711001385775151202
|
||||
size 8085
|
||||
oid sha256:ef82ca2f89bfb9c126992981e2978ca471378df80ae4889096ca5e73dfc7a972
|
||||
size 8101
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:203830eaa3fc66ff38162acc651fabea17982eb57efe722d619708069669dc12
|
||||
size 23488
|
||||
oid sha256:1fbfb3ed778e918181085225ec2854eb94e09cbd28bee49a5137fa1ad1a5dce7
|
||||
size 21078
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d963a621f7f935491dea259476efeb2d181af81fc5d48290d1909c96586ff9
|
||||
size 126370
|
||||
oid sha256:ba05027d81cc21777ed404098769b9e5a65fed596053e43eed65a24843833242
|
||||
size 126634
|
||||
|
241
series.conf
241
series.conf
@ -177,7 +177,6 @@
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
patches.fixes/proc-mem-security-fix
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
@ -210,9 +209,6 @@
|
||||
# for example SLE11 specific BIOS updates (if there is no other
|
||||
# way to safely solve an ACPI issue).
|
||||
+trenn patches.suse/acpi_osi_sle11_ident.patch
|
||||
patches.arch/acpi_srat-pxm-rev-store.patch
|
||||
patches.arch/acpi_srat-pxm-rev-ia64.patch
|
||||
patches.arch/acpi_srat-pxm-rev-x86-64.patch
|
||||
|
||||
# Queued for 2.6.36 -> just revert after some time
|
||||
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
||||
@ -280,7 +276,6 @@
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
########################################################
|
||||
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
|
||||
+needs_updating-39 patches.suse/reiser4-dependencies
|
||||
|
||||
########################################################
|
||||
@ -552,121 +547,121 @@
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/frontswap-header
|
||||
patches.xen/frontswap-hooks
|
||||
patches.xen/frontswap-core
|
||||
patches.xen/frontswap-config
|
||||
patches.xen/cleancache-update
|
||||
patches.xen/frontswap-cleancache-invalidate
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
|
||||
# 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-patch-3.0
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-kconfig-compat
|
||||
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-pcpu-hotplug-kexec
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-balloon-max-target
|
||||
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-configurable-nr-devs
|
||||
patches.xen/xen-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
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-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-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
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
|
||||
+xen_needs_update patches.xen/add-console-use-vt
|
||||
+xen_needs_update
|
||||
+xen_needs_update # split out patches
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-i386.patch
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+xen_needs_update patches.xen/frontswap-header
|
||||
+xen_needs_update patches.xen/frontswap-hooks
|
||||
+xen_needs_update patches.xen/frontswap-core
|
||||
+xen_needs_update patches.xen/frontswap-config
|
||||
+xen_needs_update patches.xen/cleancache-update
|
||||
+xen_needs_update patches.xen/frontswap-cleancache-invalidate
|
||||
+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
|
||||
+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-patch-3.0
|
||||
+xen_needs_update patches.xen/xen3-patch-3.1
|
||||
+xen_needs_update patches.xen/xen3-patch-3.2
|
||||
+xen_needs_update patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
+xen_needs_update patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
+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-kconfig-compat
|
||||
+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-pcpu-hotplug-kexec
|
||||
+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-setup-gsi
|
||||
+xen_needs_update patches.xen/xen-sections
|
||||
+xen_needs_update patches.xen/xen-unpriv-build
|
||||
+xen_needs_update patches.xen/xen-cpufreq-report
|
||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
||||
+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-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-blkfront-hvm-no-cdrom
|
||||
+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-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-pcpu
|
||||
+xen_needs_update patches.xen/xen-x86-EFI
|
||||
+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
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-01-25 11:51:08 +0100
|
||||
GIT Revision: 2206a5c5b9aa64bd9a741830257f184818a0f6ee
|
||||
2012-02-07 18:28:41 +0100
|
||||
GIT Revision: fd3673ff89212a62e0efb2e70c43a75eef444698
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user