From 4584cdb4754a92eba6d3f623b163f4564dd9e277b618307f902c8d65143ac29f Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 5 Jan 2018 18:24:02 +0000 Subject: [PATCH] commit 3cf399e1ccf632c4c2431456c47adcbe71acbb43 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=798 --- dtb-aarch64.changes | 39 ++++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +++--- dtb-armv6l.changes | 39 ++++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +++--- dtb-armv7l.changes | 39 ++++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +++--- kernel-64kb.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 6 +++--- kernel-debug.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 6 +++--- kernel-default.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 6 +++--- kernel-docs.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 6 +++--- kernel-lpae.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 6 +++--- kernel-obs-build.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 6 +++--- kernel-obs-qa.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +++--- kernel-pae.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 6 +++--- kernel-source.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 6 +++--- kernel-syms.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 4 ++-- kernel-syzkaller.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-syzkaller.spec | 6 +++--- kernel-vanilla.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 6 +++--- kernel-zfcpdump.changes | 39 ++++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 6 +++--- patches.kernel.org.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- series.conf | 15 +++++++++++++++ source-timestamp | 4 ++-- 36 files changed, 692 insertions(+), 53 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 4e880b17..72fbdb15 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index e23f6978..c6379908 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 4e880b17..72fbdb15 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 39f35081..cc69f6f0 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 4e880b17..72fbdb15 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 7145922f..667e6a52 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 4e880b17..72fbdb15 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index bf40f6a5..eba1e642 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-debug.changes b/kernel-debug.changes index 4e880b17..72fbdb15 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index aec251ce..3b22d0c5 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index 4e880b17..72fbdb15 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index b7d72d05..9256556a 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index 4e880b17..72fbdb15 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 45a4754b..79fc53f6 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 4e880b17..72fbdb15 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index ff16abdd..4b9e1973 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 4e880b17..72fbdb15 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 0739f8c7..e629db52 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 4.14.11 +%define patchversion 4.14.12 %define variant %{nil} %define vanilla_only 0 @@ -57,9 +57,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0 Group: SLES -Version: 4.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 4e880b17..72fbdb15 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 8c45ae38..4fef4c55 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 4e880b17..72fbdb15 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 87ab48a6..14d374d6 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index 4e880b17..72fbdb15 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 4f3ff538..2ec64c8b 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index 4e880b17..72fbdb15 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index d0861441..5ef0ff82 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.14.11 +Version: 4.14.12 %if %using_buildservice %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-syzkaller.changes b/kernel-syzkaller.changes index 4e880b17..72fbdb15 100644 --- a/kernel-syzkaller.changes +++ b/kernel-syzkaller.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-syzkaller.spec b/kernel-syzkaller.spec index 9b7f0f69..86eb619b 100644 --- a/kernel-syzkaller.spec +++ b/kernel-syzkaller.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 4e880b17..72fbdb15 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 064943b7..f1056a4c 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 4e880b17..72fbdb15 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jan 5 19:15:55 CET 2018 - jslaby@suse.cz + +- Linux 4.14.12 (bnc#1012628). +- exec: Weaken dumpability for secureexec (bnc#1012628). +- capabilities: fix buffer overread on very short xattr + (bnc#1012628). +- x86/cpu, x86/pti: Do not enable PTI on AMD processors + (bnc#1012628). +- x86/pti: Make sure the user/kernel PTEs match (bnc#1012628). +- x86/dumpstack: Fix partial register dumps (bnc#1012628). +- x86/dumpstack: Print registers for first stack frame + (bnc#1012628). +- x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() + (bnc#1012628). +- x86/process: Define cpu_tss_rw in same section as declaration + (bnc#1012628). +- Revert "xfrm: Fix stack-out-of-bounds read in + xfrm_state_find." (bnc#1012628). +- rtc: m41t80: m41t80_sqw_set_rate should return 0 on success + (bnc#1012628). +- rtc: m41t80: fix m41t80_sqw_round_rate return value + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate + (bnc#1012628). +- rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared + (bnc#1012628). +- rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate + (bnc#1012628). +- Refresh + patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch. +- Refresh + patches.suse/0007-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch. +- Refresh + patches.suse/0013-x86-entry-Stuff-RSB-for-entry-to-kernel-for-non-SMEP.patch. +- Refresh + patches.suse/0015-x86-syscall-Clear-unused-extra-registers-on-32-bit-c.patch. +- commit 3cf399e + ------------------------------------------------------------------- Thu Jan 4 12:32:07 CET 2018 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 8efa7562..2a7ce161 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 4.14 -%define patchversion 4.14.11 +%define patchversion 4.14.12 %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.14.11 +Version: 4.14.12 %if 0%{?is_kotd} -Release: .gc36893f +Release: .g3cf399e %else Release: 0 %endif diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index b59e940d..7071ac30 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:9f5577a6c91108b486b31a3d344754efe2a0d023d149ac91e98b2c141a1cc503 -size 898010 +oid sha256:69026034b189f975c10291b85e8ea40cd0108a7fe0f183a20c568020d4c712f2 +size 906601 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index bc00230e..db24fd74 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:3d788a1435ce36e6d0ec9d692cd4f13ee1e908bc0d9a0f5c3094ad8f7d57c89a -size 79393 +oid sha256:2b1cd140d3679a76be1303baadc249e3952806e99604f68ba113e7a6e274bd88 +size 79327 diff --git a/series.conf b/series.conf index 9ebe35b9..0175d5d4 100644 --- a/series.conf +++ b/series.conf @@ -1228,6 +1228,21 @@ patches.kernel.org/4.14.11-145-n_tty-fix-EXTPROC-vs-ICANON-interaction-with-.patch patches.kernel.org/4.14.11-146-tty-fix-tty_ldisc_receive_buf-documentation.patch patches.kernel.org/4.14.11-147-Linux-4.14.11.patch + patches.kernel.org/4.14.12-001-exec-Weaken-dumpability-for-secureexec.patch + patches.kernel.org/4.14.12-002-capabilities-fix-buffer-overread-on-very-shor.patch + patches.kernel.org/4.14.12-003-x86-cpu-x86-pti-Do-not-enable-PTI-on-AMD-proc.patch + patches.kernel.org/4.14.12-004-x86-pti-Make-sure-the-user-kernel-PTEs-match.patch + patches.kernel.org/4.14.12-005-x86-dumpstack-Fix-partial-register-dumps.patch + patches.kernel.org/4.14.12-006-x86-dumpstack-Print-registers-for-first-stack.patch + patches.kernel.org/4.14.12-007-x86-pti-Switch-to-kernel-CR3-at-early-in-entr.patch + patches.kernel.org/4.14.12-008-x86-process-Define-cpu_tss_rw-in-same-section.patch + patches.kernel.org/4.14.12-009-Revert-xfrm-Fix-stack-out-of-bounds-read-in-x.patch + patches.kernel.org/4.14.12-010-rtc-m41t80-m41t80_sqw_set_rate-should-return-.patch + patches.kernel.org/4.14.12-011-rtc-m41t80-fix-m41t80_sqw_round_rate-return-v.patch + patches.kernel.org/4.14.12-012-rtc-m41t80-avoid-i2c-read-in-m41t80_sqw_recal.patch + patches.kernel.org/4.14.12-013-rtc-m41t80-avoid-i2c-read-in-m41t80_sqw_is_pr.patch + patches.kernel.org/4.14.12-014-rtc-m41t80-remove-unneeded-checks-from-m41t80.patch + patches.kernel.org/4.14.12-015-Linux-4.14.12.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index 9bf892e4..d3a8504e 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2018-01-04 12:32:07 +0100 -GIT Revision: c36893f025cf83d5b8d40847d1a34239cb7152eb +2018-01-05 19:15:55 +0100 +GIT Revision: 3cf399e1ccf632c4c2431456c47adcbe71acbb43 GIT Branch: stable