From 9e6382eedab4d922c73066421ba74e5da5bce4cf5d57bbad2f57fe3da3295a69 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 13 Feb 2018 08:10:30 +0000 Subject: [PATCH] commit 8d4f57987071018ce15cd9a7ec14c83bffdc2fc1 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=819 --- config.tar.bz2 | 4 +-- dtb-aarch64.changes | 64 ++++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 ++-- dtb-armv6l.changes | 64 ++++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 ++-- dtb-armv7l.changes | 64 ++++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 ++-- kernel-64kb.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 6 ++-- kernel-debug.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 6 ++-- kernel-default.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 6 ++-- kernel-docs.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 6 ++-- kernel-lpae.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 6 ++-- kernel-obs-build.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 6 ++-- kernel-obs-qa.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 ++-- kernel-pae.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 6 ++-- kernel-source.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 6 ++-- kernel-syms.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 4 +-- kernel-syzkaller.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-syzkaller.spec | 6 ++-- kernel-vanilla.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 6 ++-- kernel-zfcpdump.changes | 64 ++++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 6 ++-- patches.kernel.org.tar.bz2 | 4 +-- patches.suse.tar.bz2 | 4 +-- series.conf | 25 +++++++++++++++ source-timestamp | 4 +-- 37 files changed, 1104 insertions(+), 55 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index 57815af4..a15a8b3c 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6e32f083301587a9d630799b49b85cd9983c403db6925aaaafbf71d8cf7472a -size 176970 +oid sha256:580e472f840e65ee926589a95afdedf167b97330da79062835a0c1ccc0002217 +size 177067 diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 4f2e03ab..fa8fe374 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 5a9aa92d..900cce34 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb}) Name: dtb-aarch64 -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 4f2e03ab..fa8fe374 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 61e684e3..cef63873 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb}) Name: dtb-armv6l -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 4f2e03ab..fa8fe374 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 0ae83ec1..90a7905e 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb}) Name: dtb-armv7l -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index b9226307..38d2b809 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-debug.changes b/kernel-debug.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index e1fe3a95..3e30832c 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 42a07e72..a7add8f1 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 01823d31..c9859da0 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0 Group: Documentation/Man -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 8948cd36..cc655045 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 388f98c6..2fb60f46 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -64,9 +64,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0 Group: SLES -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 69b41c7c..3d45b7b7 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 4.15.2 +%define patchversion 4.15.3 %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.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index eaa97f7b..939debd7 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index e715e1dc..732ff314 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %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.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index c486f334..4114180f 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 4.15.2 +Version: 4.15.3 %if %using_buildservice %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-syzkaller.changes b/kernel-syzkaller.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-syzkaller.changes +++ b/kernel-syzkaller.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-syzkaller.spec b/kernel-syzkaller.spec index 5457ee54..36eaa651 100644 --- a/kernel-syzkaller.spec +++ b/kernel-syzkaller.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-syzkaller Summary: Kernel used for fuzzing by syzkaller License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 1d38fc34..42e0b945 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 4f2e03ab..fa8fe374 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Feb 13 08:58:21 CET 2018 - jslaby@suse.cz + +- Linux 4.15.3 (bnc#1012628). +- crypto: tcrypt - fix S/G table for test_aead_speed() + (bnc#1012628). +- gpio: uniphier: fix mismatch between license text and + MODULE_LICENSE (bnc#1012628). +- media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + (bnc#1012628). +- media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628). +- media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + (bnc#1012628). +- net: sched: fix use-after-free in tcf_block_put_ext + (bnc#1012628). +- net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + (bnc#1012628). +- soreuseport: fix mem leak in reuseport_add_sock() (bnc#1012628). +- ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + (bnc#1012628). +- cls_u32: add missing RCU annotation (bnc#1012628). +- tcp_bbr: fix pacing_gain to always be unity when using lt_bw + (bnc#1012628). +- rocker: fix possible null pointer dereference in + rocker_router_fib_event_work (bnc#1012628). +- net: ipv6: send unsolicited NA after DAD (bnc#1012628). +- Revert "defer call to mem_cgroup_sk_alloc()" (bnc#1012628). +- ipv6: change route cache aging logic (bnc#1012628). +- ipv6: addrconf: break critical section in addrconf_verify_rtnl() + (bnc#1012628). +- vhost_net: stop device during reset owner (bnc#1012628). +- tcp: release sk_frag.page in tcp_disconnect (bnc#1012628). +- r8169: fix RTL8168EP take too long to complete driver + initialization (bnc#1012628). +- qmi_wwan: Add support for Quectel EP06 (bnc#1012628). +- qlcnic: fix deadlock bug (bnc#1012628). +- net: igmp: add a missing rcu locking section (bnc#1012628). +- ip6mr: fix stale iterator (bnc#1012628). +- commit e7bb737 + +------------------------------------------------------------------- +Tue Feb 13 08:55:21 CET 2018 - jslaby@suse.cz + +- ext4: llseek, do not crop offset on 32bit (bsc#1079747). +- commit c6ab9c6 + +------------------------------------------------------------------- +Fri Feb 9 16:48:09 CET 2018 - jslaby@suse.cz + +- Update i386 config files. + Switch from almost unusable UNWINDER_GUESS to UNWINDER_FRAME_POINTER + (which enables FRAME_POINTERs). It will slow down the kernel a bit, + but improves the stack traces by the order of magnitude. Sad is that + we have no ORCs on i386... +- commit 1d39996 + +------------------------------------------------------------------- +Fri Feb 9 16:05:51 CET 2018 - jslaby@suse.cz + +- Update config files. + Sync vanilla configs to 4.15. +- commit 85c7881 + ------------------------------------------------------------------- Thu Feb 8 07:52:04 CET 2018 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 1964aecf..7f0845bf 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 4.15 -%define patchversion 4.15.2 +%define patchversion 4.15.3 %define variant %{nil} %define vanilla_only 0 @@ -58,9 +58,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 4.15.2 +Version: 4.15.3 %if 0%{?is_kotd} -Release: .gb34965a +Release: .g8d4f579 %else Release: 0 %endif diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 7ac76afa..042b0143 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:633d61d55508bdabfc601c573890ed31a4cfe58af446b5ae50271a749e5c4bef -size 91118 +oid sha256:d51184d4e2d4cff0b0f4ed0aede5d6818353f221ea0df99f21b8357467ac5190 +size 110206 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 9703f3a0..e989f016 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cddb042f6bcfdcc9a0ee45d4d3aea904e17eee0a99f474c50762d015be319205 -size 91808 +oid sha256:6d1b3c767ed52af8eebb2e7de98f8230fa56cdc46fedc9a9e4189ab94039fced +size 92096 diff --git a/series.conf b/series.conf index aa7f2c4f..d68441ce 100644 --- a/series.conf +++ b/series.conf @@ -144,6 +144,30 @@ patches.kernel.org/4.15.2-059-serial-core-mark-port-as-initialized-after-suc.patch patches.kernel.org/4.15.2-060-fpga-region-release-of_parse_phandle-nodes-aft.patch patches.kernel.org/4.15.2-061-Linux-4.15.2.patch + patches.kernel.org/4.15.3-001-ip6mr-fix-stale-iterator.patch + patches.kernel.org/4.15.3-002-net-igmp-add-a-missing-rcu-locking-section.patch + patches.kernel.org/4.15.3-003-qlcnic-fix-deadlock-bug.patch + patches.kernel.org/4.15.3-004-qmi_wwan-Add-support-for-Quectel-EP06.patch + patches.kernel.org/4.15.3-005-r8169-fix-RTL8168EP-take-too-long-to-complete-.patch + patches.kernel.org/4.15.3-006-tcp-release-sk_frag.page-in-tcp_disconnect.patch + patches.kernel.org/4.15.3-007-vhost_net-stop-device-during-reset-owner.patch + patches.kernel.org/4.15.3-008-ipv6-addrconf-break-critical-section-in-addrco.patch + patches.kernel.org/4.15.3-009-ipv6-change-route-cache-aging-logic.patch + patches.kernel.org/4.15.3-010-Revert-defer-call-to-mem_cgroup_sk_alloc.patch + patches.kernel.org/4.15.3-011-net-ipv6-send-unsolicited-NA-after-DAD.patch + patches.kernel.org/4.15.3-012-rocker-fix-possible-null-pointer-dereference-i.patch + patches.kernel.org/4.15.3-013-tcp_bbr-fix-pacing_gain-to-always-be-unity-whe.patch + patches.kernel.org/4.15.3-014-cls_u32-add-missing-RCU-annotation.patch + patches.kernel.org/4.15.3-015-ipv6-Fix-SO_REUSEPORT-UDP-socket-with-implicit.patch + patches.kernel.org/4.15.3-016-soreuseport-fix-mem-leak-in-reuseport_add_sock.patch + patches.kernel.org/4.15.3-017-net_sched-get-rid-of-rcu_barrier-in-tcf_block_.patch + patches.kernel.org/4.15.3-018-net-sched-fix-use-after-free-in-tcf_block_put_.patch + patches.kernel.org/4.15.3-019-media-mtk-vcodec-add-missing-MODULE_LICENSE-DE.patch + patches.kernel.org/4.15.3-020-media-soc_camera-soc_scale_crop-add-missing-MO.patch + patches.kernel.org/4.15.3-021-media-tegra-cec-add-missing-MODULE_DESCRIPTION.patch + patches.kernel.org/4.15.3-022-gpio-uniphier-fix-mismatch-between-license-tex.patch + patches.kernel.org/4.15.3-023-crypto-tcrypt-fix-S-G-table-for-test_aead_spee.patch + patches.kernel.org/4.15.3-024-Linux-4.15.3.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -383,6 +407,7 @@ ######################################################## # ext4 ######################################################## + patches.suse/ext4-llseek-do-not-crop-offset-on-32bit.patch ######################################################## # btrfs diff --git a/source-timestamp b/source-timestamp index 5998c5f4..598c3227 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2018-02-08 07:53:26 +0100 -GIT Revision: b34965ab958833296ac68575af31dd314a58cd7b +2018-02-13 08:58:49 +0100 +GIT Revision: 8d4f57987071018ce15cd9a7ec14c83bffdc2fc1 GIT Branch: stable