commit 3bf3dbf8c5bdc1ace1dcbc179ae66d47d83d392a
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7485
This commit is contained in:
parent
a8829cdced
commit
b2bf99607a
24
config.conf
24
config.conf
@ -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
|
||||
@ -38,14 +38,14 @@
|
||||
+ppc64 ppc64/vanilla
|
||||
|
||||
# ARM architectures
|
||||
+armv5tel armv5tel/versatile
|
||||
+armv7hl armv7hl/default
|
||||
+armv7hl armv7hl/imx51
|
||||
+armv7hl armv7hl/omap2plus
|
||||
+armv7hl armv7hl/u8500
|
||||
+armv7hl armv7hl/cubox
|
||||
+armv7hl armv7hl/exynos
|
||||
+arm64 arm64/default
|
||||
#+armv5tel armv5tel/versatile
|
||||
#+armv7hl armv7hl/default
|
||||
#+armv7hl armv7hl/imx51
|
||||
#+armv7hl armv7hl/omap2plus
|
||||
#+armv7hl armv7hl/u8500
|
||||
#+armv7hl armv7hl/cubox
|
||||
#+armv7hl armv7hl/exynos
|
||||
#+arm64 arm64/default
|
||||
|
||||
+s390 s390/s390
|
||||
+s390 -syms s390/trace
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.8
|
||||
SRCVERSION=3.9-rc2
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06cc1ea73652adeedd293d43813ede21a530a15c6494c0c8e74755a91b95474c
|
||||
size 312899
|
||||
oid sha256:1f212d377a98a9edc5b0e19cfcb5ed54dc6cb79ab732deaddbe54b4c531479af
|
||||
size 225810
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -148,7 +148,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -164,7 +164,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
|
||||
@ -224,7 +224,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -145,7 +145,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.8.2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -148,7 +148,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -148,7 +148,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.8.2
|
||||
Version: 3.9.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
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
@ -35,45 +35,24 @@ Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-cubox-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%ifarch %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-exynos-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-imx51-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-omap2plus-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch s390
|
||||
Requires: kernel-s390-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-u8500-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv5tel
|
||||
Requires: kernel-versatile-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-xen-devel = %version-%source_rel
|
||||
%endif
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -156,7 +156,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 17:22:32 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.9-rc2.
|
||||
- Eliminated 52 patches.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating and are disabled.
|
||||
- commit 3bf3dbf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:37:22 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated Patch-mainline headers for HyperV patches.
|
||||
- commit 2e0d7a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:41:57 CET 2013 - jeffm@suse.com
|
||||
|
||||
- supported-flag: clean up patches and merge into one
|
||||
The config option is renamed to CONFIG_SUSE_KERNEL_SUPPORTED and
|
||||
the text has been updated to reflect that SUSE is no longer a
|
||||
unit of Novell.
|
||||
- commit 7761647
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 12:23:23 CET 2013 - tiwai@suse.de
|
||||
|
||||
- drm/i915: bounds check execbuffer relocation count
|
||||
(bnc#808829,CVE-2013-0913).
|
||||
- commit 72202f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 19:30:08 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disabled CONFIG_SPI and CONFIG_IIO on non-ARM architectures
|
||||
These devices are found almost entirely on embedded platforms and
|
||||
end up adding hundreds of drivers for hardware that most users won't
|
||||
have. On systems using them, they are more likely to be embedded
|
||||
systems that should probably have a specialized kernel anyway.
|
||||
- commit 33d736f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:17:51 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Updated patch-mainline for patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
- commit 1008856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 14:54:41 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.2
|
||||
%define srcversion 3.9-rc2
|
||||
%define patchversion 3.9.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.8.2
|
||||
Version: 3.9.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -152,7 +152,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.9-rc2.tar.bz2
Normal file
3
linux-3.9-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8060ef8e4ff240336fd3982246ee54d6f9edaa49ed4c9480ad517f7e74d679d2
|
||||
size 85977560
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6663dc8094097b31c57db0660f3dd5da24c1319ada1122f9071152e1ce000241
|
||||
size 78573
|
||||
oid sha256:dc526ba8b383546d1a18cd77743f7f72e13abb91fd035745c410dc6ac47a20a9
|
||||
size 78581
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6639169cd708be122831d30bb71f8042375268b21fb08d60a5b3163a117b3aa3
|
||||
size 7742
|
||||
oid sha256:a14235cbb3da85ec2eb4a91b0bab25711d42c1e2ea2029eac763b19663426e15
|
||||
size 8467
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:298e8fbf1bc7b3c41967e2f2e2c17df7b78d56e97fcee0cb1bf3503c3d68ba45
|
||||
size 25866
|
||||
oid sha256:337269f7e0ea4e5b03ba78d27be027b64f9d326b95e2e38f3492d30fda284c21
|
||||
size 23096
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f69b3548b9b716249278260e254678eb1ee05b34f8e779571ed2dc716d5b95b2
|
||||
size 5631
|
||||
oid sha256:1f09e35e814ae0bb5b5b5abfb57b5f4312b1eb7eec2d8bb580378c1debd46193
|
||||
size 4237
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c38f8bf6a5538a16faf566f3ebb17e1ff07cbe07e6457f4f84c3d6c2fa52ab1
|
||||
size 172066
|
||||
oid sha256:d91e3bf62566a2fe86c80dde110159bde023461e82f903fb242600f906ca0d30
|
||||
size 151567
|
||||
|
301
series.conf
301
series.conf
@ -27,15 +27,12 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-3.8.1
|
||||
patches.kernel.org/patch-3.8.1-2
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
# Patches in patches.rpmify are applied to both -vanilla
|
||||
# and patched flavors.
|
||||
########################################################
|
||||
patches.rpmify/apm-honor-config_apm_cpu_idle-n
|
||||
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
|
||||
@ -66,7 +63,6 @@
|
||||
# kbuild/module infrastructure fixes
|
||||
########################################################
|
||||
patches.suse/supported-flag
|
||||
patches.suse/supported-flag-enterprise
|
||||
patches.suse/genksyms-add-override-flag.diff
|
||||
patches.suse/kconfig-automate-kernel-desktop
|
||||
|
||||
@ -224,47 +220,9 @@
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/suse-hv-X86-Add-a-check-to-catch-Xen-emulation-of-Hyper-V.patch
|
||||
patches.suse/suse-hv-fate314663-0005-Drivers-hv-balloon-Make-adjustments-to-the-pressure-.patch
|
||||
patches.suse/suse-hv-fate314663-0006-Drivers-hv-balloon-Add-a-parameter-to-delay-pressure.patch
|
||||
patches.suse/suse-hv-fate314663-0007-Drivers-hv-balloon-Prevent-the-host-from-ballooning-.patch
|
||||
patches.suse/suse-hv-fate314663-0008-Drivers-hv-balloon-Execute-balloon-inflation-in-a-se.patch
|
||||
patches.suse/suse-hv-fate314663-0009-Drivers-hv-balloon-Execute-hot-add-code-in-a-separat.patch
|
||||
patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch
|
||||
patches.suse/suse-hv-fate314665-0002-Drivers-hv-Add-state-to-manage-batched-reading.patch
|
||||
patches.suse/suse-hv-fate314665-0003-Drivers-hv-Turn-off-batched-reading-for-util-drivers.patch
|
||||
patches.suse/suse-hv-fate314665-0004-Drivers-hv-Optimize-signaling-in-the-read-path.patch
|
||||
patches.suse/suse-hv-fate314665-0005-Drivers-hv-Optimize-the-signaling-on-the-write-path.patch
|
||||
patches.suse/suse-hv-fate314665-0006-Drivers-hv-Get-rid-of-hv_get_ringbuffer_interrupt_ma.patch
|
||||
patches.suse/suse-hv-fate314665-0007-Drivers-hv-Support-handling-multiple-VMBUS-versions.patch
|
||||
patches.suse/suse-hv-fate314665-0008-Drivers-hv-Update-the-ring-buffer-structure-to-match.patch
|
||||
patches.suse/suse-hv-fate314665-0009-Drivers-hv-Extend-modify-vmbus_channel_offer_channel.patch
|
||||
patches.suse/suse-hv-fate314665-0010-Drivers-hv-Save-and-export-negotiated-vmbus-version.patch
|
||||
patches.suse/suse-hv-fate314665-0011-Drivers-hv-Change-the-signature-for-hv_signal_event.patch
|
||||
patches.suse/suse-hv-fate314665-0012-Drivers-hv-Change-the-signature-of-vmbus_set_event.patch
|
||||
patches.suse/suse-hv-fate314665-0013-Drivers-hv-Move-vmbus-version-definitions-to-hyperv..patch
|
||||
patches.suse/suse-hv-fate314665-0014-Drivers-hv-Manage-signaling-state-on-a-per-connectio.patch
|
||||
patches.suse/suse-hv-fate314665-0015-Drivers-hv-Cleanup-vmbus_set_event-to-support-win7-a.patch
|
||||
patches.suse/suse-hv-fate314665-0016-Drivers-hv-Setup-a-mapping-for-Hyper-V-s-notion-cpu-.patch
|
||||
patches.suse/suse-hv-fate314665-0017-Drivers-hv-Add-state-to-manage-incoming-channel-inte.patch
|
||||
patches.suse/suse-hv-fate314665-0018-Drivers-hv-Modify-the-interrupt-handling-code-to-sup.patch
|
||||
patches.suse/suse-hv-fate314665-0019-Drivers-hv-Add-code-to-distribute-channel-interrupt-.patch
|
||||
patches.suse/suse-hv-fate314665-0020-Drivers-hv-Get-rid-of-the-unused-global-signaling-st.patch
|
||||
patches.suse/suse-hv-fate314665-0021-Drivers-hv-Get-rid-of-unnecessary-request-for-offers.patch
|
||||
patches.suse/suse-hv-fate314665-0022-Drivers-hv-Manage-event-tasklets-on-per-cpu-basis.patch
|
||||
patches.suse/suse-hv-fate314665-0023-Drivers-hv-Handle-vmbus-interrupts-concurrently-on-a.patch
|
||||
patches.suse/suse-hv-fate314665-0024-Drivers-hv-Add-a-check-to-deal-with-spurious-interru.patch
|
||||
patches.suse/suse-hv-fate314665-0025-Drivers-hv-Enable-protocol-negotiation-with-win8-hos.patch
|
||||
patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch
|
||||
patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch
|
||||
patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch
|
||||
patches.suse/suse-hv-fate314665-0029-X86-Handle-Hyper-V-vmbus-interrupts-as-special-hyper.patch
|
||||
patches.suse/suse-hv-fate314665-0030-Drivers-hv-Bind-all-vmbbus-interrupts-to-the-boot-CP.patch
|
||||
patches.suse/suse-hv-fate314665-0031-Drivers-hv-vmbus-Use-the-new-infrastructure-for-deli.patch
|
||||
patches.suse/suse-hv-fate314665-0032-Drivers-hv-vmbus-Handle-channel-rescind-message-corr.patch
|
||||
patches.suse/suse-hv-Drivers-hv-Execute-shutdown-in-a-thread-context.patch
|
||||
patches.suse/suse-hv-Drivers-scsi-storvsc-Initialize-the-sglist.patch
|
||||
patches.suse/suse-hv-scsi-storvsc-avoid-usage-of-WRITE_SAME.patch
|
||||
patches.suse/suse-hv-synthetic-video.patch
|
||||
patches.suse/suse-hv-fate314663-0001-Drivers-hv-balloon-Do-not-request-completion-notific.patch
|
||||
|
||||
@ -416,6 +374,7 @@
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.drivers/drm-i915-bounds-check-execbuffer-relocation-count
|
||||
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
|
||||
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
||||
|
||||
@ -428,7 +387,6 @@
|
||||
########################################################
|
||||
patches.fixes/tulip-quad-NIC-ifdown
|
||||
patches.drivers/ehea-modinfo.patch
|
||||
patches.fixes/e1000e-fix-accessing-to-suspended-device.patch
|
||||
patches.fixes/e1000e-fix-pci-device-enable-counter-balance.patch
|
||||
patches.fixes/e1000e-fix-runtime-power-management-transitions.patch
|
||||
|
||||
@ -449,7 +407,6 @@
|
||||
########################################################
|
||||
# PCI and PCI hotplug
|
||||
########################################################
|
||||
patches.fixes/PCI-PM-Clear-state_saved-during-suspend.patch
|
||||
|
||||
########################################################
|
||||
# sysfs / driver core
|
||||
@ -458,7 +415,6 @@
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
patches.fixes/revert-USB-EHCI-remove-ASS-PSS-polling-timeout.patch
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
@ -479,13 +435,11 @@
|
||||
########################################################
|
||||
# Char / serial
|
||||
########################################################
|
||||
patches.fixes/TTY-do-not-update-atime-mtime-on-read-write.patch
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
########################################################
|
||||
patches.fixes/parport-mutex
|
||||
patches.fixes/gpio-ich-fix-ichx_gpio_check_available-return.patch
|
||||
|
||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||
+hare patches.suse/no-partition-scan
|
||||
@ -503,12 +457,7 @@
|
||||
########################################################
|
||||
patches.suse/dm-emulate-blkrrpart-ioctl
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch
|
||||
patches.suse/dmraid45-dm_dirty_log_create-api-fix
|
||||
patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
|
||||
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
|
||||
patches.suse/dm-raid45-api-update-no-barriers
|
||||
patches.suse/dm-raid45-api-2.6.39
|
||||
patches.suse/dm-raid45-api-3.0
|
||||
patches.suse/dmraid45-api-updates
|
||||
patches.suse/dm-raid45-split-dependencies
|
||||
patches.fixes/dm-mpath-reattach-dh
|
||||
patches.suse/dm-mpath-leastpending-path-update
|
||||
@ -555,7 +504,7 @@
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
+jbeulich patches.arch/x86_64-unwind-annotations
|
||||
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
|
||||
|
||||
########################################################
|
||||
@ -603,125 +552,125 @@
|
||||
# on top of them instead. This reduces workload when
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# kconfig bits for 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
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# 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
|
||||
patches.xen/xen3-patch-3.7
|
||||
patches.xen/xen3-patch-3.8
|
||||
patches.xen/xen3-patch-3.8.1-2
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-hypercall-symbols
|
||||
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-multi-page-ring
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-multi-page-ring
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkfront-multi-page-ring
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
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-bzImage
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
+xen_needs_update # split out patches
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-i386.patch
|
||||
+xen_needs_update patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+xen_needs_update patches.xen/ipv6-no-autoconf
|
||||
+xen_needs_update patches.xen/pci-guestdev
|
||||
+xen_needs_update patches.xen/pci-reserve
|
||||
+xen_needs_update
|
||||
+xen_needs_update # bulk stuff, new files for xen
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-arch.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-drivers.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # kconfig bits for xen
|
||||
+xen_needs_update patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # common code changes
|
||||
+xen_needs_update patches.xen/xen3-auto-common.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-i386.diff
|
||||
+xen_needs_update patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+xen_needs_update
|
||||
+xen_needs_update # fixups due to upstream Xen parts
|
||||
+xen_needs_update patches.xen/xen3-fixup-xen
|
||||
+xen_needs_update
|
||||
+xen_needs_update # newer changeset backports
|
||||
+xen_needs_update
|
||||
+xen_needs_update # changes outside arch/{i386,x86_64}/xen
|
||||
+xen_needs_update patches.xen/xen3-fixup-kconfig
|
||||
+xen_needs_update patches.xen/xen3-fixup-common
|
||||
+xen_needs_update patches.xen/xen3-fixup-arch-x86
|
||||
+xen_needs_update patches.xen/xen3-fixup-blktap2-pvops
|
||||
+xen_needs_update
|
||||
+xen_needs_update # ports of upstream patches
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.18
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.19
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.20
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.21
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.22
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.23
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.24
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.25
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.26
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.27
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.28
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.29
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.30
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.31
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.32
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.33
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.34
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.35
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.36
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.37
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.38
|
||||
+xen_needs_update patches.xen/xen3-patch-2.6.39
|
||||
+xen_needs_update patches.xen/xen3-patch-3.0
|
||||
+xen_needs_update patches.xen/xen3-patch-3.1
|
||||
+xen_needs_update patches.xen/xen3-patch-3.2
|
||||
+xen_needs_update patches.xen/xen3-patch-3.3
|
||||
+xen_needs_update patches.xen/xen3-patch-3.4
|
||||
+xen_needs_update patches.xen/xen3-patch-3.5
|
||||
+xen_needs_update patches.xen/xen3-patch-3.6
|
||||
+xen_needs_update patches.xen/xen3-patch-3.7
|
||||
+xen_needs_update patches.xen/xen3-patch-3.8
|
||||
+xen_needs_update patches.xen/xen3-patch-3.8.1-2
|
||||
+xen_needs_update
|
||||
+xen_needs_update # ports of other patches
|
||||
+xen_needs_update patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||
+xen_needs_update patches.xen/xen3-stack-unwind
|
||||
+xen_needs_update patches.xen/xen3-x86_64-unwind-annotations
|
||||
+xen_needs_update
|
||||
+xen_needs_update # bugfixes and enhancements
|
||||
+xen_needs_update patches.xen/xen-hypercall-symbols
|
||||
+xen_needs_update patches.xen/xen-sys-suspend
|
||||
+xen_needs_update patches.xen/xen-ipi-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-virq-per-cpu-irq
|
||||
+xen_needs_update patches.xen/xen-clockevents
|
||||
+xen_needs_update patches.xen/xen-spinlock-poll-early
|
||||
+xen_needs_update patches.xen/xen-pcpu-hotplug
|
||||
+xen_needs_update patches.xen/xen-pcpu-hotplug-kexec
|
||||
+xen_needs_update patches.xen/xen-mem-hotplug
|
||||
+xen_needs_update patches.xen/xen-swiotlb-heuristics
|
||||
+xen_needs_update patches.xen/xen-configurable-guest-devices
|
||||
+xen_needs_update patches.xen/xen-setup-gsi
|
||||
+xen_needs_update patches.xen/xen-sections
|
||||
+xen_needs_update patches.xen/xen-unpriv-build
|
||||
+xen_needs_update patches.xen/xen-cpufreq-report
|
||||
+xen_needs_update patches.xen/xen-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-balloon-max-target
|
||||
+xen_needs_update patches.xen/xen-blkback-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-blkback-cdrom
|
||||
+xen_needs_update patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+xen_needs_update patches.xen/xen-blkfront-multi-page-ring
|
||||
+xen_needs_update patches.xen/xen-blkif-op-packet
|
||||
+xen_needs_update patches.xen/xen-blkfront-cdrom
|
||||
+xen_needs_update patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
+xen_needs_update patches.xen/xen-blktap-modular
|
||||
+xen_needs_update patches.xen/xen-blktap-write-barriers
|
||||
+xen_needs_update patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+xen_needs_update patches.xen/xen-netback-nr-irqs
|
||||
+xen_needs_update patches.xen/xen-netback-notify-multi
|
||||
+xen_needs_update patches.xen/xen-netback-generalize
|
||||
+xen_needs_update patches.xen/xen-netback-multiple-tasklets
|
||||
+xen_needs_update patches.xen/xen-netback-kernel-threads
|
||||
+xen_needs_update patches.xen/xen-cxgb3
|
||||
+xen_needs_update patches.xen/xen-dcdbas
|
||||
+xen_needs_update patches.xen/xen-x86-panic-no-reboot
|
||||
+xen_needs_update patches.xen/xen-x86-dcr-fallback
|
||||
+xen_needs_update patches.xen/xen-x86-no-lapic
|
||||
+xen_needs_update patches.xen/xen-x86-pmd-handling
|
||||
+xen_needs_update patches.xen/xen-x86-bigmem
|
||||
+xen_needs_update patches.xen/xen-x86-exit-mmap
|
||||
+xen_needs_update patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+xen_needs_update patches.xen/xen-x86-pcpu
|
||||
+xen_needs_update patches.xen/xen-x86-EFI
|
||||
+xen_needs_update patches.xen/xen-x86-bzImage
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-pin
|
||||
+xen_needs_update patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+xen_needs_update patches.xen/xen-x86_64-dump-user-pgt
|
||||
+xen_needs_update patches.xen/xen-x86_64-note-init-p2m
|
||||
+xen_needs_update patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-03-12 14:54:41 +0100
|
||||
GIT Revision: 6b249cb8c19a26e52aa53813bee76d3ea3191828
|
||||
2013-03-14 17:42:14 +0100
|
||||
GIT Revision: 3bf3dbf8c5bdc1ace1dcbc179ae66d47d83d392a
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user