commit c7aed11b72dcef69ef8d967e4a20e825b8898c59

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=575
This commit is contained in:
Jiri Slaby 2016-09-24 11:48:31 +00:00 committed by Git OBS Bridge
parent 1cef4cbbda
commit 1276afcf5a
32 changed files with 44386 additions and 45 deletions

View File

@ -2,6 +2,7 @@
<!-- Default 20GB for binary packages -->
<overwrite>
<conditions>
<package>kernel-64kb</package>
<package>kernel-debug</package>
<package>kernel-default</package>
<package>kernel-lpae</package>
@ -35,6 +36,7 @@
<overwrite>
<conditions>
<arch>s390x</arch>
<package>kernel-64kb</package>
<package>kernel-debug</package>
<package>kernel-default</package>
<package>kernel-lpae</package>
@ -53,6 +55,7 @@
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<package>kernel-64kb</package>
<package>kernel-debug</package>
<package>kernel-default</package>
<package>kernel-lpae</package>
@ -70,6 +73,7 @@
<arch>ppc</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
<package>kernel-64kb</package>
<package>kernel-debug</package>
<package>kernel-default</package>
<package>kernel-lpae</package>

View File

@ -32,6 +32,7 @@
+armv7hl armv7hl/vanilla
+armv7hl armv7hl/lpae
+arm64 arm64/default
+arm64 arm64/64kb
+arm64 arm64/vanilla
+s390x s390x/default

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1628ce1d590959bc7d7c074ee969f3363f3d7317932ca74a5755bec57a2eee8
size 234570
oid sha256:95387899a9fdd072673dba7d69e48674917f94b62bd9527fc0753b3d1f76cdf8
size 235036

42717
kernel-64kb.changes Normal file

File diff suppressed because it is too large Load Diff

1145
kernel-64kb.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,9 +27,9 @@ Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -51,9 +51,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -30,9 +30,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.7.4
Version: 4.7.5
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif
@ -38,6 +38,9 @@ Release: %kernel_source_release
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch aarch64
Requires: kernel-64kb-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Linux 4.7.5 (CVE-2016-6828 bnc#994066 bsc#993996 bsc#994296).
- Delete
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select.
- Delete
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch.
- Delete
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch.
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
- arm64: Relocate screen_info.lfb_base on PCI BAR allocation (bsc#975159).
- commit c3f6949
-------------------------------------------------------------------
Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -5,6 +36,18 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
- arm64: Add 64kb flavor for 64kb page size
- commit 4f006b4
-------------------------------------------------------------------
Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.4
%define patchversion 4.7.5
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 4.7.4
Version: 4.7.5
%if 0%{?is_kotd}
Release: <RELEASE>.gf5b12c1
Release: <RELEASE>.gc7aed11
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d210085d1346f948ba191ffdb247dd8b68540db7993193a8bfce8dd0a6debe8
size 144329
oid sha256:a96bfd86b87dfcdedaccdbf16d137d1ddd4d28c08c3f1b4d409344ad482689bb
size 146177

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9580dc96c3870149aea1b3e19634d340757959462a7057c695bb19379861bde6
size 18922
oid sha256:ed7936b6ddbca50c312526e61122594de00f2562a2e2811538224357373df143
size 14674

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42c2fd1575e2116a0d8e0004c5e31bb1be9503b7d12dc01a85795b99724f42ba
size 141036
oid sha256:547a7dac9cf72e68ba638c9d3c13523c444864c5480575c7da097b73f8618184
size 198020

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f290cb25342b631cb035ec435baf2b00980bcca97a29afa0564dbbedde430a7c
size 2343
oid sha256:fdec2d0aa4ae9f82bfd6c81890d3949858bf635abed7b5ed12001f5f22cbaba8
size 1966

41
pre.sh
View File

@ -19,3 +19,44 @@ if [ @BASE_PACKAGE@ = 1 -a "$YAST_IS_RUNNING" != "" ]; then
fi
fi
fi
# On AArch64 we switched from 64k PAGE_SIZE to 4k PAGE_SIZE. Unfortunately
# btrfs can only use file systems created with the same PAGE_SIZE. So we
# check if the user has any btrfs file systems mounted and refuse to install
# in that case.
if [ $( uname -m ) = aarch64 -a \
"$( zgrep CONFIG_ARM64_64K_PAGES=y /proc/config.gz )" -a \
@FLAVOR@ = default ]; then
if [ "$FORCE_4K" = 1 ]; then
# The user knows what he's doing, let him be.
exit 0
fi
if [ "$YAST_IS_RUNNING" = "instsys" ]; then
# We're probably test installing the kernel, that should succeed
exit 0
fi
cat >&2 <<-EOF
You are running on a 64kb PAGE_SIZE kernel. The default kernel
switched to 4kb PAGE_SIZE which will prevent it from mounting btrfs
or the swap partition.
To ensure that your system still works, I am refusing to install
this kernel. If you want to force installation regardlesss, reinstall
with the environment variable FORCE_4K set to 1.
To stay with a 64kb PAGE_SIZE kernel, please follow these steps:
$ zypper in kernel-64kb
[ reboot into the new kernel ]
$ zypper rm kernel-default
You will then be on the 64kb PAGE_SIZE kernel and can update your
system normally.
EOF
exit 1
fi

View File

@ -31,6 +31,7 @@
patches.kernel.org/patch-4.7.1-2
patches.kernel.org/patch-4.7.2-3
patches.kernel.org/patch-4.7.3-4
patches.kernel.org/patch-4.7.4-5
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -38,7 +39,6 @@
# and patched flavors.
########################################################
patches.rpmify/lustre-lloop-dont-change-logical-size
patches.rpmify/i915-fix-build-error-with-werror
########################################################
# kABI consistency patches
@ -164,6 +164,9 @@
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch
# arm64 fix efifb to relocate the fb on BAR move
patches.arch/arm64-Relocate-screen_info.lfb_base-on-PCI-BAR-alloc.patch
########################################################
# S/390
########################################################
@ -180,7 +183,6 @@
# Changes to tunable defaults
patches.suse/readahead-request-tunables.patch
patches.fixes/mm-oom-prevent-premature-OOM-killer-invocation-for-h.patch
########################################################
# IPC patches
@ -225,7 +227,6 @@
########################################################
# Networking, IPv6
########################################################
patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch
########################################################
# Netfilter
@ -333,7 +334,6 @@
patches.fixes/x86-hibernate-Use-hlt_play_dead-when-resuming-from-h
patches.fixes/drm-i915-Add-distinct-stubs-for-PM-hibernation-phase
patches.fixes/drm-i915-Fix-S4-resume-breakage
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select
########################################################
# video4linux

View File

@ -1,3 +1,3 @@
2016-09-21 16:55:16 +0200
GIT Revision: f5b12c1ae324d2f1e985f1bd2c14cfa60c93bac8
2016-09-24 13:41:43 +0200
GIT Revision: c7aed11b72dcef69ef8d967e4a20e825b8898c59
GIT Branch: stable