Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753016AbeADMJc (ORCPT + 1 other); Thu, 4 Jan 2018 07:09:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39664 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752887AbeADMJa (ORCPT ); Thu, 4 Jan 2018 07:09:30 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.14 00/14] 4.14.12-stable review Date: Thu, 4 Jan 2018 13:09:17 +0100 Message-Id: <20180104120917.043667757@linuxfoundation.org> X-Mailer: git-send-email 2.15.1 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.12-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.12-rc1 X-KernelTest-Deadline: 2018-01-06T12:09+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This is the start of the stable review cycle for the 4.14.12 release. There are 14 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat Jan 6 12:08:52 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.12-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.12-rc1 Troy Kisky rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate Troy Kisky rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared Troy Kisky rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate Troy Kisky rtc: m41t80: fix m41t80_sqw_round_rate return value Troy Kisky rtc: m41t80: m41t80_sqw_set_rate should return 0 on success Steffen Klassert Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." Nick Desaulniers x86/process: Define cpu_tss_rw in same section as declaration Thomas Gleixner x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() Josh Poimboeuf x86/dumpstack: Print registers for first stack frame Josh Poimboeuf x86/dumpstack: Fix partial register dumps Thomas Gleixner x86/pti: Make sure the user/kernel PTEs match Tom Lendacky x86/cpu, x86/pti: Do not enable PTI on AMD processors Eric Biggers capabilities: fix buffer overread on very short xattr Kees Cook exec: Weaken dumpability for secureexec ------------- Diffstat: Makefile | 4 +- arch/x86/entry/entry_64_compat.S | 13 +++---- arch/x86/include/asm/unwind.h | 17 ++++++-- arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/dumpstack.c | 31 ++++++++++----- arch/x86/kernel/process.c | 2 +- arch/x86/kernel/stacktrace.c | 2 +- arch/x86/mm/pti.c | 3 +- drivers/rtc/rtc-m41t80.c | 84 ++++++++++++++++++---------------------- fs/exec.c | 9 ++++- net/xfrm/xfrm_policy.c | 29 ++++++++------ security/commoncap.c | 21 +++++----- 12 files changed, 120 insertions(+), 99 deletions(-)