commit 368c53d20116a1d2eacabb1958a97c0fa9b86f8f
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=469
This commit is contained in:
parent
f4b945a926
commit
9eeafad345
42
_constraints
42
_constraints
@ -1,9 +1,35 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">7</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
<!-- Require 20GB everywhere except for s390x -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>kernel-debug</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-pae</package>
|
||||
<package>kernel-vanilla</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">20</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>s390x</arch>
|
||||
<package>kernel-debug</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-pae</package>
|
||||
<package>kernel-vanilla</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">10</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
@ -17,9 +43,6 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<processors>8</processors>
|
||||
<disk>
|
||||
<size unit="G">14</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
@ -36,9 +59,6 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<processors>4</processors>
|
||||
<disk>
|
||||
<size unit="G">14</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
|
@ -1,9 +1,27 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">7</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
<!-- Require 20GB everywhere except for s390x -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
@BINARY_PACKAGES_XML@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">20</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>s390x</arch>
|
||||
@BINARY_PACKAGES_XML@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">10</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
@ -13,9 +31,6 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<processors>8</processors>
|
||||
<disk>
|
||||
<size unit="G">14</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
@ -28,9 +43,6 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<processors>4</processors>
|
||||
<disk>
|
||||
<size unit="G">14</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
|
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -29,7 +29,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -53,7 +53,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.4.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 13:10:15 CET 2016 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
|
||||
- commit fbdf0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 18:10:59 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- series.conf: Whitespace cleanup
|
||||
- commit 4a33d40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 16:04:33 CET 2016 - mmarek@suse.cz
|
||||
|
||||
- rpm/constraints.in: Bump disk space requirements up a bit
|
||||
Require 10GB on s390x, 20GB elsewhere.
|
||||
- commit 558b7b3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g83948c1
|
||||
Release: <RELEASE>.g368c53d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -70,6 +70,7 @@ BuildRequires: fdupes
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: hmaccalc
|
||||
%endif
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
|
122
series.conf
122
series.conf
@ -28,16 +28,16 @@
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
# Patches in patches.rpmify are applied to both -vanilla
|
||||
# and patched flavors.
|
||||
########################################################
|
||||
########################################################
|
||||
patches.rpmify/lustre-lloop-dont-change-logical-size
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
########################################################
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
#
|
||||
@ -51,9 +51,9 @@
|
||||
patches.rpmify/firmware-path
|
||||
patches.rpmify/cloneconfig.diff
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
########################################################
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
########################################################
|
||||
patches.suse/rpm-kernel-config
|
||||
patches.suse/split-package
|
||||
patches.suse/supported-flag
|
||||
@ -62,29 +62,29 @@
|
||||
patches.suse/supported-flag-external
|
||||
patches.suse/genksyms-add-override-flag.diff
|
||||
|
||||
########################################################
|
||||
# Simple export additions/removals
|
||||
########################################################
|
||||
########################################################
|
||||
# Simple export additions/removals
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Bug workarounds for binutils
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Scheduler / Core
|
||||
########################################################
|
||||
########################################################
|
||||
# Scheduler / Core
|
||||
########################################################
|
||||
patches.suse/setuid-dumpable-wrongdir
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
# at the end of series.conf, but since we don't do
|
||||
# conditional builds anymore, there's no point.
|
||||
########################################################
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
# at the end of series.conf, but since we don't do
|
||||
# conditional builds anymore, there's no point.
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# i386
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
|
||||
# amd64 | x86-64 | x86_64
|
||||
@ -94,16 +94,16 @@
|
||||
# "the architecture with too many names"
|
||||
# TAWTMN
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# x86_64/i386 biarch
|
||||
########################################################
|
||||
########################################################
|
||||
# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
|
||||
# changed this area a lot.
|
||||
+needs_updating patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
@ -115,13 +115,13 @@
|
||||
# x86 UV patches from SGI
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# x86_64/i386 depending on the UV patchset
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# powerpc/generic
|
||||
########################################################
|
||||
########################################################
|
||||
patches.suse/8250-sysrq-ctrl_o.patch
|
||||
patches.arch/ppc-pegasos-console-autodetection.patch
|
||||
patches.suse/ppc-powerbook-usb-fn-key-default.patch
|
||||
@ -130,23 +130,23 @@
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
+needs_update patches.fixes/ptrace-getsiginfo
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# powerpc/little endian
|
||||
########################################################
|
||||
########################################################
|
||||
patches.arch/ppc64le-build-vmlinux.patch
|
||||
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
|
||||
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
|
||||
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
|
||||
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
|
||||
|
||||
patches.drivers/ibmvnic-Driver-for-IBM-System-i-p-VNIC-protocol.patch
|
||||
########################################################
|
||||
# PS3
|
||||
########################################################
|
||||
patches.drivers/ibmvnic-Driver-for-IBM-System-i-p-VNIC-protocol.patch
|
||||
########################################################
|
||||
# PS3
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# ARM
|
||||
########################################################
|
||||
########################################################
|
||||
# ARM
|
||||
########################################################
|
||||
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
||||
|
||||
# Compile fix for Xen on ARM with our Xen patches applied
|
||||
@ -177,16 +177,16 @@
|
||||
patches.arch/s390-message-catalog.diff
|
||||
patches.arch/kmsg-fix-parameter-limitations
|
||||
|
||||
########################################################
|
||||
# VM/FS patches
|
||||
########################################################
|
||||
########################################################
|
||||
# VM/FS patches
|
||||
########################################################
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
########################################################
|
||||
########################################################
|
||||
# IPC patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# nfsacl protocol (agruen)
|
||||
@ -452,31 +452,31 @@
|
||||
# Address space layout randomization
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# KDB v4.4
|
||||
########################################################
|
||||
########################################################
|
||||
# KDB v4.4
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Other patches for debugging
|
||||
########################################################
|
||||
########################################################
|
||||
# Other patches for debugging
|
||||
########################################################
|
||||
patches.suse/crasher.patch
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/stack-unwind
|
||||
+needs_updating patches.arch/x86_64-unwind-annotations
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
########################################################
|
||||
########################################################
|
||||
# Kdump
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# cgroups
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# audit subsystem
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# Performance Monitoring, Tracing etc
|
||||
########################################################
|
||||
|
||||
@ -487,12 +487,12 @@
|
||||
# KVM patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# Staging tree patches
|
||||
# new drivers that are going upstream
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
########################################################
|
||||
# You'd better have a good reason for adding a patch
|
||||
# below here.
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2016-01-11 15:46:34 +0100
|
||||
GIT Revision: 83948c1558f87eeaca00110c09cc1f26805fe4b0
|
||||
2016-01-12 14:39:53 +0100
|
||||
GIT Revision: 368c53d20116a1d2eacabb1958a97c0fa9b86f8f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user