From 62cedfd65e33f792c0133935572b71d03949492ed55021f44ec64bd2c8ad0c37 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 10 Jan 2014 07:01:50 +0000 Subject: [PATCH] commit 5500afe6e73a9f9f235d1e4036febdc040fb3a91 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7704 --- arch-symbols | 2 +- config-options.changes.txt | 10 +++++ config.tar.bz2 | 4 +- kernel-debug.changes | 24 +++++++++++ kernel-debug.spec | 2 +- kernel-default.changes | 24 +++++++++++ kernel-default.spec | 2 +- kernel-desktop.changes | 24 +++++++++++ kernel-desktop.spec | 2 +- kernel-docs.changes | 24 +++++++++++ kernel-docs.spec | 2 +- kernel-ec2.changes | 24 +++++++++++ kernel-ec2.spec | 2 +- kernel-exynos.changes | 24 +++++++++++ kernel-exynos.spec | 2 +- kernel-lpae.changes | 24 +++++++++++ kernel-lpae.spec | 2 +- kernel-obs-build.spec | 81 ++++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 61 ++++++++++++++++++++++++++++ kernel-pae.changes | 24 +++++++++++ kernel-pae.spec | 2 +- kernel-source.changes | 24 +++++++++++ kernel-source.spec | 2 +- kernel-syms.changes | 24 +++++++++++ kernel-syms.spec | 2 +- kernel-trace.changes | 24 +++++++++++ kernel-trace.spec | 2 +- kernel-vanilla.changes | 24 +++++++++++ kernel-vanilla.spec | 2 +- kernel-xen.changes | 24 +++++++++++ kernel-xen.spec | 2 +- linux-3.12.tar.bz2 | 3 -- patches.drivers.tar.bz2 | 4 +- patches.kernel.org.tar.bz2 | 4 +- source-timestamp | 4 +- 35 files changed, 486 insertions(+), 25 deletions(-) create mode 100644 kernel-obs-build.spec create mode 100644 kernel-obs-qa.spec delete mode 100644 linux-3.12.tar.bz2 diff --git a/arch-symbols b/arch-symbols index 8bc15266..b374c83f 100644 --- a/arch-symbols +++ b/arch-symbols @@ -25,7 +25,7 @@ if [ "$1" = "--list" ]; then # List all known architectures - echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64 + echo i386 mips{,64} sparc{,64} ppc{,64,64le} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64 exit 0 fi diff --git a/config-options.changes.txt b/config-options.changes.txt index 852738c2..9e638eb1 100644 --- a/config-options.changes.txt +++ b/config-options.changes.txt @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 9 14:38:52 CET 2014 - jdelvare@suse.de + +- Forcing module unloading can't lead to anything good. If + reference counting is wrong then it should be fixed. If the + reference count is right and a regular (unforced) unloading + doesn't work, then a forced unloading can only lead to chaos and + ultimately a kernel crash. + - CONFIG_MODULE_FORCE_UNLOAD=n + ------------------------------------------------------------------- Mon Jan 6 15:06:59 CET 2014 - jdelvare@suse.de diff --git a/config.tar.bz2 b/config.tar.bz2 index 7373eac3..f46d1cb9 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:389abc500751e3d7ac482011b48fe1ac7604979f74e63eff1f7fa97f2e424e1c -size 316408 +oid sha256:132eb34a33afea1d4371557440aba8b5d404c024f1a700f57236e9529070873e +size 316635 diff --git a/kernel-debug.changes b/kernel-debug.changes index fc0516f0..89c004c1 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index c0b4cc4a..01137fa9 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -61,7 +61,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index fc0516f0..89c004c1 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 6995c419..1cf6d6e1 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -61,7 +61,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-desktop.changes b/kernel-desktop.changes index fc0516f0..89c004c1 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 16939c87..3a177a29 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -61,7 +61,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index fc0516f0..89c004c1 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index f39b2d72..107d298c 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -26,7 +26,7 @@ Name: kernel-docs Summary: Kernel Documentation Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index fc0516f0..89c004c1 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index c22ca08f..8252636d 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -61,7 +61,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-exynos.changes b/kernel-exynos.changes index fc0516f0..89c004c1 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 98621726..509b1baf 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -61,7 +61,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index fc0516f0..89c004c1 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 8ea3af3f..6961241c 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -61,7 +61,7 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec new file mode 100644 index 00000000..041fe789 --- /dev/null +++ b/kernel-obs-build.spec @@ -0,0 +1,81 @@ +# +# spec file for package kernel-obs-build +# +# Copyright (c) 2013 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 + +Name: kernel-obs-build +BuildRequires: mkinitrd +BuildRequires: device-mapper +BuildRequires: coreutils util-linux + +BuildRequires: kernel-default +%ifarch %ix86 x86_64 +BuildRequires: kernel-xen +%endif +%if 0%{?suse_version} < 1200 +# For SLE 11 +BuildRequires: yast2-bootloader +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: SLES +%endif +License: GPL +Summary: package kernel and initrd for OBS VM builds +Version: 1 +Release: 0 + +%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 +# 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" +mkdir -p /sys +mount /sys /sys -t sysfs +ROOT="/dev/vda" +[ -e /dev/hda1 ] && ROOT="/dev/hda1" # for xen builds +/sbin/mkinitrd -d $ROOT \ + -m "$KERNEL_MODULES" \ + -k /boot/vmlinu?-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm + +%ifarch %ix86 x86_64 +/sbin/mkinitrd -d $ROOT \ + -m "$KERNEL_MODULES" \ + -k /boot/vmlinuz-xen -M /boot/System.map-*-xen -i /tmp/initrd.xen +%endif + +%install +install -d -m 0755 $RPM_BUILD_ROOT +cp -v /boot/vmlinu?-*-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 /tmp/initrd.xen $RPM_BUILD_ROOT/.build.initrd.xen +%endif + +%files +%defattr(-,root,root) +/.build.kernel.* +/.build.initrd.* + diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec new file mode 100644 index 00000000..08cbe121 --- /dev/null +++ b/kernel-obs-qa.spec @@ -0,0 +1,61 @@ +# +# spec file for package kernel-obs-build +# +# Copyright (c) 2013 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 + +Name: kernel-obs-qa +BuildRequires: module-init-tools +BuildRequires: kernel-default +%ifarch %ix86 x86_64 +BuildRequires: kernel-xen +%endif +%if 0%{?suse_version} < 1200 +# for SLE 11 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: SLES +%endif +License: GPL +Summary: Basic QA tests for the kernel +Version: 1 +Release: 0 + +%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 + diff --git a/kernel-pae.changes b/kernel-pae.changes index fc0516f0..89c004c1 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index b3b62a01..66e25f58 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -61,7 +61,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index fc0516f0..89c004c1 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 09209b4d..95eeb051 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -31,7 +31,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index fc0516f0..89c004c1 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index efd9f79e..fc581965 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -26,7 +26,7 @@ Summary: Kernel Symbol Versions (modversions) Version: 3.13.rc7 %if %using_buildservice %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-trace.changes b/kernel-trace.changes index fc0516f0..89c004c1 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 4d2453de..702f215a 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -61,7 +61,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index fc0516f0..89c004c1 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 8f7c47d6..96a5b031 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -61,7 +61,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/kernel-xen.changes b/kernel-xen.changes index fc0516f0..89c004c1 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 9 14:41:51 CET 2014 - jdelvare@suse.de + +- Disable CONFIG_MODULE_FORCE_UNLOAD (bnc#857673) + Forcing module unloading can't lead to anything good. If reference + counting is wrong then it should be fixed. If the reference count is + right and a regular (unforced) unloading doesn't work, then a forced + unloading can only lead to chaos and ultimately a kernel crash. +- commit 3d57f73 + +------------------------------------------------------------------- +Thu Jan 9 13:14:25 CET 2014 - afaerber@suse.de + +- config: armv6hl: Extend default config for Raspberry Pi + Enable CONFIG_FB_SIMPLE as that's what U-Boot exposes in DT. +- commit c7b8797 + ------------------------------------------------------------------- Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de @@ -155,6 +172,13 @@ Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de - Disable simplefb and x86 sysfb due to breakage (bnc#855821) - commit 656db57 +------------------------------------------------------------------- +Wed Dec 18 14:30:00 CET 2013 - adrian@suse.de + +- Add kernel-obs-build to use the distribution kernel within OBS VM builds. + Add kernel-obs-qa to test that the kernel is booting within OBS VMs. It may run also further tests later on. +- commit e9cfd5c + ------------------------------------------------------------------- Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 784d3584..8f626f03 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -61,7 +61,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 3.13.rc7 %if 0%{?is_kotd} -Release: .g57a2f1c +Release: .g5500afe %else Release: 0 %endif diff --git a/linux-3.12.tar.bz2 b/linux-3.12.tar.bz2 deleted file mode 100644 index 74e4f9ee..00000000 --- a/linux-3.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43129defd9079c99cf5e57506d36b6b01614c734a5ed9e604d3a7c1510ab8b22 -size 91111381 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index c0f6a834..f9c621d1 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e252f4c5d369e44888e40ca658168a21a3e886e82c41ef2eb85db0aac783e7ad -size 6089 +oid sha256:1e4879f3b1103b28f9e6f247d01b8313c6b53ef33d6ee9ef574be5381c5b1569 +size 3435 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 6c7523bd..3f8741cd 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c767d187caa1a0906362e503afa7530f74ab0fc14086dba219e487c0d5b57bbf -size 43442 +oid sha256:ee18541c0eac40ab98a3cc2afffb20d24e6531f3cdbb7990b74d2deb7c88225b +size 133 diff --git a/source-timestamp b/source-timestamp index f8ffce78..00e23f17 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2014-01-08 18:30:05 +0100 -GIT Revision: 57a2f1c8a19eb6e5cd9403a32c6f256d9d4c6dad +2014-01-09 22:05:07 +0100 +GIT Revision: 5500afe6e73a9f9f235d1e4036febdc040fb3a91 GIT Branch: master