commit 7ad9c1d279240e05d3ee12487613e96414a8e321
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=569
This commit is contained in:
parent
1c835ba732
commit
350c4823b8
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation (man pages)
|
Summary: Kernel Documentation (man pages)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -51,9 +51,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 15:04:24 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
Fix schedule_timeout() call with uninterruptible one (bsc#997639)
|
||||||
|
- commit 7ad9c1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- autofs - use dentry flags to block walks during expire
|
||||||
|
(bsc#997639).
|
||||||
|
- commit 268a807
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.7.3 (CVE-2016-6480 bsc#991608).
|
||||||
|
- Delete
|
||||||
|
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
|
||||||
|
- commit 2ecc7fe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.7
|
%define srcversion 4.7
|
||||||
%define patchversion 4.7.2
|
%define patchversion 4.7.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.2
|
Version: 4.7.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g8a962cf
|
Release: <RELEASE>.g7ad9c1d
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d2808f2d1a94f3c0ce3c884e91dff75ad5eff61aa4e21e2e58c697bc6bc85bd7
|
oid sha256:f6796f6ec245b80b75b44478ae41eae56cc0cc8986faa2e2b8a496c499dc010d
|
||||||
size 15170
|
size 15500
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:36dbb89055c509105ff94d228a323242dd8f40a68c4a0c855a4e2c1ae02970ae
|
oid sha256:eb15faee5a7159f63041789af64a7a58fc247c094c081fc152e627955432bc0b
|
||||||
size 81883
|
size 122622
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.kernel.org/patch-4.7.1
|
patches.kernel.org/patch-4.7.1
|
||||||
patches.kernel.org/patch-4.7.1-2
|
patches.kernel.org/patch-4.7.1-2
|
||||||
|
patches.kernel.org/patch-4.7.2-3
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -283,6 +284,7 @@
|
|||||||
|
|
||||||
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
||||||
patches.suse/pstore-backend-autoaction
|
patches.suse/pstore-backend-autoaction
|
||||||
|
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Overlayfs
|
# Overlayfs
|
||||||
@ -320,8 +322,6 @@
|
|||||||
|
|
||||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||||
|
|
||||||
# boo#991608 CVE-2016-6480
|
|
||||||
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# DRM/Video
|
# DRM/Video
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2016-08-30 01:57:41 +0200
|
2016-09-08 15:08:03 +0200
|
||||||
GIT Revision: 8a962cfa88053c89b833b7ae38ed32d14882cbae
|
GIT Revision: 7ad9c1d279240e05d3ee12487613e96414a8e321
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user