1
0
forked from pool/kernel-source

commit 336ead76c4f46e8722590d7a62ea69c88fbdd26c

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7372
This commit is contained in:
Michal Marek 2012-10-23 06:02:13 +00:00 committed by Git OBS Bridge
parent f286e70885
commit f9374e8769
49 changed files with 1838 additions and 237 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop
+i386 i386/pae
+i386 -syms i386/debug
+i386 i386/xen
+i386 -syms i386/ec2
#+i386 i386/xen
#+i386 -syms i386/ec2
+i386 i386/vanilla
+i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default
+x86_64 x86_64/desktop
+x86_64 x86_64/xen
+x86_64 -syms x86_64/ec2
#+x86_64 x86_64/xen
#+x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.6
SRCVERSION=3.7-rc2
# 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:9201ceb859504139470136e7470149361f88dc3733b4aee6334b8ab04ba73cca
size 308488
oid sha256:3b30ee7c5a2fa22f573da4f774282ca9f76fc120a89b8545a5544512e800d724
size 301178

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.6.3
%define patchversion 3.7.0-rc2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.6.3
Version: 3.7.rc2
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-highbank
Summary: Kernel for Calxeda Highbank SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.6.3
Version: 3.7.rc2
%if %using_buildservice
Release: 0
%else
@ -71,9 +71,6 @@ Requires: kernel-tegra-devel = %version-%source_rel
%ifarch armv7hl
Requires: kernel-u8500-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Provides: multiversion(kernel)
Provides: %name = %version-%source_rel
Source: README.KSYMS

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.6.3
Version: 3.7.rc2
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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.3
%define srcversion 3.7-rc2
%define patchversion 3.7.0-rc2
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.6.3
Version: 3.7.rc2
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

3
linux-3.7-rc2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc3c3137f21d83f7b9cd471922ebc92aa26f1ab0355a4262d146dad3f26138b3
size 6615
oid sha256:5a3a3ebdf19b353974fdd67cc434ba7df7e75d47b8f2530035877c3fb67e632b
size 6638

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d
size 83742
oid sha256:0c149b14b1c0bbe08a07e2a65c8ab32affd2d5f1debc3ee8ccaee24dfba193e6
size 85088

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b76e2654cfd0997a4b5555006ead171efa15fdf2ba1cf4caf34e3835432c8d58
size 8889
oid sha256:bb5294d2af909da029ea2c6e22d2c0843ce446ce32049d9c9726f6d7ef3b41d4
size 7192

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f282467f23e92f6fa1b8cd4ad253fba9a8109bd3740315dec93c84f2159fc6e7
size 21431
oid sha256:e8d79e5e975b4e059fd325c56b9c582903254deaccbf363405ad44742cf55af4
size 20752

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:99785b499d19ddb64e37eb73aed49153fd79e4e3269cd6dc232f79a28f1feac2
size 5496
oid sha256:0f00a7653c6e60730ba9fa888494e66969a5ce5eb5167897872c837dea215090
size 5168

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59af3d6e130722ecf7de532e81beeda6019d7ed12704d11eeda689441fbbb699
size 166001
oid sha256:e270f2e2e8913b712f753307dc9475a050ad18b9bcb9eb628e98d079e59a91a4
size 144064

View File

