commit 3dcd746031cdb2592c25e2af715c1a30bff22bdc

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=221
This commit is contained in:
Michal Marek 2013-07-03 06:06:47 +00:00 committed by Git OBS Bridge
parent 8c092e7e6b
commit 6f152f6c36
43 changed files with 3408 additions and 130 deletions

View File

@ -38,7 +38,7 @@
+ppc64 ppc64/vanilla
# ARM architectures
+armv5tel armv5tel/versatile
#+armv5tel armv5tel/versatile
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+armv7hl armv7hl/cubox
@ -51,7 +51,3 @@
#+s390x s390x/default
#+s390x -syms s390x/trace
#+s390x s390x/vanilla
# Maintained by jengelh
# +sparc64 sparc64/default
# +sparc64 -syms sparc64/net

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.9
SRCVERSION=3.10
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74f06bca3a70a806acbe9d819ab2df4467d27f93498805806ba07649af63526b
size 254661
oid sha256:c71a927aa45999afa14998f42fd52143d66ca42c03fa278018c4e9ee9be58976
size 252171

View File

@ -26,7 +26,7 @@ sub scan
foreach $_ (`find "$loc"`)
{
chomp $_;
if (!-f $_) {
if (-d $_ && !-l $_) {
# Generate directory list later.
next;
}
@ -34,6 +34,7 @@ sub scan
m{^\Q$loc\E.*/Kconfig} ||
m{^\Q$loc\E.*/Kbuild} ||
m{^\Q$loc\E.*/Makefile} ||
m{^\Q$loc\E/arch/[^/]+/boot/dts/include/dt-bindings\b} ||
m{^\Q$loc\E/arch/[^/]+/include\b} ||
m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} ||
m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} ||

View File

@ -461,7 +461,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -538,7 +538,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -541,7 +541,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -548,7 +548,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -550,7 +550,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -17,15 +17,15 @@
# norootforbuild
%define patchversion 3.9.8
%define patchversion 3.10.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
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,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -540,7 +540,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -537,7 +537,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -538,7 +538,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -547,7 +547,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -29,8 +29,8 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/
@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%files -f nondevel.files
%defattr(-, root, root)
/usr/src/linux%variant-%kernelrelease/README.SUSE
%files -n kernel-devel%variant -f devel.files
%defattr(-,root,root)

View File

