commit 368c53d20116a1d2eacabb1958a97c0fa9b86f8f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=469
This commit is contained in:
Michal Marek 2016-01-13 07:05:39 +00:00 committed by Git OBS Bridge
parent f4b945a926
commit 9eeafad345
25 changed files with 323 additions and 95 deletions

View File

@ -1,9 +1,35 @@
<constraints> <constraints>
<hardware> <!-- Require 20GB everywhere except for s390x -->
<disk> <overwrite>
<size unit="G">7</size> <conditions>
</disk> <package>kernel-debug</package>
</hardware> <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> <overwrite>
<conditions> <conditions>
@ -17,9 +43,6 @@
</conditions> </conditions>
<hardware> <hardware>
<processors>8</processors> <processors>8</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware> </hardware>
</overwrite> </overwrite>
@ -36,9 +59,6 @@
</conditions> </conditions>
<hardware> <hardware>
<processors>4</processors> <processors>4</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware> </hardware>
</overwrite> </overwrite>

View File

@ -1,9 +1,27 @@
<constraints> <constraints>
<hardware> <!-- Require 20GB everywhere except for s390x -->
<disk> <overwrite>
<size unit="G">7</size> <conditions>
</disk> @BINARY_PACKAGES_XML@
</hardware> </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> <overwrite>
<conditions> <conditions>
@ -13,9 +31,6 @@
</conditions> </conditions>
<hardware> <hardware>
<processors>8</processors> <processors>8</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware> </hardware>
</overwrite> </overwrite>
@ -28,9 +43,6 @@
</conditions> </conditions>
<hardware> <hardware>
<processors>4</processors> <processors>4</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware> </hardware>
</overwrite> </overwrite>

View File

@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif
@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif
@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -29,7 +29,7 @@ License: GPL-2.0
Group: Documentation/Man Group: Documentation/Man
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif
@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -53,7 +53,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif
@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources Group: Development/Sources
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.4.0 Version: 4.4.0
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -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 Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com

View File

@ -59,7 +59,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 4.4.0 Version: 4.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g83948c1 Release: <RELEASE>.g368c53d
%else %else
Release: 0 Release: 0
%endif %endif
@ -70,6 +70,7 @@ BuildRequires: fdupes
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: hmaccalc BuildRequires: hmaccalc
%endif %endif
BuildRequires: libopenssl-devel
BuildRequires: modutils BuildRequires: modutils
# Used to sign the kernel in the buildservice # Used to sign the kernel in the buildservice
BuildRequires: openssl BuildRequires: openssl

View File

