commit eafcebd70438f3913faa62ec6d85d4454381903f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=280
This commit is contained in:
Michal Marek 2014-04-15 06:02:51 +00:00 committed by Git OBS Bridge
parent ad619e07af
commit 130a2b842a
44 changed files with 2788 additions and 78 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a61d9fcfb61a9f8e0022d2eac1a98b14db7f7e34e6712ee50196ac0c612607
size 314924
oid sha256:405a59a5fcfdd1d546f45ae742db79c03e803017f87dd984fd0edbe1c0a8aac0
size 314997

View File

@ -384,6 +384,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -195,6 +195,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -270,6 +272,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -506,6 +510,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -203,6 +203,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -278,6 +280,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -513,6 +517,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -192,6 +192,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -267,6 +269,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -515,6 +519,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -16,7 +16,7 @@
#
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,11 +25,11 @@ Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
Group: Documentation/Man
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
BuildRequires: docbook-toys
BuildRequires: docbook-utils

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -192,6 +192,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -267,6 +269,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -505,6 +509,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -192,6 +192,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -267,6 +269,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -502,6 +506,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -192,6 +192,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -267,6 +269,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -503,6 +507,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -59,8 +59,10 @@ END { exit(! good) }
nvr=%{-n*}-kmp-%1-%_this_kmp_version-%{-r*}
wm2=/usr/lib/module-init-tools/weak-modules2
if [ -x $wm2 ]; then
%{-b:KMP_NEEDS_MKINITRD=1} /bin/bash -${-/e/} $wm2 --add-kmp $nvr
%{-b:KMP_NEEDS_MKINITRD=1} INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} $wm2 --add-kmp $nvr
fi
%posttrans -n %{-n*}-kmp-%1
%{?regenerate_initrd_posttrans}
%preun -n %{-n*}-kmp-%1
nvr=%{-n*}-kmp-%1-%_this_kmp_version-%{-r*}
rpm -ql $nvr | sed -n '/\.ko$/p' > /var/run/rpm-$nvr-modules

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -19,26 +19,38 @@
#!BuildIgnore: post-build-checks
%define patchversion 3.14.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-build
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: mkinitrd
BuildRequires: util-linux
BuildRequires: kernel-default
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
%if 0%{?suse_version} < 1200
# For SLE 11
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1320
# For SLE 11
BuildRequires: yast2-bootloader
BuildRequires: mkinitrd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%else
BuildRequires: dracut
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 1
Release: 0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.geafcebd
%endif
%description
This package is repackaging already compiled kernels to make them usable
@ -49,9 +61,39 @@ loaded during build when installing the kernel package.
%prep
%build
mkdir -p /usr/lib/dracut/modules.d/80obs
cat > /usr/lib/dracut/modules.d/80obs/module-setup.sh <<EOF
#!/bin/bash
# called by dracut
check() {
return 0
}
# called by dracut
installkernel() {
hostonly='' instmods obs
}
# called by dracut
install() {
inst_hook pre-udev 10 "\$moddir"/setup_obs.sh
}
EOF
chmod a+rx /usr/lib/dracut/modules.d/80obs/module-setup.sh
cat > /usr/lib/dracut/modules.d/80obs/setup_obs.sh <<EOF
#!/bin/sh
info "Loading kernel modules for OBS"
info " Loop..."
modprobe loop max_loop=64 lbs=0 || modprobe loop max_loop=64
info " binfmt misc..."
modprobe binfmt_misc
EOF
chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi"
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
ROOT=""
[ -e "/dev/vda" ] && ROOT="-d /dev/vda"
[ -e /dev/hda1 ] && ROOT="-d /dev/hda1" # for xen builds
@ -59,23 +101,34 @@ ROOT=""
%ifarch s390 s390x
%define kernel_name image
%endif
ls /boot
%if 0%{?suse_version} < 1320
# For SLE 11
/sbin/mkinitrd $ROOT \
-m "$KERNEL_MODULES" \
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
%ifarch %ix86 x86_64
/sbin/mkinitrd $ROOT \
-m "$KERNEL_MODULES" \
-k /boot/vmlinuz-xen -M /boot/System.map-*-xen -i /tmp/initrd.xen
%endif
%else
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*-default | sed -n -e 's,[^-]*-\(.*-default\),\1,p'`
%ifarch %ix86 x86_64
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.xen `echo /boot/%{kernel_name}-*-xen | sed -n -e 's,[^-]*-\(.*-xen\),\1,p'`
%endif
%endif
#cleanup
rm -rf /usr/lib/dracut/modules.d/80obs
%install
install -d -m 0755 $RPM_BUILD_ROOT
cp -v /boot/%{kernel_name}-*-default $RPM_BUILD_ROOT/.build.kernel.kvm
cp -v /tmp/initrd.kvm $RPM_BUILD_ROOT/.build.initrd.kvm
%ifarch %ix86 x86_64
cp -v /boot/vmlinuz-*-xen $RPM_BUILD_ROOT/.build.kernel.xen
cp -v /boot/%{kernel_name}-*-xen $RPM_BUILD_ROOT/.build.kernel.xen
cp -v /tmp/initrd.xen $RPM_BUILD_ROOT/.build.initrd.xen
%endif

140
kernel-obs-build.spec.in Normal file
View File

@ -0,0 +1,140 @@
#
# spec file for package kernel-obs-build
#
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needsrootforbuild
#!BuildIgnore: post-build-checks
%define patchversion @PATCHVERSION@
%define variant @VARIANT@%{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-build
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: util-linux
BuildRequires: kernel-default
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
ExclusiveArch: @ARCHS@
%if 0%{?suse_version} < 1320
# For SLE 11
BuildRequires: yast2-bootloader
BuildRequires: mkinitrd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%else
BuildRequires: dracut
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
%description
This package is repackaging already compiled kernels to make them usable
inside of Open Build Service (OBS) VM builds. An initrd with some basic
kernel modules is generated as well, but further kernel modules can be
loaded during build when installing the kernel package.
%prep
%build
mkdir -p /usr/lib/dracut/modules.d/80obs
cat > /usr/lib/dracut/modules.d/80obs/module-setup.sh <<EOF
#!/bin/bash
# called by dracut
check() {
return 0
}
# called by dracut
installkernel() {
hostonly='' instmods obs
}
# called by dracut
install() {
inst_hook pre-udev 10 "\$moddir"/setup_obs.sh
}
EOF
chmod a+rx /usr/lib/dracut/modules.d/80obs/module-setup.sh
cat > /usr/lib/dracut/modules.d/80obs/setup_obs.sh <<EOF
#!/bin/sh
info "Loading kernel modules for OBS"
info " Loop..."
modprobe loop max_loop=64 lbs=0 || modprobe loop max_loop=64
info " binfmt misc..."
modprobe binfmt_misc
EOF
chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
ROOT=""
[ -e "/dev/vda" ] && ROOT="-d /dev/vda"
[ -e /dev/hda1 ] && ROOT="-d /dev/hda1" # for xen builds
%define kernel_name vmlinu?
%ifarch s390 s390x
%define kernel_name image
%endif
%if 0%{?suse_version} < 1320
# For SLE 11
/sbin/mkinitrd $ROOT \
-m "$KERNEL_MODULES" \
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
%ifarch %ix86 x86_64
/sbin/mkinitrd $ROOT \
-m "$KERNEL_MODULES" \
-k /boot/vmlinuz-xen -M /boot/System.map-*-xen -i /tmp/initrd.xen
%endif
%else
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*-default | sed -n -e 's,[^-]*-\(.*-default\),\1,p'`
%ifarch %ix86 x86_64
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.xen `echo /boot/%{kernel_name}-*-xen | sed -n -e 's,[^-]*-\(.*-xen\),\1,p'`
%endif
%endif
#cleanup
rm -rf /usr/lib/dracut/modules.d/80obs
%install
install -d -m 0755 $RPM_BUILD_ROOT
cp -v /boot/%{kernel_name}-*-default $RPM_BUILD_ROOT/.build.kernel.kvm
cp -v /tmp/initrd.kvm $RPM_BUILD_ROOT/.build.initrd.kvm
%ifarch %ix86 x86_64
cp -v /boot/%{kernel_name}-*-xen $RPM_BUILD_ROOT/.build.kernel.xen
cp -v /tmp/initrd.xen $RPM_BUILD_ROOT/.build.initrd.xen
%endif
%files
%defattr(-,root,root)
/.build.kernel.*
/.build.initrd.*
%changelog

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -17,12 +17,18 @@
# needsrootforbuild
%define patchversion 3.14.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-qa
BuildRequires: kernel-default
BuildRequires: modutils
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1200
# for SLE 11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -30,8 +36,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 1
Release: 0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.geafcebd
%endif
%description
This package is using the kernel compiled within Open Build Service(OBS)

