This is the start of the stable review cycle for the 4.10.13 release. There are 24 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:24 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.10.13-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.10.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gre...@linuxfoundation.org> Linux 4.10.13-rc1 Dan Williams <dan.j.willi...@intel.com> device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation Yazen Ghannam <yazen.ghan...@amd.com> x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs Ravi Bangoria <ravi.bango...@linux.vnet.ibm.com> powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction Sebastian Siewior <bige...@linutronix.de> ubi/upd: Always flush after prepared for an update Vishal Verma <vishal.l.ve...@intel.com> x86/mce: Make the MCE notifier a blocking one Johannes Berg <johannes.b...@intel.com> mac80211: fix MU-MIMO follow-MAC mode Johannes Berg <johannes.b...@intel.com> mac80211: reject ToDS broadcast data frames Richard Weinberger <rich...@nod.at> ubifs: Fix O_TMPFILE corner case in ubifs_link() Felix Fietkau <n...@nbd.name> ubifs: Fix RENAME_WHITEOUT support Haibo Chen <haibo.c...@nxp.com> mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card Douglas Anderson <diand...@chromium.org> mmc: dw_mmc: Don't allow Runtime PM for SDIO cards Arnd Bergmann <a...@arndb.de> ACPI / power: Avoid maybe-uninitialized warning Thorsten Leemhuis <li...@leemhuis.info> Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Christian Borntraeger <borntrae...@de.ibm.com> s390/mm: fix CMMA vs KSM vs others Shawn Lin <shawn....@rock-chips.com> mmc: dw_mmc: silent verbose log when calling from PM context Germano Percossi <germano.perco...@citrix.com> CIFS: remove bad_network_name flag Sachin Prabhu <spra...@redhat.com> cifs: Do not send echoes before Negotiate is complete Rabin Vincent <rab...@axis.com> mm: prevent NR_ISOLATE_* stats from going negative Steven Rostedt (VMware) <rost...@goodmis.org> ring-buffer: Have ring_buffer_iter_empty() return true when empty Jason Gerecke <killert...@gmail.com> HID: wacom: Treat HID_DG_TOOLSERIALNUMBER as unsigned Steven Rostedt (VMware) <rost...@goodmis.org> tracing: Allocate the snapshot buffer before enabling probe Eric Biggers <ebigg...@google.com> KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings David Howells <dhowe...@redhat.com> KEYS: Change the name of the dead type to ".dead" to prevent user access David Howells <dhowe...@redhat.com> 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 | 17 ++---- arch/x86/kernel/cpu/mcheck/mce_amd.c | 2 +- drivers/acpi/power.c | 1 + drivers/dax/Kconfig | 1 + drivers/dax/dax.c | 13 ++--- drivers/hid/wacom_wac.c | 2 +- drivers/input/mouse/elantech.c | 8 +++ drivers/mmc/host/dw_mmc.c | 23 ++++++--- 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 ++++++++++------ 26 files changed, 196 insertions(+), 100 deletions(-)