@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%files -f nondevel.files
%defattr(-, root, root)
/usr/src/linux%variant-%kernelrelease/README.SUSE
%files -n kernel-devel%variant -f devel.files
%defattr(-,root,root)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.9.8
Version: 3.10.0
%if %using_buildservice
Release: <RELEASE>.gf3348a8
Release: <RELEASE>.g3dcd746
%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
@ -53,9 +53,6 @@ Requires: kernel-lpae-devel = %version-%source_rel
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
%ifarch armv5tel
Requires: kernel-versatile-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
@ -64,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 armv5tel armv7hl ppc ppc64 x86_64
ExclusiveArch: %ix86 aarch64 armv7hl ppc ppc64 x86_64
Prefix: /usr/src
%description

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -540,7 +540,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -537,7 +537,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
- Update to 3.10-final.
- commit f080c74
-------------------------------------------------------------------
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
- arm: cubox, use timer initialization directly in the machine descriptor
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.8.
- commit f3348a8
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
- Refresh patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch.
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 0e47df9
-------------------------------------------------------------------
Thu Jun 27 18:07:54 CEST 2013 - mszeredi@suse.cz
- Revert "overlayfs: api: do_splice_direct has changed."
This reverts commit 6cbfbd0e38cefde22aef0daf8be435a26aa840f7.
This does not work as new_file->f_pos will not get updated so the file position
will never advance.
- commit 93bc660
-------------------------------------------------------------------
Thu Jun 27 17:14:19 CEST 2013 - jeffm@suse.com
- overlayfs: api: do_splice_direct has changed.
- commit 6cbfbd0
-------------------------------------------------------------------
Thu Jun 27 09:33:57 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: build lpae kernel as zImage
- commit 0fcc327
-------------------------------------------------------------------
Wed Jun 26 23:16:51 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc7.
- Eliminated 1 patch.
- commit 888aa58
-------------------------------------------------------------------
Wed Jun 26 17:45:49 CEST 2013 - dmueller@suse.com
- arm: fix cubox build by reverting removal of mach-types
- commit ff0165e
-------------------------------------------------------------------
Fri Jun 21 16:54:34 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc6 and c/s 1235.
- commit 20cc894
-------------------------------------------------------------------
Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
@ -11,6 +73,18 @@ Thu Jun 20 21:38:08 CEST 2013 - jslaby@suse.cz
- Update config files.
- commit fccf19c
-------------------------------------------------------------------
Mon Jun 17 20:58:06 CEST 2013 - jeffm@suse.com
- config: update vanilla configs for -rc6.
- commit ca41cec
-------------------------------------------------------------------
Mon Jun 17 20:47:40 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc6.
- commit dbed8c7
-------------------------------------------------------------------
Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
@ -18,6 +92,30 @@ Thu Jun 13 21:23:10 CEST 2013 - jslaby@suse.cz
- Refresh patches.xen/xen3-patch-3.8.
- commit 8ead728
-------------------------------------------------------------------
Tue Jun 11 16:51:44 CEST 2013 - dmueller@suse.com
- arm: topology: export cpu_topology
- commit e3dca27
-------------------------------------------------------------------
Mon Jun 10 19:32:09 CEST 2013 - dmueller@suse.com
- Update and reenable armv7hl configs
- commit 2d22236
-------------------------------------------------------------------
Mon Jun 10 16:28:11 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc5.
- commit 1ce1338
-------------------------------------------------------------------
Mon Jun 10 12:46:05 CEST 2013 - schwab@suse.de
- Update arm64/default and reenable it
- commit 4d0acbd
-------------------------------------------------------------------
Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
@ -28,6 +126,91 @@ Sun Jun 9 20:00:41 CEST 2013 - jslaby@suse.cz
patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup.
- commit 08531e3
-------------------------------------------------------------------
Wed Jun 5 17:55:02 CEST 2013 - jeffm@suse.com
- powerpc: add missing include to book3s_xics.c.
- commit fc06ef7
-------------------------------------------------------------------
Wed Jun 5 15:41:12 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.10-rc4.
- use vCPU time info registration to support vread_pvclock().
- Delete patches.xen/xen-netback-nr-irqs.
- config.conf: Re-enable Xen flavors.
- Update x86 config files.
- commit 4967b19
-------------------------------------------------------------------
Wed Jun 5 15:28:47 CEST 2013 - jbeulich@suse.com
- Refresh and re-enable patches.arch/x86_64-unwind-annotations.
- commit 8f640b2
-------------------------------------------------------------------
Wed Jun 5 12:37:10 CEST 2013 - mszeredi@suse.cz
- Refreshed overlayfs patches
- commit 0c856a9
-------------------------------------------------------------------
Mon Jun 3 16:57:04 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc4.
- Eliminated 4 patches.
- commit b3d0118
-------------------------------------------------------------------
Mon Jun 3 16:53:24 CEST 2013 - jeffm@suse.com
- vtime: Use consistent clocks among nohz accounting.
- commit 731983f
-------------------------------------------------------------------
Fri May 31 22:24:48 CEST 2013 - jeffm@suse.com
- reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry
(bnc#822722).
- commit 244eade
-------------------------------------------------------------------
Fri May 31 22:23:36 CEST 2013 - jeffm@suse.com
- reiserfs: fix problems with chowning setuid file w/ xattrs
(bnc#790920).
- commit 951bebc
-------------------------------------------------------------------
Fri May 31 15:47:46 CEST 2013 - jeffm@suse.com
- iscsi-target: fix heap buffer overflow on error (CVE-2013-2850,
bnc#821560).
- commit 0799911
-------------------------------------------------------------------
Wed May 29 17:45:41 CEST 2013 - jdelvare@suse.de
- Update config files: Modularize HID drivers
Modularize all HID drivers which can easily be. Some couldn't due to
weird Kconfig dependencies.
- commit 02ccd70
-------------------------------------------------------------------
Wed May 29 10:42:00 CEST 2013 - jdelvare@suse.de
- Update config files: disable RADIO_SI476X
RADIO_SI476X selects SND_SOC_SI476X, which depends on SND_SOC which we do
not have.
- commit e75c4a8
-------------------------------------------------------------------
Tue May 28 17:10:30 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc3.
- 2 patches eliminated.
- commit b74ef38
-------------------------------------------------------------------
Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
@ -36,12 +219,54 @@ Fri May 24 21:52:42 CEST 2013 - jslaby@suse.cz
patches.kernel.org/x86-Fix-bit-corruption-at-CPU-resume-time.patch.
- commit 51bf0ff
-------------------------------------------------------------------
Wed May 22 21:52:19 CEST 2013 - jslaby@suse.cz
- Refresh
patches.fixes/misdn-add-support-for-group-membership-check.
Let's use the new UID/GID API.
- commit 17413bd
-------------------------------------------------------------------
Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com
- Remove unused 3.9-stable patches.
- commit d28ac96
-------------------------------------------------------------------
Wed May 22 18:20:05 CEST 2013 - jslaby@suse.cz
- x86: Fix bit corruption at CPU resume time.
- commit 06ad9d8
-------------------------------------------------------------------
Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com
- config: remove sparc64 configs
The sparc64 configs have been completely unmaintained for two years.
If someone wants to resurrect support, we'll accept patches.
- commit 17364b5
-------------------------------------------------------------------
Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com
- sparc64: revert accidental changes during the 3.9-rc2 update
- commit b120c5a
-------------------------------------------------------------------
Wed May 22 10:58:24 CEST 2013 - schwab@suse.de
- Update group-source-files.pl to handle symlink to directory
Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel
files and avoid listing README.SUSE twice.
- commit ba8f987
-------------------------------------------------------------------
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc2.
- commit e454a38
-------------------------------------------------------------------
Mon May 20 10:50:12 CEST 2013 - jslaby@suse.cz
@ -80,6 +305,17 @@ Thu May 16 10:42:09 CEST 2013 - jdelvare@suse.de
CONFIG_ZSMALLOC=m to =y in all configuration files to fix the build.
- commit 861551b
-------------------------------------------------------------------
Tue May 14 15:47:00 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 10 patches.
- Xen is disabled.
- ARM configs are disabled pending updates.
- In-kernel Bootsplash has been removed.
- EXT4 rich acls are re-enabled after having the index officially reserved.
- commit 0ead2af
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.8
%define srcversion 3.10
%define patchversion 3.10.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.9.8
Release: <RELEASE>.gf3348a8
Version: 3.10.0
Release: <RELEASE>.g3dcd746
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -540,7 +540,7 @@ add_vmlinux()
%ifarch %arm
add_vmlinux --compressed
case "%build_flavor" in
default)
default | lpae)
image=zImage
;;
*)

