commit 486135549b68468427e68e353d9060e0fe97086c

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=581
This commit is contained in:
Michal Marek 2016-10-08 08:08:21 +00:00 committed by Git OBS Bridge
parent 204066345b
commit 761fa0108d
28 changed files with 334 additions and 43 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-64kb
Summary: Kernel with 64kb PAGE_SIZE
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.8.0
%define patchversion 4.8.1
%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.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.8.0
%define patchversion 4.8.1
%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.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -18,7 +18,7 @@
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%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.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.8.0
Version: 4.8.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.8
%define patchversion 4.8.0
%define patchversion 4.8.1
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-syzkaller
Summary: Kernel used for fuzzing by syzkaller
License: GPL-2.0
Group: System/Kernel
Version: 4.8.0
Version: 4.8.1
%if 0%{?is_kotd}
Release: <RELEASE>.g55165a4
Release: <RELEASE>.g4861355
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 7 16:54:54 CEST 2016 - jslaby@suse.cz
- Linux 4.8.1 (: :).
- commit 4861355
-------------------------------------------------------------------
Wed Oct 5 22:22:30 CEST 2016 - jeffm@suse.com
- apparmor: fix change_hat not finding hat after policy
replacement (bsc#1000287).
- commit b49afc4
-------------------------------------------------------------------
Wed Oct 5 22:21:49 CEST 2016 - jeffm@suse.com
- Update AppArmor network mediation patchset.
- AppArmor: basic networking rules (FATE#300516).
- apparmor: Fix quieting of audit messages for network mediation
(FATE#300516).
- Delete
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
- commit a586694
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a12c212445fdaccca3b4022fcf68d66235faa44fd1a2af5a07980ee17d3e1d22
size 5557
oid sha256:5c0e4b586d249a2cb8fc02e902312ca020d475c77195c66a2ae62eaf07d5ea64
size 7110

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-4.8.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -417,10 +418,12 @@
##########################################################
# AppArmor
##########################################################
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
# patches.apparmor/apparmor-profiles-seq_file
patches.apparmor/apparmor-temporary-work-around-for-bug-while-unloadi
patches.apparmor/apparmor-basic-networking-rules.patch
patches.apparmor/apparmor-fix-quieting-of-audit-messages-for-network-mediation.patch
patches.apparmor/apparmor-fix-change_hat-not-finding-hat-after-policy-replacement.patch
########################################################
# Address space layout randomization
########################################################

View File

@ -1,3 +1,3 @@
2016-10-03 16:15:10 +0200
GIT Revision: 55165a403f2a17533295d62a8ba5cb5f69062933
2016-10-07 16:54:54 +0200
GIT Revision: 486135549b68468427e68e353d9060e0fe97086c
GIT Branch: stable