Accepting request 226935 from Kernel:HEAD

commit 89fa2728b7bc4708a0a610c93afb547881503446

OBS-URL: https://build.opensuse.org/request/show/226935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=232
This commit is contained in:
Stephan Kulow 2014-03-22 13:45:43 +00:00 committed by Git OBS Bridge
commit 104bc00727
38 changed files with 65259 additions and 79 deletions

View File

@ -13,6 +13,8 @@
<package>kernel-default</package>
<package>kernel-desktop</package>
<package>kernel-ec2</package>
<package>kernel-exynos</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-trace</package>
<package>kernel-vanilla</package>

View File

@ -17,11 +17,6 @@
+i386 i386/vanilla
+i386 -syms i386/trace
+ia64 ia64/default
+ia64 -syms ia64/debug
+ia64 ia64/vanilla
+ia64 -syms ia64/trace
+x86_64 x86_64/default
+x86_64 x86_64/desktop
+x86_64 x86_64/xen
@ -43,11 +38,11 @@
+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
+armv7hl armv7hl/exynos
+arm64 arm64/default
+s390x s390x/default
+s390x -syms s390x/trace

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.14-rc5
SRCVERSION=3.14-rc7
# 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:553240e4ffe0f534626e7877e3c6eab712c27fc6d6b6465fe915520d9f55dd27
size 290010
oid sha256:d122b42d466d330fb0a1eb91238773eb598a1b8fdcb1b92c1ee912e16c0075a3
size 315158

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.14-rc5
%define patchversion 3.14.0-rc5
%define srcversion 3.14-rc7
%define patchversion 3.14.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif
@ -212,7 +212,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 ppc64le x86_64
ExclusiveArch: %ix86 ppc64 ppc64le 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,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.14-rc5
%define patchversion 3.14.0-rc5
%define srcversion 3.14-rc7
%define patchversion 3.14.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif
@ -151,10 +151,6 @@ Provides: kernel = %version-%source_rel
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
%endif
%ifarch ia64
Provides: kernel-sn2 = 2.6.6
Obsoletes: kernel-sn2 <= 2.6.6
%endif
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
@ -224,7 +220,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 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,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -16,7 +16,7 @@
#
%define patchversion 3.14.0-rc5
%define patchversion 3.14.0-rc7
%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.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

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

30563
kernel-exynos.changes Normal file

File diff suppressed because it is too large Load Diff

1073
kernel-exynos.spec Normal file

File diff suppressed because it is too large Load Diff

30563
kernel-lpae.changes Normal file

File diff suppressed because it is too large Load Diff

