This is the start of the stable review cycle for the 3.18.94 release. There are 36 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 Wed Feb 7 18:23:41 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/v3.x/stable-review/patch-3.18.94-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-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.18.94-rc1 Jesse Chan <jc@xxxxxxxxx> ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE Stefan Agner <stefan@xxxxxxxx> spi: imx: do not access registers while clocks disabled Mark Salyzyn <salyzyn@xxxxxxxxxxx> selinux: general protection fault in sock_has_perm Oliver Neukum <oneukum@xxxxxxxx> usb: uas: unconditionally bring back host after reset Hemant Kumar <hemantk@xxxxxxxxxxxxxx> usb: f_fs: Prevent gadget unbind if it is already unbound Johan Hovold <johan@xxxxxxxxxx> USB: serial: simple: add Motorola Tetra driver Shuah Khan <shuahkh@xxxxxxxxxxxxxxx> usbip: list: don't list devices attached to vhci_hcd Shuah Khan <shuahkh@xxxxxxxxxxxxxxx> usbip: prevent bind loops on devices attached to vhci_hcd Jia-Ju Bai <baijiaju1990@xxxxxxxxx> USB: serial: io_edgeport: fix possible sleep-in-atomic Oliver Neukum <oneukum@xxxxxxxx> CDC-ACM: apply quirk for card reader Hans de Goede <hdegoede@xxxxxxxxxx> USB: cdc-acm: Do not log urb submission errors on disconnect Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> USB: serial: pl2303: new device id for Chilitag Larry Finger <Larry.Finger@xxxxxxxxxxxx> staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID Colin Ian King <colin.king@xxxxxxxxxxxxx> usb: gadget: don't dereference g until after it has been null checked Icenowy Zheng <icenowy@xxxxxxx> media: usbtv: add a new usbid Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx> scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> quota: Check for register_shrinker() failure. Geert Uytterhoeven <geert+renesas@xxxxxxxxx> net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit Robert Lippert <roblip@xxxxxxxxx> hwmon: (pmbus) Use 64bit math for DIRECT format values Andrew Elble <aweits@xxxxxxx> nfsd: check for use of the closed special stateid Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) Eduardo Otubo <otubo@xxxxxxxxxx> xen-netfront: remove warning when unloading module Wanpeng Li <wanpeng.li@xxxxxxxxxxx> KVM: VMX: Fix rflags cache during vCPU reset Chun-Yeow Yeoh <yeohchunyeow@xxxxxxxxx> mac80211: fix the update of path metric for RANN frame Michael Lyle <mlyle@xxxxxxxx> bcache: check return value of register_shrinker Wanpeng Li <wanpeng.li@xxxxxxxxxxx> KVM: X86: Fix operand/address-size during instruction decoding Liran Alon <liran.alon@xxxxxxxxxx> KVM: x86: Don't re-execute instruction when not passing CR2 value Liran Alon <liran.alon@xxxxxxxxxx> KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure Lyude Paul <lyude@xxxxxxxxxx> igb: Free IRQs when device is hotplugged Jesse Chan <jc@xxxxxxxxx> gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE Takashi Iwai <tiwai@xxxxxxx> ALSA: seq: Make ioctls race-free Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> loop: fix concurrent lo_open/lo_release Richard Weinberger <richard@xxxxxx> um: Remove copy&paste code from init.h Richard Weinberger <richard@xxxxxx> um: Stop abusing __KERNEL__ Thomas Meyer <thomas@xxxxxxxx> um: link vmlinux with -no-pie Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: do not emit unneeded EV_SYN when suspending ------------- Diffstat: Makefile | 4 ++-- arch/um/Makefile | 9 +++++---- arch/um/drivers/mconsole.h | 2 +- arch/um/include/shared/init.h | 24 ++---------------------- arch/um/include/shared/user.h | 2 +- arch/x86/include/asm/kvm_host.h | 3 ++- arch/x86/kvm/emulate.c | 7 +++++++ arch/x86/kvm/vmx.c | 4 ++-- arch/x86/kvm/x86.c | 2 +- arch/x86/um/shared/sysdep/tls.h | 6 +++--- drivers/block/loop.c | 10 ++++++++-- drivers/gpio/gpio-iop.c | 4 ++++ drivers/hwmon/pmbus/pmbus_core.c | 21 ++++++++++++--------- drivers/input/input.c | 5 ++++- drivers/md/bcache/btree.c | 5 ++++- drivers/media/usb/usbtv/usbtv-core.c | 1 + drivers/net/ethernet/intel/igb/igb_main.c | 2 +- drivers/net/ethernet/xilinx/Kconfig | 1 + drivers/net/xen-netfront.c | 18 ++++++++++++++++++ drivers/scsi/ufs/ufshcd.c | 7 +++++-- drivers/spi/spi-imx.c | 15 +++++++++++++-- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 14 ++++---------- drivers/usb/class/cdc-acm.c | 5 ++++- drivers/usb/gadget/composite.c | 7 +++++-- drivers/usb/gadget/function/f_fs.c | 3 ++- drivers/usb/serial/Kconfig | 1 + drivers/usb/serial/io_edgeport.c | 1 - drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + drivers/usb/serial/usb-serial-simple.c | 7 +++++++ drivers/usb/storage/uas.c | 7 +++---- fs/nfsd/nfs4state.c | 15 +++++++++++++-- fs/quota/dquot.c | 3 ++- net/mac80211/mesh_hwmp.c | 15 +++++++++------ security/selinux/hooks.c | 2 ++ sound/core/seq/seq_clientmgr.c | 10 ++++++++-- sound/core/seq/seq_clientmgr.h | 1 + sound/soc/codecs/pcm512x-spi.c | 4 ++++ tools/usb/usbip/src/usbip_bind.c | 9 +++++++++ tools/usb/usbip/src/usbip_list.c | 9 +++++++++ 40 files changed, 182 insertions(+), 85 deletions(-)