3
linux-3.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46c9e55e1fddf40813b8d697d5645037a8e2af5c1a8dff52b3fe82b5021582b8
size 87164931

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dbe24a4ef2f3f87dcdfbd87b29cf94281e05521ad0bfe804f16a7152c3672d3
size 80501
oid sha256:afc7fdab8a5d1848feec4ad81224b274f74178e89d35004debc58956eae52f6d
size 150728

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73a73911e41ee1c333eaf73efbac7e67a4c47006931f5975baf90d176583ddd6
size 4276
oid sha256:10bef549cba5484d69680c0705de5b4df43b506e3fda99af09221d749b7e12de
size 4450

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74843bf5f7c841424a21be2fe82d6b13a03910ec02ea7c87fbbb621f6438278b
size 151943
oid sha256:e1086d7a58f4db478b44c7fdd32e4a4decfd330fcee869b84d8bf1d06feae1e0
size 115346

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bac059bd4145d7d88275df572163ee15a0f3f1e726782a88e8c78852043122e1
size 2097307
oid sha256:16678b038429d0ea2692e3dab2bb69522d1dde79f0f78262e0f09b360b5c6af9
size 2122479

View File

@ -27,14 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.9.1
patches.kernel.org/patch-3.9.1-2
patches.kernel.org/patch-3.9.2-3
patches.kernel.org/patch-3.9.3-4
patches.kernel.org/patch-3.9.4-5
patches.kernel.org/patch-3.9.5-6
patches.kernel.org/patch-3.9.6-7
patches.kernel.org/patch-3.9.7-8
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -47,6 +39,7 @@
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/sb105x-remove-asm-segment-h-dependency
patches.rpmify/ptp-pch-depends-on-x86
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c
########################################################
# kABI consistency patches
@ -165,13 +158,10 @@
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
patches.arch/arm-imx-usb.patch
patches.arch/arm-omap3isp.patch
patches.arch/arm-kvm-iommu.patch
patches.arch/arm-fec.patch
patches.arch/arm-smdkv310.patch
patches.arch/arm-exynos-devtree.patch
patches.arch/arm-highbank-cpuidle.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
########################################################
# S/390
@ -233,11 +223,6 @@
########################################################
# Suse specific stuff
########################################################
patches.suse/suse-hv-fate314663-0008-Drivers-hv-balloon-Execute-balloon-inflation-in-a-se.patch
patches.suse/suse-hv-fate314663-0009-Drivers-hv-balloon-Execute-hot-add-code-in-a-separat.patch
patches.suse/suse-hv-fate314665-0032-Drivers-hv-vmbus-Handle-channel-rescind-message-corr.patch
patches.suse/suse-hv-synthetic-video.patch
patches.suse/suse-hv-fate314663-0001-Drivers-hv-balloon-Do-not-request-completion-notific.patch
########################################################
# Networking, IPv6
@ -312,12 +297,11 @@
# The RICHACL name index was used for system xattrs. This needs
# to be sorted out upstream.
+jeffm patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
########################################################
# other filesystem stuff
########################################################
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
patches.drivers/pstore_disable_efi_backend_by_default.patch
########################################################
@ -326,17 +310,13 @@
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
patches.suse/ovl03-vfs-introduce-clone_private_mount.patch
patches.suse/ovl04-overlay-filesystem.patch
patches.suse/ovl05-overlayfs-add-statfs-support.patch
patches.suse/ovl06-overlayfs-implement-show_options.patch
patches.suse/ovl07-overlay-overlay-filesystem-documentation.patch
patches.suse/ovl08-fs-limit-filesystem-stacking-depth.patch
patches.suse/ovl09-overlayfs-fix-possible-leak-in-ovl_new_inode.patch
patches.suse/ovl10-overlayfs-create-new-inode-in-ovl_link.patch
patches.suse/ovl11-vfs-export-__inode_permission-to-modules.patch
patches.suse/ovl12-ovl-switch-to-__inode_permission.patch
patches.suse/ovl13-overlayfs-copy-up-i_uid-i_gid-from-the-underlying-in.patch
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
patches.suse/ovl05-overlay-filesystem.patch
patches.suse/ovl06-overlayfs-add-statfs-support.patch
patches.suse/ovl07-overlayfs-implement-show_options.patch
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
########################################################
# Swap-over-NFS
@ -429,8 +409,8 @@
########################################################
# Input & Console
########################################################
patches.suse/SUSE-bootsplash
patches.suse/SUSE-bootsplash-mgadrmfb-workaround
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
@ -445,7 +425,6 @@
########################################################
# Other driver fixes
########################################################
patches.fixes/parport-mutex
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
@ -510,7 +489,7 @@
patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/no-frame-pointer-select
+jbeulich patches.arch/x86_64-unwind-annotations
patches.arch/x86_64-unwind-annotations
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
########################################################
@ -623,7 +602,7 @@
patches.xen/xen3-patch-3.7
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.9.1
patches.xen/xen3-patch-3.10-rc6
# ports of other patches
patches.xen/xen3-010-acpi_initrd_override_tables.patch
@ -657,7 +636,6 @@
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
@ -679,3 +657,4 @@
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd
patches.xen/xen-x86_64-vread-pvclock

View File

@ -1,3 +1,3 @@
2013-06-28 01:52:25 +0200
GIT Revision: f3348a8898e061e14f49539178bc470b96a36836
2013-07-01 15:38:11 +0200
GIT Revision: 3dcd746031cdb2592c25e2af715c1a30bff22bdc
GIT Branch: stable