diff --git a/arch-symbols b/arch-symbols index 54f93274..8bc15266 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 armv5tel armv7hl arm64 + echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64 exit 0 fi diff --git a/config.conf b/config.conf index 5b9c11ea..ad9d0afd 100644 --- a/config.conf +++ b/config.conf @@ -38,7 +38,7 @@ +ppc64 ppc64/vanilla # ARM architectures -#+armv5tel armv5tel/versatile ++armv6hl armv6hl/default +armv7hl armv7hl/default +armv7hl armv7hl/lpae +armv7hl armv7hl/cubox diff --git a/config.tar.bz2 b/config.tar.bz2 index adc306ef..b03bd9f0 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f8fac933218e87d2058974530a976ddc0d68282467becf8657954588226e174 -size 252211 +oid sha256:2a010d053722f0ed3146f1c561f7a0ecb222cd6b32548ba71c88ec77589daa40 +size 256111 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 37e91458..5b4d121b 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 8bee89d0..e7837cf2 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -60,7 +60,7 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-debug.changes b/kernel-debug.changes index 37e91458..5b4d121b 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 651a5fb8..7efcb92d 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -60,7 +60,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-default.changes b/kernel-default.changes index 37e91458..5b4d121b 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 10fa2164..479d8791 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -60,7 +60,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ @@ -217,7 +217,7 @@ Source113: patches.kabi.tar.bz2 Source120: kabi.tar.bz2 Source121: sysctl.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64 +ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64 %define kmp_target_cpu %_target_cpu %ifarch %ix86 # Only i386/default supports i586, mark other flavors' packages as i686 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 37e91458..5b4d121b 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 5d75e839..dfde0622 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -60,7 +60,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-docs.changes b/kernel-docs.changes index 37e91458..5b4d121b 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 360ec52d..081c9a95 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -25,7 +25,7 @@ Name: kernel-docs Summary: Kernel Documentation Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant Url: http://www.kernel.org/ diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 37e91458..5b4d121b 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 903af8e9..14f36e96 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -60,7 +60,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 37e91458..5b4d121b 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-exynos.spec b/kernel-exynos.spec index ebf0d941..48e4f04f 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -60,7 +60,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 37e91458..5b4d121b 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 93185ee6..7e5d338d 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -60,7 +60,7 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-pae.changes b/kernel-pae.changes index 37e91458..5b4d121b 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index d6b48b95..426f9b3b 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -60,7 +60,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-source.changes b/kernel-source.changes index 37e91458..5b4d121b 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 0059fccb..20234b4f 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: Development/Sources Url: http://www.kernel.org/ diff --git a/kernel-syms.changes b/kernel-syms.changes index 37e91458..5b4d121b 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index e9d03e69..8c8422a0 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -25,7 +25,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 3.10.1 %if %using_buildservice -Release: .g062e800 +Release: .gabd0978 %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release @@ -38,7 +38,7 @@ BuildRequires: coreutils %ifarch armv7hl Requires: kernel-cubox-devel = %version-%source_rel %endif -%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64 +%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64 Requires: kernel-default-devel = %version-%source_rel %endif %ifarch %ix86 x86_64 @@ -61,7 +61,7 @@ Provides: %name = %version-%source_rel Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 aarch64 armv7hl ppc ppc64 x86_64 +ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 x86_64 Prefix: /usr/src %description diff --git a/kernel-trace.changes b/kernel-trace.changes index 37e91458..5b4d121b 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index c30f7c7e..001c8ed3 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -60,7 +60,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 37e91458..5b4d121b 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 7120375c..326e6619 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -60,7 +60,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-xen.changes b/kernel-xen.changes index 37e91458..5b4d121b 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz + +- Refresh patches.drivers/elousb.patch. +- commit abd0978 + +------------------------------------------------------------------- +Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz + +- drm/nouveau: use vmalloc for pgt allocation (bnc#802347). +- commit 114f846 + +------------------------------------------------------------------- +Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com + +- Updated patch-mainline headers. +- commit ba04848 + +------------------------------------------------------------------- +Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com + +- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946) + NO_HZ_FULL mode was introduced in v3.10 but still has some + problems to be worked out. Most notably are issues with + CPU accounting and how it interacts with power states. + We'll re-enable it when it's been proven to be stable. +- commit 80c46a2 + +------------------------------------------------------------------- +Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com + +- Refresh Xen patches (bnc#814211, bnc#826374). +- commit 56bb9c2 + +------------------------------------------------------------------- +Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz + +- Revert "cpufreq: Fix cpufreq regression after suspend/resume". +- commit 3bcd588 + ------------------------------------------------------------------- Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz @@ -70,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com initialization function itself. - commit d522780 +------------------------------------------------------------------- +Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com + +- arm: add and reenable armv6hl + We've recently decided to remove the softfp + targets from the openSUSE ARM portfolio. Add + a armv6hl default kernel flavor and remove + traces of armv5tel. +- commit 62a3621 + ------------------------------------------------------------------- Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index 2550a11a..726787d5 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -60,7 +60,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 3.10.1 -Release: .g062e800 +Release: .gabd0978 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index c15488fe..82a461d4 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:6639169cd708be122831d30bb71f8042375268b21fb08d60a5b3163a117b3aa3 -size 7742 +oid sha256:5d684d54f47eed7c10b5e362463ccd30c83b976c925ef88e413bca67efd04f62 +size 7764 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index e9edc710..916d986e 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad51eca790890fc470b100483df1f182c11775aaab419fd76629a14ae431a155 -size 15071 +oid sha256:be51a96e163c114e8bb468f0feae0c4b5fdd1726a4fb407c08827e38c3ff19f7 +size 15656 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index c841e02e..46271c7c 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:b3b6addd32e703e7d4e4e03f02afeffdd21200f6ed857a93f3434a27acce9d51 -size 6531 +oid sha256:d7aa779ef7d7038924bf566e620b5124a707c4d5240647670886dc3cdb87709a +size 6886 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 47c08db4..4d6552d7 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10bef549cba5484d69680c0705de5b4df43b506e3fda99af09221d749b7e12de -size 4450 +oid sha256:58c7b6b1dd3dc57ad31fc5f53d138b3843c043c98d05c1534e4145c5838898c6 +size 4480 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 60b751f8..149bd111 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19d30636646c36db045e81a11f090729155b93284f1eb9f454b43866ec309988 -size 2097163 +oid sha256:2cf468ea8c32b11d6c4f61ea7d432f06b486953d176d4dab82301c190cfb3089 +size 2099514 diff --git a/series.conf b/series.conf index ff3dcbc0..bbbbce1f 100644 --- a/series.conf +++ b/series.conf @@ -28,6 +28,7 @@ # Send separate patches upstream if you find a problem... ######################################################## patches.kernel.org/patch-3.10.1 + patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -378,6 +379,7 @@ ######################################################## patches.drivers/drm-cirrus-Correct-register-values-for-16bpp patches.drivers/drm-cirrus-Use-16bpp-as-default + patches.fixes/drm-nouveau-use-vmalloc-for-pgt-allocation.patch ######################################################## # video4linux diff --git a/source-timestamp b/source-timestamp index 9329f66a..949df99e 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-07-14 09:09:42 +0200 -GIT Revision: 062e800d86d83efabb25bd0b5d4a5b8db5e75459 +2013-07-16 22:16:18 +0200 +GIT Revision: abd0978f6727424b47ce831e8adb6d6b052bf07b GIT Branch: master