commit 7730184fd78aa7e602147a95ca7d07e15752a269
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=617
This commit is contained in:
parent
85179f062f
commit
40e2e91759
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.8.12
|
||||
Version: 4.8.13
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 10:03:38 CET 2016 - jthumshirn@suse.de
|
||||
|
||||
- Don't feed anything but regular iovec's to blk_rq_map_user_iov
|
||||
(CVE-2016-9576 bsc#1013604).
|
||||
- commit 7730184
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:53:16 CET 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.8.13 (bnc#1012628 boo#1008745 bsc#1010970).
|
||||
- Delete
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch.
|
||||
- Delete patches.fixes/kasan-update-kasan_global-for-gcc-7.patch.
|
||||
- Delete
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal.
|
||||
- commit 725988c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 16:06:36 CET 2016 - jslaby@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.8
|
||||
%define patchversion 4.8.12
|
||||
%define patchversion 4.8.13
|
||||
%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.12
|
||||
Version: 4.8.13
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g18bb86c
|
||||
Release: <RELEASE>.g7730184
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73722623692df641b6daa2bd57bbc1e84abd051f5d2f1abeb755d3cf0146b939
|
||||
size 15103
|
||||
oid sha256:9b359577862554cd431efb0989d063756c89bca864ea8974fd2059fe1f4e236c
|
||||
size 13409
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd37fdc1f2f4095749a6bef9cebdf4889b8c622947e76dc96a2c58886479f549
|
||||
size 278228
|
||||
oid sha256:79e0d4fe1a19380782eb451e1dffe694935bbca68337ba7b81c6e647b75570a0
|
||||
size 287244
|
||||
|
@ -39,6 +39,7 @@
|
||||
patches.kernel.org/patch-4.8.9-10
|
||||
patches.kernel.org/patch-4.8.10-11
|
||||
patches.kernel.org/patch-4.8.11-12
|
||||
patches.kernel.org/patch-4.8.12-13
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -308,6 +309,7 @@
|
||||
# Block layer fixes
|
||||
patches.fixes/block-copy-bi_vcnt-in-_bio_clone_fast
|
||||
patches.suse/scsi-netlink-ml
|
||||
patches.fixes/don-t-feed-anything-but-regular-iovec-s-to-blk_rq_map_user_iov.patch
|
||||
|
||||
patches.fixes/scsi-retry-alua-transition-in-progress
|
||||
|
||||
@ -322,7 +324,6 @@
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/0001-libfc-fix-seconds_since_last_reset-miscalculation.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
@ -398,7 +399,6 @@
|
||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||
+hare patches.suse/no-partition-scan
|
||||
|
||||
patches.fixes/zram-Fix-unbalanced-idr-management-at-hot-removal
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
@ -466,7 +466,6 @@
|
||||
patches.suse/stack-unwind.patch
|
||||
patches.suse/stack-unwind-disable-kasan.patch
|
||||
+needs_updating patches.arch/x86_64-unwind-annotations
|
||||
patches.fixes/kasan-update-kasan_global-for-gcc-7.patch
|
||||
patches.fixes/kasan-support-use-after-scope-detection.patch
|
||||
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2016-12-05 16:06:36 +0100
|
||||
GIT Revision: 18bb86cb4d8fe183ebe854a3febc8edad01d3c45
|
||||
2016-12-09 10:03:38 +0100
|
||||
GIT Revision: 7730184fd78aa7e602147a95ca7d07e15752a269
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user