Accepting request 229074 from Kernel:HEAD
commit 00dd4e32de8d54e20f5c2732c5255c09b58c524d OBS-URL: https://build.opensuse.org/request/show/229074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=233
This commit is contained in:
commit
2c9c2e2880
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.14-rc7
|
||||
SRCVERSION=3.14
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d122b42d466d330fb0a1eb91238773eb598a1b8fdcb1b92c1ee912e16c0075a3
|
||||
size 315158
|
||||
oid sha256:73bb29bcccea201faee4184f13ed87f98ad8a3e5148055c433571b423cc90bf0
|
||||
size 315058
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,7 +151,7 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -159,7 +159,7 @@ Obsoletes: kernel-kdump <= 2.6.28
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -153,7 +153,7 @@ Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
Provides: kernel-vmi = 2.6.38
|
||||
Obsoletes: kernel-vmi <= 2.6.38
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -45,7 +45,7 @@ Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.rc7
|
||||
Version: 3.14.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,7 +151,7 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,172 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:42:45 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh Xen patches (bnc#870874, bnc#871827).
|
||||
- commit 00dd4e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 09:39:59 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86_64 config files: disable CONFIG_SBC8360_WDT
|
||||
The sbc8360 driver is for a Socket 370-based single-board computer,
|
||||
so it's useless on x86-64.
|
||||
- commit 47efdd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 15:17:49 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable all of Timberdale support
|
||||
Timberdale is a companion chip for Atom CPUs in embedded in-car
|
||||
infotainment systems. We don't need that in openSUSE, really.
|
||||
- commit 47e54c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Fix typo in netfront, in type check of unplug code
|
||||
- commit 6623a43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:36:47 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_TOUCHSCREEN_W90X900
|
||||
The w90p910_ts driver only makes sense on the W90x900 architecture,
|
||||
which we do not support.
|
||||
- commit 4ebef59
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 14:33:41 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.14-final and c/s 1256.
|
||||
- blkback: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- blkfront: allow using indirect request segment descriptors
|
||||
(fate#316871).
|
||||
- commit fbd23cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 08:53:56 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HID_BATTERY_STRENGTH was already enabled on i386, x86_64 and
|
||||
most of arm. Enable this feature on all other architectures which can
|
||||
benefit from it.
|
||||
- commit aec4432
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 15:15:36 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14.
|
||||
- commit 5795bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:34:36 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386/desktop config file: enable CONFIG_RCU_FAST_NO_HZ
|
||||
All other x86 kernels have CONFIG_RCU_FAST_NO_HZ enabled so the
|
||||
i386/desktop kernel should too.
|
||||
- commit 05ea8f5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:25:28 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ppc config files: adjust filesystems modularity
|
||||
Build reiserfs, fat and vfat support as modules as we do on every
|
||||
other architecture. Also align the reiserfs debugging features on
|
||||
x86_64.
|
||||
- commit 0985b71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 10:22:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable HID device drivers
|
||||
I don't think the HID drivers for non-standard keyboards and mice
|
||||
are needed at all on EC2.
|
||||
- commit 9fdef61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Refresh patches.suse/kconfig-automate-kernel-desktop.
|
||||
Options CGROUPS and CGROUP_SCHED are no longer disabled in desktop
|
||||
kernel.
|
||||
- commit 148e111
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 13:41:34 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.0
|
||||
%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.rc7
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g89fa272
|
||||
Release: <RELEASE>.g00dd4e3
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,7 +151,7 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-xenpae = 2.6.17
|
||||
Obsoletes: kernel-xenpae <= 2.6.17
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6781dc2c31c57faa2b7ae607889145189a6e32e65c89efcda7d6d0b8477f08b
|
||||
size 78397976
|
3
linux-3.14.tar.xz
Normal file
3
linux-3.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa
|
||||
size 78399152
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42ac07cf58a4be2a230a72b4ace2cb5870f54854f42f43ad775ea6ac2ea6dd8
|
||||
size 155509
|
||||
oid sha256:d16b501a1c0c723f580cf437c27d67ab0871a5494d9e17bc38bae7ca4e698cea
|
||||
size 155287
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e10cb00920553b6dae745d0ee34325519902feab20bc214986fb25d32f1d8bd
|
||||
size 82964
|
||||
oid sha256:75ea50db53077a9a93208616a0e8425b717eec0bd24543eeba2bdb7c429c052a
|
||||
size 82680
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8156ecea7faa55626381ebf05e07eda437b792178578962bb3000bb680373169
|
||||
size 2067898
|
||||
oid sha256:d66ece943e6102eac18acd98e3fa8a4cba86e4e2ab121b3f3944a9b04bba0ec9
|
||||
size 2074689
|
||||
|
@ -156,7 +156,6 @@
|
||||
patches.arch/cubox-configuration.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
||||
patches.arch/arm-omap3isp.patch
|
||||
patches.arch/arm-omapfb-fix.patch
|
||||
|
||||
# Compile fix for Xen on ARM with our Xen patches applied
|
||||
@ -598,7 +597,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-rc6
|
||||
patches.xen/xen3-patch-3.14
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-stack-unwind
|
||||
@ -622,9 +621,11 @@
|
||||
patches.xen/xen-multi-page-ring
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-multi-page-ring
|
||||
patches.xen/xen-blkback-indirect
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkfront-multi-page-ring
|
||||
patches.xen/xen-blkfront-indirect
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-03-20 13:43:03 +0100
|
||||
GIT Revision: 89fa2728b7bc4708a0a610c93afb547881503446
|
||||
2014-04-04 16:42:45 +0200
|
||||
GIT Revision: 00dd4e32de8d54e20f5c2732c5255c09b58c524d
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user