GIT Revision: 7a3a50c7159139d8487b9e2234b446561d14f3f5
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7286
This commit is contained in:
parent
04624c5e94
commit
8f6e866c5a
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.4
|
||||
SRCVERSION=3.5-rc3
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd4273b95edb8c3e1671382223cd1705f32dc320fab175ca9127b7ffb8f57acd
|
||||
size 298207
|
||||
oid sha256:1df2c76523fc621dd47f7b5c5ebe54f5755d91bbba312b0fd3fbb438943a3b9c
|
||||
size 307000
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -155,7 +155,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.4.0
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
Provides: %name = %version-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -147,7 +147,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:54:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Fixed up post-3.5-merge conflicts.
|
||||
- patches.drivers/mach-dove-Fixup-ge00-initialisation.patch.
|
||||
- patches.drivers/spi-orion-convert-to-new-infrastructure.patch.
|
||||
- commit 7a3a50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 20:38:05 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc3.
|
||||
- commit 3ee859e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:47:15 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Delete patches.xen/frontswap-config.
|
||||
- Delete patches.xen/frontswap-core.
|
||||
- Delete patches.xen/frontswap-header.
|
||||
- Delete patches.xen/frontswap-hooks.
|
||||
- commit cb6120e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:45:22 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Refresh an re-enable patches.arch/x86_64-unwind-annotations.
|
||||
- commit 9ed2387
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:02:46 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
|
||||
- commit d161b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -39,6 +74,15 @@ Wed Jun 13 12:31:48 CEST 2012 - hare@suse.de
|
||||
- rpm/package-descriptions: Add cubox description
|
||||
- commit bfddec4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:04:20 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-rc2.
|
||||
- Xen needs update.
|
||||
- ARM needs update.
|
||||
- Eliminated 13 patches.
|
||||
- commit 3f461b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 10:42:11 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.4
|
||||
%define patchversion 3.4.0
|
||||
%define srcversion 3.5-rc3
|
||||
%define patchversion 3.5.0-rc3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.4.0
|
||||
Version: 3.5.rc3
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.5-rc3.tar.bz2
Normal file
3
linux-3.5-rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7a79b3be03b9b6821320d53f9f370dff1cbdca999311b9388e81f132a24546b
|
||||
size 80969219
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c310a6cf096d3596ec26cf92274d1035416c14fb05707a9cdebf0322347d07c
|
||||
size 6622
|
||||
oid sha256:aa2f807b635e255bfad67ef2f6c5be6cf321c84678ff88188eebefb06fb1b316
|
||||
size 6620
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:642dc98ff0a504975a55b7881e9b0add048e359c0ecc28031315112a3238c98c
|
||||
size 83131
|
||||
oid sha256:9be78ae0c324153328ac62142e10d310568c5a7ea9baf4c154d03ecd9c8de41d
|
||||
size 82831
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b23775c5096bc08f42e718d203e4bf5bdfa7779c8c4e1119e6e2d94170faa2
|
||||
size 11291
|
||||
oid sha256:2fdd60ca64411950b95c16d26d1941dc5a16aac61ebcdb4261ef768dd71635ac
|
||||
size 11211
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34599995446f071ec2c8070f54980faff0633dd58653e480703a7d50995f6030
|
||||
size 21008
|
||||
oid sha256:a9910710d95ec29e161a5b977bfcebb82743dd25c0ef4a4a4a6172e6236ed749
|
||||
size 21286
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58d99f1d016f23d6a44b81b0a810c569b4daa8c02c472740b3c8fa9b5be41c8b
|
||||
size 4556
|
||||
oid sha256:1446c271b6da3bee566a45aa35e5a2d6507d9f99f617b876b3f7345176b15674
|
||||
size 4586
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1a8630605b2c95a9025f8a1bcf8fa5c1256153e8ba6343aad1f925fec50a6cd
|
||||
size 140701
|
||||
oid sha256:1fae213a9a6bca1a1882bb1a27fc66d42b5eadf8c18dcb8dfd68b1e81da3078e
|
||||
size 125772
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed805ac5b763c0880aef55b83a1539594da3cc6ce019a31d797139c56bdd5db
|
||||
size 2085724
|
||||
oid sha256:9301cbb35369381dd827fcadd5e586563155556ac5ab81d2306c10a6baa70248
|
||||
size 2069869
|
||||
|
212
series.conf
212
series.conf
@ -169,13 +169,13 @@
|
||||
# VM/FS patches
|
||||
########################################################
|
||||
patches.fixes/oom-warning
|
||||
patches.fixes/grab-swap-token-oops
|
||||
|
||||
patches.fixes/remount-no-shrink-dcache
|
||||
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
@ -238,17 +238,6 @@
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/msft-hv-0349-SCSI-storvsc-Properly-handle-errors-from-the-host.patch
|
||||
patches.suse/msft-hv-0350-HID-hid-hyperv-Do-not-use-hid_parse_report-directly.patch
|
||||
patches.suse/msft-hv-0351-HID-hyperv-Set-the-hid-drvdata-correctly.patch
|
||||
patches.suse/msft-hv-0352-Drivers-hv-Get-rid-of-an-unnecessary-check-in-vmbus_.patch
|
||||
patches.suse/msft-hv-0353-Drivers-hv-util-Properly-handle-version-negotiations.patch
|
||||
patches.suse/msft-hv-0354-hv-fix-return-type-of-hv_post_message.patch
|
||||
patches.suse/msft-hv-0355-net-hyperv-Add-flow-control-based-on-hi-low-watermar.patch
|
||||
patches.suse/msft-hv-0356-usb-net-rndis-break-out-linux-rndis.h-defines.patch
|
||||
patches.suse/msft-hv-0357-usb-net-rndis-remove-ambigous-status-codes.patch
|
||||
patches.suse/msft-hv-0358-usb-net-rndis-merge-command-codes.patch
|
||||
patches.suse/suse-hv-pata_piix-ignore-disks.patch
|
||||
patches.fixes/hv-storvsc-reset-wait.patch
|
||||
|
||||
########################################################
|
||||
@ -424,7 +413,6 @@
|
||||
########################################################
|
||||
patches.suse/SUSE-bootsplash
|
||||
patches.drivers/elousb.patch
|
||||
patches.suse/elousb-2.6.35-api-changes
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
||||
|
||||
@ -557,122 +545,118 @@
|
||||
# on top of them instead. This reduces workload when
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
# UML is dead. This should be a part of xen-drivers
|
||||
+xen_needs_update patches.xen/add-console-use-vt
|
||||
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/frontswap-header
|
||||
patches.xen/frontswap-hooks
|
||||
patches.xen/frontswap-core
|
||||
patches.xen/frontswap-config
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-i386.patch
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+xen_needs_update patches.xen/ipv6-no-autoconf
|
||||
+xen_needs_update patches.xen/pci-guestdev
|
||||
+xen_needs_update patches.xen/pci-reserve
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-arch.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-common.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-i386.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
+xen_needs_update patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
+xen_needs_update patches.xen/xen3-fixup-kconfig
|
||||
+xen_needs_update patches.xen/xen3-fixup-common
|
||||
+xen_needs_update patches.xen/xen3-fixup-arch-x86
|
||||
+xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-patch-3.0
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.18
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.19
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.20
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.21
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.22
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.23
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.24
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.25
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.26
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.27
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.28
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.29
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.30
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.31
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.32
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.33
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.34
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.35
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.36
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.37
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.38
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.39
|
||||
+xen_needs_update patches.xen/xen3-patch-3.0
|
||||
+xen_needs_update patches.xen/xen3-patch-3.1
|
||||
+xen_needs_update patches.xen/xen3-patch-3.2
|
||||
+xen_needs_update patches.xen/xen3-patch-3.3
|
||||
+xen_needs_update patches.xen/xen3-patch-3.4
|
||||
+xen_needs_update patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
+xen_needs_update patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
+xen_needs_update patches.xen/xen3-stack-unwind
|
||||
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-kconfig-compat
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu-hotplug
|
||||
patches.xen/xen-pcpu-hotplug-kexec
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
+xen_needs_update patches.xen/xen-kconfig-compat
|
||||
+xen_needs_update patches.xen/xen-sys-suspend
|
||||
+xen_needs_update patches.xen/xen-ipi-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-virq-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-clockevents
|
||||
+xen_needs_update patches.xen/xen-spinlock-poll-early
|
||||
+xen_needs_update patches.xen/xen-pcpu-hotplug
|
||||
+xen_needs_update patches.xen/xen-pcpu-hotplug-kexec
|
||||
+xen_needs_update patches.xen/xen-mem-hotplug
|
||||
+xen_needs_update patches.xen/xen-swiotlb-heuristics
|
||||
+xen_needs_update patches.xen/xen-configurable-guest-devices
|
||||
+xen_needs_update patches.xen/xen-setup-gsi
|
||||
+xen_needs_update patches.xen/xen-sections
|
||||
+xen_needs_update patches.xen/xen-unpriv-build
|
||||
+xen_needs_update patches.xen/xen-cpufreq-report
|
||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
||||
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+xen_needs_update patches.xen/xen-blkback-cdrom
|
||||
+xen_needs_update patches.xen/xen-blktap-modular
|
||||
+xen_needs_update patches.xen/xen-blktap-write-barriers
|
||||
+xen_needs_update patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+xen_needs_update patches.xen/xen-blkif-op-packet
|
||||
+xen_needs_update patches.xen/xen-blkfront-cdrom
|
||||
+xen_needs_update patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
+xen_needs_update patches.xen/xen-netback-nr-irqs
|
||||
+xen_needs_update patches.xen/xen-netback-notify-multi
|
||||
+xen_needs_update patches.xen/xen-netback-generalize
|
||||
+xen_needs_update patches.xen/xen-netback-multiple-tasklets
|
||||
+xen_needs_update patches.xen/xen-netback-kernel-threads
|
||||
+xen_needs_update patches.xen/xen-cxgb3
|
||||
+xen_needs_update patches.xen/xen-dcdbas
|
||||
+xen_needs_update patches.xen/xen-x86-panic-no-reboot
|
||||
+xen_needs_update patches.xen/xen-x86-dcr-fallback
|
||||
+xen_needs_update patches.xen/xen-x86-no-lapic
|
||||
+xen_needs_update patches.xen/xen-x86-pmd-handling
|
||||
+xen_needs_update patches.xen/xen-x86-bigmem
|
||||
+xen_needs_update patches.xen/xen-x86-exit-mmap
|
||||
+xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+xen_needs_update patches.xen/xen-x86-pcpu
|
||||
+xen_needs_update patches.xen/xen-x86-EFI
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-pin
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
|
||||
+xen_needs_update patches.xen/xen-x86_64-note-init-p2m
|
||||
+xen_needs_update patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-06-14 16:51:34 +0200
|
||||
GIT Revision: d80afa87575788ece4ba7bfbb939aecd1ecb71ba
|
||||
2012-06-18 20:54:50 +0200
|
||||
GIT Revision: 7a3a50c7159139d8487b9e2234b446561d14f3f5
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user