Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1949196AbdDYPNA (ORCPT ); Tue, 25 Apr 2017 11:13:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54948 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1949012AbdDYPLm (ORCPT ); Tue, 25 Apr 2017 11:11:42 -0400 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, stable@vger.kernel.org Subject: [PATCH 4.9 00/21] 4.9.25-stable review Date: Tue, 25 Apr 2017 16:08:55 +0100 Message-Id: <20170425150827.381333941@linuxfoundation.org> X-Mailer: git-send-email 2.12.2 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.25-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.25-rc1 X-KernelTest-Deadline: 2017-04-27T15:08+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4199 Lines: 118 This is the start of the stable review cycle for the 4.9.25 release. There are 21 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 Thu Apr 27 15:08:14 UTC 2017. 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.9.25-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.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.25-rc1 Dan Williams device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation Vishal Verma x86/mce: Make the MCE notifier a blocking one Yazen Ghannam x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs Ravi Bangoria powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction Sebastian Siewior ubi/upd: Always flush after prepared for an update Johannes Berg mac80211: fix MU-MIMO follow-MAC mode Johannes Berg mac80211: reject ToDS broadcast data frames Richard Weinberger ubifs: Fix O_TMPFILE corner case in ubifs_link() Felix Fietkau ubifs: Fix RENAME_WHITEOUT support Haibo Chen mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card Arnd Bergmann ACPI / power: Avoid maybe-uninitialized warning Thorsten Leemhuis Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Christian Borntraeger s390/mm: fix CMMA vs KSM vs others Germano Percossi CIFS: remove bad_network_name flag Sachin Prabhu cifs: Do not send echoes before Negotiate is complete Rabin Vincent mm: prevent NR_ISOLATE_* stats from going negative Steven Rostedt (VMware) ring-buffer: Have ring_buffer_iter_empty() return true when empty Steven Rostedt (VMware) tracing: Allocate the snapshot buffer before enabling probe Eric Biggers KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings David Howells KEYS: Change the name of the dead type to ".dead" to prevent user access David Howells KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings ------------- Diffstat: Makefile | 4 +- arch/powerpc/kernel/entry_64.S | 6 +-- arch/s390/include/asm/pgtable.h | 2 + arch/x86/kernel/cpu/mcheck/mce-genpool.c | 2 +- arch/x86/kernel/cpu/mcheck/mce-internal.h | 2 +- arch/x86/kernel/cpu/mcheck/mce.c | 16 ++---- arch/x86/kernel/cpu/mcheck/mce_amd.c | 2 +- drivers/acpi/power.c | 1 + drivers/dax/Kconfig | 1 + drivers/dax/dax.c | 13 ++--- drivers/input/mouse/elantech.c | 8 +++ drivers/mmc/host/sdhci-esdhc-imx.c | 1 + drivers/mtd/ubi/upd.c | 8 +-- fs/cifs/cifsglob.h | 1 - fs/cifs/smb1ops.c | 10 ++++ fs/cifs/smb2pdu.c | 5 -- fs/ubifs/dir.c | 10 ++-- kernel/trace/ring_buffer.c | 16 +++++- kernel/trace/trace.c | 8 +-- mm/migrate.c | 2 +- net/mac80211/rx.c | 86 ++++++++++++++++++++++++------- security/keys/gc.c | 2 +- security/keys/keyctl.c | 20 +++---- security/keys/process_keys.c | 44 ++++++++++------ 24 files changed, 179 insertions(+), 91 deletions(-)