1076
kernel-lpae.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 3.14-rc5
%define patchversion 3.14.0-rc5
%define srcversion 3.14-rc7
%define patchversion 3.14.0-rc7
%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.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@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.14.rc5
Version: 3.14.rc7
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif
@ -38,12 +38,18 @@ Release: %kernel_source_release
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch %ix86 ia64 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-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
@ -55,7 +61,7 @@ Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 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,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.14-rc5
%define patchversion 3.14.0-rc5
%define srcversion 3.14-rc7
%define patchversion 3.14.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif
@ -212,7 +212,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 ppc64le s390x x86_64
ExclusiveArch: %ix86 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,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.14-rc5
%define patchversion 3.14.0-rc5
%define srcversion 3.14-rc7
%define patchversion 3.14.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
Version: 3.14.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g5fcd7b7
Release: <RELEASE>.g89fa272
%else
Release: 0
%endif
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: %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,142 @@
-------------------------------------------------------------------
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
- Update s390x config files: disable CONFIG_INPUT_FF_MEMLESS
It was set by mistake, obviously.
- commit 89fa272
-------------------------------------------------------------------
Wed Mar 19 09:35:32 CET 2014 - tiwai@suse.de
- Enable Socketcan again for i386 and x86_64 (bnc#858607)
- commit d1f1027
-------------------------------------------------------------------
Tue Mar 18 18:11:46 CET 2014 - jdelvare@suse.de
- Update vanilla config files: enable console rotation
It's enabled in all other kernel flavors so it should be enabled in
vanilla too.
- commit 1384611
-------------------------------------------------------------------
Tue Mar 18 17:25:37 CET 2014 - jdelvare@suse.de
- config: set CONFIG_X86_INTEL_LPSS in trace and vanilla
Trying to keep the trace and vanilla kernels in sync with default.
- commit 09e4895
-------------------------------------------------------------------
Tue Mar 18 15:46:00 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
For real this time.
- commit 0b5593a
-------------------------------------------------------------------
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
- Update to 3.14-rc7.
- Eliminated 1 patch.
- commit 56ad46a
-------------------------------------------------------------------
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
- Align the x86_64 debug config file on the default config
This makes it much easier to validate that the debug config file only
diverges from default by debug and testing options.
- commit 37f104e
-------------------------------------------------------------------
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
- config.conf: ia64 is history
- Delete config/ia64/debug.
- Delete config/ia64/default.
- Delete config/ia64/trace.
- Delete config/ia64/vanilla.
- commit 9e606b5
-------------------------------------------------------------------
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
- commit 3659420
-------------------------------------------------------------------
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
- Update x86_64 config files: Disable AMD Elan SC520 drivers
The AMD Elan SC520 is a 32-bit x86 processor, related drivers are
useless on other architectures.
- commit e5b4397
-------------------------------------------------------------------
Sat Mar 15 13:23:06 CET 2014 - jdelvare@suse.de
- Update x86_64 and ia64 config files: Disable SC1200 drivers
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are useless on other architectures.
- commit 1058f71
-------------------------------------------------------------------
Fri Mar 14 22:58:59 CET 2014 - jdelvare@suse.de
- Update config files: Restore CONFIG_THERMAL_HWMON
Setting CONFIG_THERMAL=y in commit e60ddcfe had the side effect of
disabling CONFIG_THERMAL_HWMON in many configs that didn't have
CONFIG_HWMON=y. So revert that change in all affected config files.
Sorry for overlooking that originally.
- commit b197f4a
-------------------------------------------------------------------
Fri Mar 14 14:31:40 CET 2014 - jdelvare@suse.de
- Update config files: Drop all Geode-related drivers
The Geode was a 32-bit x86 CPU, so all drivers for its companion
chips (CS55xx) are useless on other architectures. Same for OT200
drivers, as the Bachmann OT200 device was based on a Geode CPU.
- commit 0bdb147
-------------------------------------------------------------------
Fri Mar 14 13:43:05 CET 2014 - jdelvare@suse.de
- Update arm and ppc config files: Drop OLPC-related driver
OLPC drivers are only useful on i386.
- commit c98f904
-------------------------------------------------------------------
Thu Mar 13 15:11:01 CET 2014 - jdelvare@suse.de
- Update debug config files: mac80211 debug options
Enable all mac80211 debug options in all debug kernel flavors.
- commit 855178e
-------------------------------------------------------------------
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
- config: Fix version string for armv7hl/lpae
- commit d1a7ba5
-------------------------------------------------------------------
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
- ARM: Re-enable and update configs
- commit d73f266
-------------------------------------------------------------------
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.14-rc6.
- commit cc55130
-------------------------------------------------------------------
Mon Mar 10 20:22:55 CET 2014 - jeffm@suse.com
- Update to 3.14-rc6.
- commit e9d20d4
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
@ -89,6 +228,14 @@ Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:30:53 CET 2014 - guillaume.gardet@oliseo.fr
- config: Update armv7/exynos
- Add sound support
- Add I2C/SPI support
- commit 93b38ce
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

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

View File

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

3
linux-3.14-rc7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14d002e4d7c543b1cb96c35a9091ca330acdee69217183c2b0021abdb848ceec
size 156091
oid sha256:e42ac07cf58a4be2a230a72b4ace2cb5870f54854f42f43ad775ea6ac2ea6dd8
size 155509

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4532e04efb05b4ddbd5faf1bc67a96a1f0f413da8b19069e0b5c286089393f86
size 2065879
oid sha256:8156ecea7faa55626381ebf05e07eda437b792178578962bb3000bb680373169
size 2067898

View File

@ -84,10 +84,6 @@
########################################################
########################################################
# ia64
########################################################
########################################################
# i386
########################################################
@ -149,7 +145,6 @@
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
patches.arch/ppc64le-ibmveth.patch
########################################################
# PS3
@ -603,7 +598,7 @@
patches.xen/xen3-patch-3.11
patches.xen/xen3-patch-3.12
patches.xen/xen3-patch-3.13
patches.xen/xen3-patch-3.14-rc4
patches.xen/xen3-patch-3.14-rc6
# ports of other patches
patches.xen/xen3-stack-unwind

View File

@ -1,3 +1,3 @@
2014-03-07 17:18:28 +0100
GIT Revision: 5fcd7b736d2fb8f8b9efa04a88772e5fc69fad71
2014-03-20 13:43:03 +0100
GIT Revision: 89fa2728b7bc4708a0a610c93afb547881503446
GIT Branch: master