Accepting request 195410 from Kernel:HEAD
commit adcd98b1a419300a6420b29411b10e68caa48e24 OBS-URL: https://build.opensuse.org/request/show/195410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=200
This commit is contained in:
commit
c290667ca3
16
config.conf
16
config.conf
@ -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
|
||||
@ -38,11 +38,11 @@
|
||||
+ppc64 ppc64/vanilla
|
||||
|
||||
# ARM architectures
|
||||
#+armv6hl armv6hl/default
|
||||
+armv6hl armv6hl/default
|
||||
+armv7hl armv7hl/default
|
||||
#+armv7hl armv7hl/lpae
|
||||
#+armv7hl armv7hl/cubox
|
||||
#+armv7hl armv7hl/exynos
|
||||
+armv7hl armv7hl/lpae
|
||||
+armv7hl armv7hl/cubox
|
||||
+armv7hl armv7hl/exynos
|
||||
+arm64 arm64/default
|
||||
|
||||
#+s390 s390/s390
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.11-rc4
|
||||
SRCVERSION=3.11-rc5
|
||||
# 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:b2097e7285eb630953424b590d883ac142293fecf4886039b1df2567a36c0a2d
|
||||
size 190100
|
||||
oid sha256:6d30c466f7df8ade2f001ccfa823fe014053089d5d54934c40f964c6b8742d7e
|
||||
size 259404
|
||||
|
28814
kernel-cubox.changes
Normal file
28814
kernel-cubox.changes
Normal file
File diff suppressed because it is too large
Load Diff
1003
kernel-cubox.spec
Normal file
1003
kernel-cubox.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -222,7 +222,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
Url: http://www.kernel.org/
|
||||
|
28814
kernel-ec2.changes
Normal file
28814
kernel-ec2.changes
Normal file
File diff suppressed because it is too large
Load Diff
1009
kernel-ec2.spec
Normal file
1009
kernel-ec2.spec
Normal file
File diff suppressed because it is too large
Load Diff
28814
kernel-exynos.changes
Normal file
28814
kernel-exynos.changes
Normal file
File diff suppressed because it is too large
Load Diff
1000
kernel-exynos.spec
Normal file
1000
kernel-exynos.spec
Normal file
File diff suppressed because it is too large
Load Diff
28814
kernel-lpae.changes
Normal file
28814
kernel-lpae.changes
Normal file
File diff suppressed because it is too large
Load Diff
1003
kernel-lpae.spec
Normal file
1003
kernel-lpae.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -23,9 +23,9 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.11.rc4
|
||||
Version: 3.11.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Release: <RELEASE>.gadcd98b
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
Release: %kernel_source_release
|
||||
@ -35,21 +35,33 @@ Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-cubox-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-exynos-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-lpae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-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
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv7hl ppc ppc64 x86_64
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.11-rc5.
|
||||
- config.conf: Re-enable Xen configs
|
||||
- Delete patches.xen/xen-sections.
|
||||
- commit adcd98b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- config: update armv6 default config to multi-arch armv6
|
||||
- commit 25b5917
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.11-rc5.
|
||||
- commit c33c981
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
@ -12,6 +32,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
|
||||
- config/arm: update and reenable ARM64 config
|
||||
- commit 327e5fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- Reenable ARMv6/ARMv7 configs
|
||||
- commit 461df98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.11-rc4
|
||||
%define patchversion 3.11.0-rc4
|
||||
%define srcversion 3.11-rc5
|
||||
%define patchversion 3.11.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.11.rc4
|
||||
Release: <RELEASE>.g327e5fc
|
||||
Version: 3.11.rc5
|
||||
Release: <RELEASE>.gadcd98b
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
28814
kernel-xen.changes
Normal file
28814
kernel-xen.changes
Normal file
File diff suppressed because it is too large
Load Diff
1009
kernel-xen.spec
Normal file
1009
kernel-xen.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1db3d23f0e487a82ac875c2c83ba958bfcf4cb2590b2c0bb38ac61258223eac3
|
||||
size 89421475
|
3
linux-3.11-rc5.tar.bz2
Normal file
3
linux-3.11-rc5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3248f1e77cad65e9d9f7da0d50b0410d3576bf62bdb827abd3d11b7a9f403fb
|
||||
size 89440907
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00b4f335eb6b74b67059cf47e5eb6160abd21ca0c471fa551333378e18342e2b
|
||||
size 2099563
|
||||
oid sha256:185f121ae986a34f836fcf75b6a6870c3280ee5f4d8fad17730e766d33d9ea60
|
||||
size 2120264
|
||||
|
226
series.conf
226
series.conf
@ -541,125 +541,125 @@
|
||||
# on top of them instead. This reduces workload when
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
# 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/ipv6-no-autoconf
|
||||
+xen_needs_update patches.xen/pci-guestdev
|
||||
+xen_needs_update patches.xen/pci-reserve
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
|
||||
# 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
|
||||
# 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
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# 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
|
||||
# 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
|
||||
+xen_needs_update patches.xen/xen3-fixup-xen
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
# newer changeset backports
|
||||
|
||||
# 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
|
||||
# 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 upstream 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-patch-3.3
|
||||
+xen_needs_update patches.xen/xen3-patch-3.4
|
||||
+xen_needs_update patches.xen/xen3-patch-3.5
|
||||
+xen_needs_update patches.xen/xen3-patch-3.6
|
||||
+xen_needs_update patches.xen/xen3-patch-3.7
|
||||
+xen_needs_update patches.xen/xen3-patch-3.8
|
||||
+xen_needs_update patches.xen/xen3-patch-3.9
|
||||
+xen_needs_update patches.xen/xen3-patch-3.10
|
||||
# ports of upstream 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-patch-3.3
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-patch-3.5
|
||||
patches.xen/xen3-patch-3.6
|
||||
patches.xen/xen3-patch-3.7
|
||||
patches.xen/xen3-patch-3.8
|
||||
patches.xen/xen3-patch-3.9
|
||||
patches.xen/xen3-patch-3.10
|
||||
patches.xen/xen3-patch-3.11-rc5
|
||||
|
||||
# ports of other patches
|
||||
+xen_needs_update patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||
+xen_needs_update patches.xen/xen3-stack-unwind
|
||||
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
|
||||
# ports of other patches
|
||||
patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
+xen_needs_update patches.xen/xen-hypercall-symbols
|
||||
+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-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-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
||||
+xen_needs_update patches.xen/xen-blkback-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-blkback-cdrom
|
||||
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+xen_needs_update patches.xen/xen-blkfront-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-blkif-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-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-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-bzImage
|
||||
+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
|
||||
+xen_needs_update patches.xen/xen-x86_64-vread-pvclock
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-hypercall-symbols
|
||||
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-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-multi-page-ring
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-multi-page-ring
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkfront-multi-page-ring
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
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-bzImage
|
||||
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
|
||||
patches.xen/xen-x86_64-vread-pvclock
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-08-11 21:28:11 +0200
|
||||
GIT Revision: 327e5fc9730f1a8d6cf4e42c3de0f05e7eb926a6
|
||||
2013-08-15 15:46:32 +0200
|
||||
GIT Revision: adcd98b1a419300a6420b29411b10e68caa48e24
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user