@ -27,9 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.6.1
patches.kernel.org/patch-3.6.1-2
patches.kernel.org/patch-3.6.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -40,7 +37,6 @@
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/geode-depends-on-x86_32
patches.rpmify/ubifs-remove-DATE-TIME.patch
patches.rpmify/chipidea-clean-up-dependencies
########################################################
@ -156,6 +152,9 @@
########################################################
patches.arch/cubox-configuration.patch
patches.arch/arm-fix-build-ux500-module.diff
patches.arch/arm-exynos-nosparse.patch
patches.arch/arm-origen-regulator.patch
patches.arch/arm-thermal-build-error.patch
########################################################
# S/390
@ -229,39 +228,6 @@
########################################################
# Suse specific stuff
########################################################
patches.suse/msft-hv-0368-hyperv-Add-comments-for-the-extended-buffer-after-RN.patch
patches.suse/msft-hv-0369-Drivers-hv-Cleanup-the-guest-ID-computation.patch
patches.suse/msft-hv-0370-Drivers-hv-vmbus-Use-the-standard-format-string-to-f.patch
patches.suse/msft-hv-0371-Drivers-hv-Add-KVP-definitions-for-IP-address-inject.patch
patches.suse/msft-hv-0372-Drivers-hv-kvp-Cleanup-error-handling-in-KVP.patch
patches.suse/msft-hv-0373-Drivers-hv-Explicitly-size-elements-of-protocol-stru.patch
patches.suse/msft-hv-0374-Drivers-hv-kvp-Support-the-new-IP-injection-messages.patch
patches.suse/msft-hv-0375-Tools-hv-Prepare-to-expand-kvp_get_ip_address-functi.patch
patches.suse/msft-hv-0376-Tools-hv-Further-refactor-kvp_get_ip_address.patch
patches.suse/msft-hv-0377-Tools-hv-Gather-address-family-information.patch
patches.suse/msft-hv-0378-Tools-hv-Gather-subnet-information.patch
patches.suse/msft-hv-0379-Tools-hv-Represent-the-ipv6-mask-using-CIDR-notation.patch
patches.suse/msft-hv-0380-Tools-hv-Gather-ipv-4-6-gateway-information.patch
patches.suse/msft-hv-0381-hv-fail-the-probing-immediately-when-we-are-not-in-h.patch
patches.suse/msft-hv-0382-hv-vmbus_drv-detect-hyperv-through-x86_hyper.patch
patches.suse/msft-hv-0383-Tools-hv-Get-rid-of-some-unused-variables.patch
patches.suse/msft-hv-0384-Tools-hv-Correctly-type-string-variables.patch
patches.suse/msft-hv-0385-Tools-hv-Add-an-example-script-to-retrieve-DNS-entri.patch
patches.suse/msft-hv-0386-Tools-hv-Gather-DNS-information.patch
patches.suse/msft-hv-0387-Drivers-hv-kvp-Copy-the-address-family-information.patch
patches.suse/msft-hv-0388-Tools-hv-Add-an-example-script-to-retrieve-dhcp-stat.patch
patches.suse/msft-hv-0389-Tools-hv-Gather-DHCP-information.patch
patches.suse/msft-hv-0390-Tools-hv-Add-an-example-script-to-configure-an-inter.patch
patches.suse/msft-hv-0391-Tools-hv-Implement-the-KVP-verb-KVP_OP_SET_IP_INFO.patch
patches.suse/msft-hv-0392-Tools-hv-Rename-the-function-kvp_get_ip_address.patch
patches.suse/msft-hv-0393-Tools-hv-Implement-the-KVP-verb-KVP_OP_GET_IP_INFO.patch
patches.suse/msft-hv-0397-tools-hv-Parse-etc-os-release.patch
patches.suse/msft-hv-0398-hyperv-Fix-the-max_xfer_size-in-RNDIS-initialization.patch
patches.suse/msft-hv-0399-hyperv-Fix-the-missing-return-value-in-rndis_filter_.patch
patches.suse/msft-hv-0400-hyperv-Fix-page-buffer-handling-in-rndis_filter_send.patch
patches.suse/msft-hv-0401-hyperv-Remove-extra-allocated-space-for-recv_pkt_lis.patch
patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch
patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
########################################################
@ -379,7 +345,6 @@
# Device drivers
#
########################################################
patches.drivers/spi-orion-convert-to-new-infrastructure.patch
########################################################
# Storage
@ -393,7 +358,6 @@
patches.fixes/scsi-dh-queuedata-accessors
patches.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff)
@ -425,7 +389,6 @@
# Wireless Networking
########################################################
patches.suse/b43-missing-firmware-info.patch
patches.fixes/brcmsmac-firmware
########################################################
# ISDN
@ -589,116 +552,116 @@
# re-basing to a newer xen tree.
#
# split out patches
patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
+update_xen patches.xen/kexec-move-segment-code-i386.patch
+update_xen patches.xen/kexec-move-segment-code-x86_64.patch
+update_xen patches.xen/ipv6-no-autoconf
+update_xen patches.xen/pci-guestdev
+update_xen 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
+update_xen # bulk stuff, new files for xen
+update_xen patches.xen/xen3-auto-xen-arch.diff
+update_xen patches.xen/xen3-auto-xen-drivers.diff
+update_xen patches.xen/xen3-auto-include-xen-interface.diff
+update_xen patches.xen/xen3-auto-blktap2-pvops.diff
# kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff
+update_xen # kconfig bits for xen
+update_xen 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
+update_xen # common code changes
+update_xen patches.xen/xen3-auto-common.diff
+update_xen patches.xen/xen3-auto-arch-x86.diff
+update_xen patches.xen/xen3-auto-arch-i386.diff
+update_xen patches.xen/xen3-auto-arch-x86_64.diff
# fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen
+update_xen # fixups due to upstream Xen parts
+update_xen patches.xen/xen3-fixup-xen
# newer changeset backports
+update_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
+update_xen # changes outside arch/{i386,x86_64}/xen
+update_xen patches.xen/xen3-fixup-kconfig
+update_xen patches.xen/xen3-fixup-common
+update_xen patches.xen/xen3-fixup-arch-x86
+update_xen patches.xen/xen3-fixup-blktap2-pvops
# ports of upstream 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-patch-3.5
patches.xen/xen3-patch-3.6
+update_xen # ports of upstream patches
+update_xen patches.xen/xen3-patch-2.6.18
+update_xen patches.xen/xen3-patch-2.6.19
+update_xen patches.xen/xen3-patch-2.6.20
+update_xen patches.xen/xen3-patch-2.6.21
+update_xen patches.xen/xen3-patch-2.6.22
+update_xen patches.xen/xen3-patch-2.6.23
+update_xen patches.xen/xen3-patch-2.6.24
+update_xen patches.xen/xen3-patch-2.6.25
+update_xen patches.xen/xen3-patch-2.6.26
+update_xen patches.xen/xen3-patch-2.6.27
+update_xen patches.xen/xen3-patch-2.6.28
+update_xen patches.xen/xen3-patch-2.6.29
+update_xen patches.xen/xen3-patch-2.6.30
+update_xen patches.xen/xen3-patch-2.6.31
+update_xen patches.xen/xen3-patch-2.6.32
+update_xen patches.xen/xen3-patch-2.6.33
+update_xen patches.xen/xen3-patch-2.6.34
+update_xen patches.xen/xen3-patch-2.6.35
+update_xen patches.xen/xen3-patch-2.6.36
+update_xen patches.xen/xen3-patch-2.6.37
+update_xen patches.xen/xen3-patch-2.6.38
+update_xen patches.xen/xen3-patch-2.6.39
+update_xen patches.xen/xen3-patch-3.0
+update_xen patches.xen/xen3-patch-3.1
+update_xen patches.xen/xen3-patch-3.2
+update_xen patches.xen/xen3-patch-3.3
+update_xen patches.xen/xen3-patch-3.4
+update_xen patches.xen/xen3-patch-3.5
+update_xen patches.xen/xen3-patch-3.6
# ports of other patches
patches.xen/xen3-acpi_override_2_2.patch
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
+update_xen # ports of other patches
+update_xen patches.xen/xen3-acpi_override_2_2.patch
+update_xen patches.xen/xen3-stack-unwind
+update_xen patches.xen/xen3-x86_64-unwind-annotations
# bugfixes and enhancements
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
+update_xen # bugfixes and enhancements
+update_xen patches.xen/xen-sys-suspend
+update_xen patches.xen/xen-ipi-per-cpu-irq
+update_xen patches.xen/xen-virq-per-cpu-irq
+update_xen patches.xen/xen-clockevents
+update_xen patches.xen/xen-spinlock-poll-early
+update_xen patches.xen/xen-pcpu-hotplug
+update_xen patches.xen/xen-pcpu-hotplug-kexec
+update_xen patches.xen/xen-mem-hotplug
+update_xen patches.xen/xen-swiotlb-heuristics
+update_xen patches.xen/xen-configurable-guest-devices
+update_xen patches.xen/xen-setup-gsi
+update_xen patches.xen/xen-sections
+update_xen patches.xen/xen-unpriv-build
+update_xen patches.xen/xen-cpufreq-report
+update_xen patches.xen/xen-balloon-max-target
+update_xen patches.xen/xen-blkif-protocol-fallback-hack
+update_xen patches.xen/xen-blkback-cdrom
+update_xen patches.xen/xen-blktap-modular
+update_xen patches.xen/xen-blktap-write-barriers
+update_xen patches.xen/xen-blktap2-configurable-nr-devs
+update_xen patches.xen/xen-blkif-op-packet
+update_xen patches.xen/xen-blkfront-cdrom
+update_xen patches.xen/xen-blkfront-hvm-no-cdrom
+update_xen patches.xen/xen-netback-nr-irqs
+update_xen patches.xen/xen-netback-notify-multi
+update_xen patches.xen/xen-netback-generalize
+update_xen patches.xen/xen-netback-multiple-tasklets
+update_xen patches.xen/xen-netback-kernel-threads
+update_xen patches.xen/xen-cxgb3
+update_xen patches.xen/xen-dcdbas
+update_xen patches.xen/xen-x86-panic-no-reboot
+update_xen patches.xen/xen-x86-dcr-fallback
+update_xen patches.xen/xen-x86-no-lapic
+update_xen patches.xen/xen-x86-pmd-handling
+update_xen patches.xen/xen-x86-bigmem
+update_xen patches.xen/xen-x86-exit-mmap
+update_xen patches.xen/xen-x86-per-cpu-vcpu-info
+update_xen patches.xen/xen-x86-pcpu
+update_xen patches.xen/xen-x86-EFI
+update_xen patches.xen/xen-x86_64-pgd-pin
+update_xen patches.xen/xen-x86_64-pgd-alloc-order
+update_xen patches.xen/xen-x86_64-dump-user-pgt
+update_xen patches.xen/xen-x86_64-note-init-p2m
+update_xen patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2012-10-22 01:11:42 +0200
GIT Revision: e8b3bd988d91394bef4d1d674333ee150f636a3e
2012-10-23 00:27:36 +0200
GIT Revision: 336ead76c4f46e8722590d7a62ea69c88fbdd26c
GIT Branch: master