@ -28,16 +28,16 @@
# Send separate patches upstream if you find a problem... # 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 # Patches in patches.rpmify are applied to both -vanilla
# and patched flavors. # and patched flavors.
######################################################## ########################################################
patches.rpmify/lustre-lloop-dont-change-logical-size patches.rpmify/lustre-lloop-dont-change-logical-size
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
######################################################## ########################################################
######################################################## ########################################################
# #
@ -51,9 +51,9 @@
patches.rpmify/firmware-path patches.rpmify/firmware-path
patches.rpmify/cloneconfig.diff patches.rpmify/cloneconfig.diff
######################################################## ########################################################
# kbuild/module infrastructure fixes # kbuild/module infrastructure fixes
######################################################## ########################################################
patches.suse/rpm-kernel-config patches.suse/rpm-kernel-config
patches.suse/split-package patches.suse/split-package
patches.suse/supported-flag patches.suse/supported-flag
@ -62,29 +62,29 @@
patches.suse/supported-flag-external patches.suse/supported-flag-external
patches.suse/genksyms-add-override-flag.diff patches.suse/genksyms-add-override-flag.diff
######################################################## ########################################################
# Simple export additions/removals # Simple export additions/removals
######################################################## ########################################################
######################################################## ########################################################
# Bug workarounds for binutils # Bug workarounds for binutils
######################################################## ########################################################
######################################################## ########################################################
# Scheduler / Core # Scheduler / Core
######################################################## ########################################################
patches.suse/setuid-dumpable-wrongdir patches.suse/setuid-dumpable-wrongdir
######################################################## ########################################################
# Architecture-specific patches. These used to be all # Architecture-specific patches. These used to be all
# at the end of series.conf, but since we don't do # at the end of series.conf, but since we don't do
# conditional builds anymore, there's no point. # conditional builds anymore, there's no point.
######################################################## ########################################################
######################################################## ########################################################
# i386 # i386
######################################################## ########################################################
# amd64 | x86-64 | x86_64 # amd64 | x86-64 | x86_64
@ -94,16 +94,16 @@
# "the architecture with too many names" # "the architecture with too many names"
# TAWTMN # TAWTMN
######################################################## ########################################################
# x86_64/i386 biarch # x86_64/i386 biarch
######################################################## ########################################################
# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953 # Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
# changed this area a lot. # changed this area a lot.
+needs_updating patches.arch/x86_64-hpet-64bit-timer.patch +needs_updating patches.arch/x86_64-hpet-64bit-timer.patch
######################################################## ########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions # x86 MCE/MCA (Machine Check Error/Architecture) extensions
######################################################## ########################################################
######################################################## ########################################################
@ -115,13 +115,13 @@
# x86 UV patches from SGI # x86 UV patches from SGI
######################################################## ########################################################
######################################################## ########################################################
# x86_64/i386 depending on the UV patchset # x86_64/i386 depending on the UV patchset
######################################################## ########################################################
######################################################## ########################################################
# powerpc/generic # powerpc/generic
######################################################## ########################################################
patches.suse/8250-sysrq-ctrl_o.patch patches.suse/8250-sysrq-ctrl_o.patch
patches.arch/ppc-pegasos-console-autodetection.patch patches.arch/ppc-pegasos-console-autodetection.patch
patches.suse/ppc-powerbook-usb-fn-key-default.patch patches.suse/ppc-powerbook-usb-fn-key-default.patch
@ -130,23 +130,23 @@
patches.arch/ppc-prom-nodisplay.patch patches.arch/ppc-prom-nodisplay.patch
+needs_update patches.fixes/ptrace-getsiginfo +needs_update patches.fixes/ptrace-getsiginfo
######################################################## ########################################################
# powerpc/little endian # powerpc/little endian
######################################################## ########################################################
patches.arch/ppc64le-build-vmlinux.patch patches.arch/ppc64le-build-vmlinux.patch
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.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-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-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.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 patches.drivers/ibmvnic-Driver-for-IBM-System-i-p-VNIC-protocol.patch
######################################################## ########################################################
# PS3 # PS3
######################################################## ########################################################
######################################################## ########################################################
# ARM # ARM
######################################################## ########################################################
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
# Compile fix for Xen on ARM with our Xen patches applied # Compile fix for Xen on ARM with our Xen patches applied
@ -177,16 +177,16 @@
patches.arch/s390-message-catalog.diff patches.arch/s390-message-catalog.diff
patches.arch/kmsg-fix-parameter-limitations patches.arch/kmsg-fix-parameter-limitations
######################################################## ########################################################
# VM/FS patches # VM/FS patches
######################################################## ########################################################
patches.suse/readahead-request-tunables.patch patches.suse/readahead-request-tunables.patch
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
patches.suse/vfs-add-super_operations-get_inode_dev patches.suse/vfs-add-super_operations-get_inode_dev
######################################################## ########################################################
# IPC patches # IPC patches
######################################################## ########################################################
######################################################## ########################################################
# nfsacl protocol (agruen) # nfsacl protocol (agruen)
@ -452,31 +452,31 @@
# Address space layout randomization # Address space layout randomization
######################################################## ########################################################
######################################################## ########################################################
# KDB v4.4 # KDB v4.4
######################################################## ########################################################
######################################################## ########################################################
# Other patches for debugging # Other patches for debugging
######################################################## ########################################################
patches.suse/crasher.patch patches.suse/crasher.patch
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/stack-unwind patches.suse/stack-unwind
+needs_updating patches.arch/x86_64-unwind-annotations +needs_updating patches.arch/x86_64-unwind-annotations
######################################################## ########################################################
# Kdump # Kdump
######################################################## ########################################################
######################################################## ########################################################
# cgroups # cgroups
######################################################## ########################################################
######################################################## ########################################################
# audit subsystem # audit subsystem
######################################################## ########################################################
######################################################## ########################################################
# Performance Monitoring, Tracing etc # Performance Monitoring, Tracing etc
######################################################## ########################################################
@ -487,12 +487,12 @@
# KVM patches # KVM patches
######################################################## ########################################################
######################################################## ########################################################
# Staging tree patches # Staging tree patches
# new drivers that are going upstream # new drivers that are going upstream
######################################################## ########################################################
######################################################## ########################################################
# You'd better have a good reason for adding a patch # You'd better have a good reason for adding a patch
# below here. # below here.
######################################################## ########################################################

View File

@ -1,3 +1,3 @@
2016-01-11 15:46:34 +0100 2016-01-12 14:39:53 +0100
GIT Revision: 83948c1558f87eeaca00110c09cc1f26805fe4b0 GIT Revision: 368c53d20116a1d2eacabb1958a97c0fa9b86f8f
GIT Branch: stable GIT Branch: stable