diff --git a/config.sh b/config.sh index d891afa2..765d0a66 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/config.tar.bz2 b/config.tar.bz2 index cfcfb17d..4b3b1c86 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d122b42d466d330fb0a1eb91238773eb598a1b8fdcb1b92c1ee912e16c0075a3 -size 315158 +oid sha256:73bb29bcccea201faee4184f13ed87f98ad8a3e5148055c433571b423cc90bf0 +size 315058 diff --git a/kernel-debug.changes b/kernel-debug.changes index adc67263..711b92f0 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -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 diff --git a/kernel-debug.spec b/kernel-debug.spec index b21f888e..d14bbe63 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -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: .g89fa272 +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 diff --git a/kernel-default.changes b/kernel-default.changes index adc67263..711b92f0 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -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 diff --git a/kernel-default.spec b/kernel-default.spec index f441f5a0..538d066d 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -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: .g89fa272 +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 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index adc67263..711b92f0 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -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 diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 27c3e242..97017804 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -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: .g89fa272 +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 diff --git a/kernel-docs.changes b/kernel-docs.changes index adc67263..711b92f0 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -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 diff --git a/kernel-docs.spec b/kernel-docs.spec index bcb8b2b5..752e15c2 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -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: .g89fa272 +Release: .g00dd4e3 %else Release: 0 %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index adc67263..711b92f0 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -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 diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 8734cb69..f2a4e819 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -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: .g89fa272 +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 diff --git a/kernel-exynos.changes b/kernel-exynos.changes index adc67263..711b92f0 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -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 diff --git a/kernel-exynos.spec b/kernel-exynos.spec index bb7ac28c..40ea28a4 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -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: .g89fa272 +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 diff --git a/kernel-lpae.changes b/kernel-lpae.changes index adc67263..711b92f0 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -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 diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 31300804..179679ff 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -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: .g89fa272 +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 diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index adc67263..711b92f0 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -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 diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index adc67263..711b92f0 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -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 diff --git a/kernel-pae.changes b/kernel-pae.changes index adc67263..711b92f0 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -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 diff --git a/kernel-pae.spec b/kernel-pae.spec index 63280453..b2de921d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -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: .g89fa272 +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 diff --git a/kernel-source.changes b/kernel-source.changes index adc67263..711b92f0 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -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 diff --git a/kernel-source.spec b/kernel-source.spec index 6d2743e6..d62c73d6 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -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: .g89fa272 +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 diff --git a/kernel-syms.changes b/kernel-syms.changes index adc67263..711b92f0 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -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 diff --git a/kernel-syms.spec b/kernel-syms.spec index 1fa6380a..f2e958bf 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -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: .g89fa272 +Release: .g00dd4e3 %else Release: 0 %endif diff --git a/kernel-trace.changes b/kernel-trace.changes index adc67263..711b92f0 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -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 diff --git a/kernel-trace.spec b/kernel-trace.spec index 0b3a6504..e655c517 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -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: .g89fa272 +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 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index adc67263..711b92f0 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 3cf8f15c..355033c7 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -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: .g89fa272 +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 diff --git a/kernel-xen.changes b/kernel-xen.changes index adc67263..711b92f0 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -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 diff --git a/kernel-xen.spec b/kernel-xen.spec index 9e8fb061..499eda94 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -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: .g89fa272 +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 diff --git a/linux-3.14-rc7.tar.xz b/linux-3.14-rc7.tar.xz deleted file mode 100644 index 6f7a7541..00000000 --- a/linux-3.14-rc7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6781dc2c31c57faa2b7ae607889145189a6e32e65c89efcda7d6d0b8477f08b -size 78397976 diff --git a/linux-3.14.tar.xz b/linux-3.14.tar.xz new file mode 100644 index 00000000..cfcb7f5a --- /dev/null +++ b/linux-3.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa +size 78399152 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index fc516a70..d9275af5 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e42ac07cf58a4be2a230a72b4ace2cb5870f54854f42f43ad775ea6ac2ea6dd8 -size 155509 +oid sha256:d16b501a1c0c723f580cf437c27d67ab0871a5494d9e17bc38bae7ca4e698cea +size 155287 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 939c88d4..936db199 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e10cb00920553b6dae745d0ee34325519902feab20bc214986fb25d32f1d8bd -size 82964 +oid sha256:75ea50db53077a9a93208616a0e8425b717eec0bd24543eeba2bdb7c429c052a +size 82680 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 69998e4d..32f8f911 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8156ecea7faa55626381ebf05e07eda437b792178578962bb3000bb680373169 -size 2067898 +oid sha256:d66ece943e6102eac18acd98e3fa8a4cba86e4e2ab121b3f3944a9b04bba0ec9 +size 2074689 diff --git a/series.conf b/series.conf index 9146053b..2b229248 100644 --- a/series.conf +++ b/series.conf @@ -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 diff --git a/source-timestamp b/source-timestamp index 99c411ac..c069f1ed 100644 --- a/source-timestamp +++ b/source-timestamp @@ -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