stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.14 00/14] 4.14.12-stable review
@ 2018-01-04 12:09 Greg Kroah-Hartman
  2018-01-04 12:09 ` [PATCH 4.14 01/14] exec: Weaken dumpability for secureexec Greg Kroah-Hartman
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Greg Kroah-Hartman @ 2018-01-04 12:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuahkh, patches,
	ben.hutchings, lkft-triage, stable

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 <gregkh@linuxfoundation.org>
    Linux 4.14.12-rc1

Troy Kisky <troy.kisky@boundarydevices.com>
    rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate

Troy Kisky <troy.kisky@boundarydevices.com>
    rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared

Troy Kisky <troy.kisky@boundarydevices.com>
    rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate

Troy Kisky <troy.kisky@boundarydevices.com>
    rtc: m41t80: fix m41t80_sqw_round_rate return value

Troy Kisky <troy.kisky@boundarydevices.com>
    rtc: m41t80: m41t80_sqw_set_rate should return 0 on success

Steffen Klassert <steffen.klassert@secunet.com>
    Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."

Nick Desaulniers <ndesaulniers@google.com>
    x86/process: Define cpu_tss_rw in same section as declaration

Thomas Gleixner <tglx@linutronix.de>
    x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()

Josh Poimboeuf <jpoimboe@redhat.com>
    x86/dumpstack: Print registers for first stack frame

Josh Poimboeuf <jpoimboe@redhat.com>
    x86/dumpstack: Fix partial register dumps

Thomas Gleixner <tglx@linutronix.de>
    x86/pti: Make sure the user/kernel PTEs match

Tom Lendacky <thomas.lendacky@amd.com>
    x86/cpu, x86/pti: Do not enable PTI on AMD processors

Eric Biggers <ebiggers@google.com>
    capabilities: fix buffer overread on very short xattr

Kees Cook <keescook@chromium.org>
    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(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-01-08 14:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 12:09 [PATCH 4.14 00/14] 4.14.12-stable review Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 01/14] exec: Weaken dumpability for secureexec Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 02/14] capabilities: fix buffer overread on very short xattr Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 03/14] x86/cpu, x86/pti: Do not enable PTI on AMD processors Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 04/14] x86/pti: Make sure the user/kernel PTEs match Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 07/14] x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 08/14] x86/process: Define cpu_tss_rw in same section as declaration Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 09/14] Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 10/14] rtc: m41t80: m41t80_sqw_set_rate should return 0 on success Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 11/14] rtc: m41t80: fix m41t80_sqw_round_rate return value Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 12/14] rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 13/14] rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared Greg Kroah-Hartman
2018-01-04 12:09 ` [PATCH 4.14 14/14] rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate Greg Kroah-Hartman
2018-01-04 18:52 ` [PATCH 4.14 00/14] 4.14.12-stable review Guenter Roeck
2018-01-05 12:13   ` Greg Kroah-Hartman
2018-01-04 19:46 ` Dan Rue
2018-01-05  8:04   ` Greg Kroah-Hartman
2018-01-04 22:03 ` Shuah Khan
     [not found] ` <5a4e68a8.e4a0df0a.b9e2d.7b39@mx.google.com>
     [not found]   ` <7h4lo12mfk.fsf@baylibre.com>
2018-01-05  7:55     ` Greg Kroah-Hartman
2018-01-08 14:58     ` Guillaume Tucker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).