Accepting request 183490 from Kernel:HEAD

commit abd0978f6727424b47ce831e8adb6d6b052bf07b

OBS-URL: https://build.opensuse.org/request/show/183490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=197
This commit is contained in:
Stephan Kulow 2013-07-17 13:45:07 +00:00 committed by Git OBS Bridge
commit 3462a2f820
38 changed files with 735 additions and 33 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@
+ppc64 ppc64/vanilla
# ARM architectures
#+armv5tel armv5tel/versatile
+armv6hl armv6hl/default
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+armv7hl armv7hl/cubox

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f8fac933218e87d2058974530a976ddc0d68282467becf8657954588226e174
size 252211
oid sha256:2a010d053722f0ed3146f1c561f7a0ecb222cd6b32548ba71c88ec77589daa40
size 256111

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <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

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <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/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -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

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.10.1
%if %using_buildservice
Release: <RELEASE>.g062e800
Release: <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

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.gabd0978
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6639169cd708be122831d30bb71f8042375268b21fb08d60a5b3163a117b3aa3
size 7742
oid sha256:5d684d54f47eed7c10b5e362463ccd30c83b976c925ef88e413bca67efd04f62
size 7764

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad51eca790890fc470b100483df1f182c11775aaab419fd76629a14ae431a155
size 15071
oid sha256:be51a96e163c114e8bb468f0feae0c4b5fdd1726a4fb407c08827e38c3ff19f7
size 15656

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3b6addd32e703e7d4e4e03f02afeffdd21200f6ed857a93f3434a27acce9d51
size 6531
oid sha256:d7aa779ef7d7038924bf566e620b5124a707c4d5240647670886dc3cdb87709a
size 6886

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10bef549cba5484d69680c0705de5b4df43b506e3fda99af09221d749b7e12de
size 4450
oid sha256:58c7b6b1dd3dc57ad31fc5f53d138b3843c043c98d05c1534e4145c5838898c6
size 4480

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19d30636646c36db045e81a11f090729155b93284f1eb9f454b43866ec309988
size 2097163
oid sha256:2cf468ea8c32b11d6c4f61ea7d432f06b486953d176d4dab82301c190cfb3089
size 2099514

View File

@ -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

View File

@ -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