Accepting request 241916 from devel:openSUSE:Factory:kernel

- config: sync vanilla configs
- commit a0523f2

- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea

OBS-URL: https://build.opensuse.org/request/show/241916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=241
This commit is contained in:
Stephan Kulow 2014-07-26 07:41:44 +00:00 committed by Git OBS Bridge
parent 31e7f49bd7
commit c07168f067
37 changed files with 33731 additions and 67 deletions

View File

@ -13,6 +13,7 @@
<package>kernel-default</package>
<package>kernel-desktop</package>
<package>kernel-ec2</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-vanilla</package>
<package>kernel-xen</package>

View File

@ -34,11 +34,10 @@
+ppc64le ppc64le/vanilla
# ARM architectures
#+armv6hl armv6hl/default
#+armv7hl armv7hl/default
#+armv7hl armv7hl/lpae
#+armv7hl armv7hl/exynos
#+arm64 arm64/default
+armv6hl armv6hl/default
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+arm64 arm64/default
+s390x s390x/default
+s390x s390x/vanilla

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0921ed985369908ac28411d84e0fabbe276ded1f19eb1f1fc332150f35429f16
size 231692
oid sha256:2179015a24f4c353616b1b9b61fdc690dbf02eb9b688b2914b870d3eaaf9900e
size 269529

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif
@ -234,7 +234,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -16,7 +16,7 @@
#
%define patchversion 3.16.0-rc5
%define patchversion 3.16.0-rc6
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,9 +25,9 @@ Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
Group: Documentation/Man
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

31958
kernel-lpae.changes Normal file

File diff suppressed because it is too large Load Diff

1054
kernel-lpae.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 3.16.0-rc5
%define patchversion 3.16.0-rc6
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -33,7 +33,7 @@ BuildRequires: kernel-default
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1320
# For SLE 11
BuildRequires: mkinitrd
@ -45,9 +45,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 3.16.0-rc5
%define patchversion 3.16.0-rc6
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 3.16.0-rc5
%define patchversion 3.16.0-rc6
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@ BuildRequires: kernel-default
# here as well to avoid that qa and build package build parallel
BuildRequires: kernel-obs-build
BuildRequires: modutils
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1200
# for SLE 11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -30,9 +30,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 3.16.rc5
Version: 3.16.rc6
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif
@ -38,12 +38,15 @@ Release: %kernel_source_release
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch %ix86 ppc ppc64 ppc64le s390x x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x 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-lpae-devel = %version-%source_rel
%endif
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
@ -56,7 +59,7 @@ Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 21 15:03:47 CEST 2014 - jeffm@suse.com
- config: sync vanilla configs
- commit a0523f2
-------------------------------------------------------------------
Mon Jul 21 14:51:21 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc6.
- Eliminated 1 patch.
- commit 2736eea
-------------------------------------------------------------------
Mon Jul 21 11:08:14 CEST 2014 - jdelvare@suse.de
- Update armv7hl config files for 3.16-rc5
New driver CONFIG_USB_EHCI_MSM=m.
- commit f1230bd
-------------------------------------------------------------------
Mon Jul 14 16:29:51 CEST 2014 - jeffm@suse.de
@ -36,6 +56,36 @@ Mon Jul 7 17:43:17 CEST 2014 - jeffm@suse.com
- Update to 3.16-rc4.
- commit 45467d6
-------------------------------------------------------------------
Sun Jul 6 17:50:33 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs for 3.16-rc3
* Samsung Exynos is now in default flavor, drop exynos flavor
* Enable Freescale/Xilinx for default flavor only
* Enable Qualcomm/LSI for both default and lpae flavors
* Enable Allwinner A20+ in lpae flavor, A10+ in default flavor
* Enable Hisilicon Hi3xxx in default flavor
* Enable Renesas RZ/A in default flavor
* Enable big.LITTLE switcher module
* Enable PCI for Freescale/Marvell/Nvidia/Samsung
but keep device drivers to minimum, as known boards are mini PCIe only
* Build in some more serial drivers for console use
* Enable some missing USB media device driver modules
* Disable OMAP4 V4L as it cannot be built as module (Matwey K.)
- commit ca6193e
-------------------------------------------------------------------
Sun Jul 6 00:58:54 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.16-rc3
- commit 28b0756
-------------------------------------------------------------------
Sun Jul 6 00:58:53 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config for 3.16-rc3
- commit d2f49e1
-------------------------------------------------------------------
Fri Jul 4 19:58:38 CEST 2014 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.16-rc5
%define patchversion 3.16.0-rc5
%define srcversion 3.16-rc6
%define patchversion 3.16.0-rc6
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@ Name: kernel-xen
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.16.rc5
Version: 3.16.rc6
%if 0%{?is_kotd}
Release: <RELEASE>.ge709184
Release: <RELEASE>.ga0523f2
%else
Release: 0
%endif

View File

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

3
linux-3.16-rc6.tar.xz Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d4bbcbd210082864c9c4c836a0eeb6116cfa40c5362d346868ac30b1949823
size 4580
oid sha256:0ce6ee9a79fa54017522db28e5212e27de3fd69b866819ae2128697c64ff5bee
size 3119

View File

@ -35,7 +35,6 @@
########################################################
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/lustre-lloop-dont-change-logical-size
patches.rpmify/of_mdio-fix-cyclic-dependency.patch
########################################################
# kABI consistency patches

View File

@ -1,3 +1,3 @@
2014-07-14 16:29:51 +0200
GIT Revision: e709184000b4616aaa4043a8d7bc3c05ab55a495
2014-07-21 15:03:47 +0200
GIT Revision: a0523f28392a7dcc0ba2eed084fa45a690de28e8
GIT Branch: master