72
kernel-obs-qa.spec.in Normal file
View File

@ -0,0 +1,72 @@
#
# spec file for package kernel-obs-qa
#
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needsrootforbuild
%define patchversion @PATCHVERSION@
%define variant @VARIANT@%{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-qa
BuildRequires: kernel-default
BuildRequires: modutils
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
ExclusiveArch: @ARCHS@
%if 0%{?suse_version} < 1200
# for SLE 11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
%description
This package is using the kernel compiled within Open Build Service(OBS)
projects and runs basic tests.
%prep
%build
%check
# More tests are comming, currently the main test is the existens of
# this spec file. It does trigger a build within OBS VM which is using
# the kernel of the same project.
# test suites should be packaged in other packages, but build required
# and called here.
/sbin/modprobe loop || exit 1
%install
mkdir -p %{buildroot}/usr/share/kernel-qa/
touch %{buildroot}/usr/share/kernel-qa/logfile
%files
%defattr(-,root,root)
/usr/share/kernel-qa
%changelog

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -197,6 +197,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -272,6 +274,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -514,6 +518,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -30,11 +30,11 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
AutoReqProv: off
@ -89,6 +89,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2

View File

@ -89,6 +89,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -24,12 +24,12 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 3.14.0
Version: 3.14.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
@ -56,6 +56,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: multiversion(kernel)
Source: README.KSYMS

View File

@ -39,6 +39,7 @@ Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
@REQUIRES@
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: multiversion(kernel)
Source: README.KSYMS

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -195,6 +195,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -270,6 +272,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -505,6 +509,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -192,6 +192,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -267,6 +269,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -502,6 +506,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

View File

@ -1,3 +1,160 @@
-------------------------------------------------------------------
Mon Apr 14 22:10:50 CEST 2014 - jslaby@suse.cz
- Update config files.
- commit 13cc815
-------------------------------------------------------------------
Mon Apr 14 21:23:17 CEST 2014 - jslaby@suse.cz
- Linux 3.14.1.
- commit 117c27b
-------------------------------------------------------------------
Fri Apr 11 11:18:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Only sign the kernel on x86_64
- commit e0d4304
-------------------------------------------------------------------
Thu Apr 10 16:08:01 CEST 2014 - mmarek@suse.cz
- Generate kernel-obs-*.spec from templates
- commit b2e5f7c
-------------------------------------------------------------------
Wed Apr 9 10:33:35 CEST 2014 - jdelvare@suse.de
- Update debug config files: enable TTY_PRINTK
Enabled only in debug kernels for now, as it can't be modular yet.
Once it can be built as a module, we can enable it in other flavors
as well.
- commit 043a9a9
-------------------------------------------------------------------
Tue Apr 8 15:40:52 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: disable CONFIG_USB_DWC3_KEYSTONE
This driver is only needed on Texas Instruments Keystone2 platforms.
- commit 4e4e502
-------------------------------------------------------------------
Tue Apr 8 15:39:57 CEST 2014 - jdelvare@suse.de
- Update ppc config files: disble HW_RANDOM_ATMEL
This driver is only needed on Atmel AT91 systems.
- commit 2cac896
-------------------------------------------------------------------
Tue Apr 8 15:38:28 CEST 2014 - jdelvare@suse.de
- Update arm/exynos config file: disable AHCI_IMX
This driver is only used on Freescale i.MX systems so it isn't needed
on Exynos.
- commit 45d6387
-------------------------------------------------------------------
Tue Apr 8 15:16:36 CEST 2014 - jdelvare@suse.de
- Update arm config files: Disable exynos support
Disable exynos support in all non-exynos configuration files, as we
have a dedicated kernel flavor for exynos.
- commit c65cb20
-------------------------------------------------------------------
Fri Apr 4 16:59:35 CEST 2014 - mmarek@suse.cz
- rpm/kernel-module-subpackage: Regenerated the initrd in %posttrans
(fate#313506)
- commit c0b6219
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 4 09:13:48 CEST 2014 - adrian@suse.de
- fix building initrd for SLE 12
It does provided and load the critical kernel modules
for building some kiwi images and cross architecture
builds like used for aarch64.
The kernel-obs-build.spec still contains the bits to allow
to use it also for SLE 11.
- commit e9868b7
-------------------------------------------------------------------
Thu Apr 3 18:43:52 CEST 2014 - guillaume.gardet@oliseo.fr
- Refresh patches.rpmify/chipidea-clean-up-dependencies
Replace OF_DEVICE by OF (OF_DEVICE does not exist anymore.)
- commit 299b9cd
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Apr 2 09:24:16 CEST 2014 - mmarek@suse.cz
- rpm/kernel-syms.spec.in: Require pesign-obs-integration for signing KMPs
- commit e68d5fc
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.14
%define patchversion 3.14.0
%define patchversion 3.14.1
%define variant %{nil}
%define vanilla_only 0
@ -61,11 +61,11 @@ Name: kernel-xen
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.0
Version: 3.14.1
%if 0%{?is_kotd}
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%else
Release: <RELEASE>.gfa168d7
Release: <RELEASE>.geafcebd
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -195,6 +195,8 @@ Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source69: try-disable-staging-driver
Source70: kernel-obs-build.spec.in
Source71: kernel-obs-qa.spec.in
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -270,6 +272,8 @@ NoSource: 66
NoSource: 67
NoSource: 68
NoSource: 69
NoSource: 70
NoSource: 71
NoSource: 100
NoSource: 101
NoSource: 102
@ -508,6 +512,8 @@ done
# XXX: only do it on x86_64, as the repackaging changes kernel-pae
# from i686 to i586
export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor"
%else
export BRP_PESIGN_FILES=""
%endif
%endif

14
mkspec
View File

@ -120,6 +120,7 @@ do_spec('docs', "kernel-docs$variant.spec", %macros);
{
my $requires = "";
my %all_archs;
my $all_archs;
for my $flavor (sort keys(%syms_flavor_archs)) {
next if $flavor eq "vanilla";
my @archs = arch2rpm(@{$syms_flavor_archs{$flavor}});
@ -129,12 +130,21 @@ do_spec('docs', "kernel-docs$variant.spec", %macros);
$requires .= "%endif\n";
}
chomp $requires;
$all_archs = join(" ", sort(keys(%all_archs)));
if (keys(%all_archs)) {
do_spec('syms', "kernel-syms$variant.spec", %macros,
REQUIRES => $requires,
ARCHS => join(" ", sort(keys(%all_archs))));
ARCHS => $all_archs);
}
# kernel-obs-*.spec
if (!$variant) {
do_spec('obs-build', "kernel-obs-build.spec", %macros,
ARCHS => $all_archs);
do_spec('obs-qa', "kernel-obs-qa.spec", %macros,
ARCHS => $all_archs);
}
}
copy_changes();
# _constraints
@ -173,7 +183,7 @@ sub parse_config_conf {
sub read_spec_templates {
my %res;
for my $template (qw(binary source syms docs)) {
for my $template (qw(binary source syms docs obs-build obs-qa)) {
xopen(my $fh, '<', "$dir/kernel-$template.spec.in");
local $/ = undef;
$res{$template} = <$fh>;

View File

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

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6de509325869321cd46b2e483628c984526fcf6e63130eb2748b0f2b789d2913
size 3140
oid sha256:682a9bf494046e4a9855b40eb07098f39bda7aa3877b69210d632313abfaaf40
size 3143

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2763bb62136f157098fa14e5a70d67fca874e24997a643130e12d25ed6302f82
size 2075319
oid sha256:d66ece943e6102eac18acd98e3fa8a4cba86e4e2ab121b3f3944a9b04bba0ec9
size 2074689

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.14.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -156,7 +157,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

View File

@ -1,3 +1,3 @@
2014-04-01 14:54:08 +0200
GIT Revision: fa168d77aa956ca2fca7ead4bd37cbf804dcc600
2014-04-14 22:10:59 +0200
GIT Revision: eafcebd70438f3913faa62ec6d85d4454381903f
GIT Branch: stable