This is the start of the stable review cycle for the 3.18.63 release. There are 60 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 Jul 27 19:15:49 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/v3.x/stable-review/patch-3.18.63-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.63-rc1 Maciej W. Rozycki <macro@xxxxxxxxxx> MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn' Greg Hackmann <ghackmann@xxxxxxxxxx> alarmtimer: don't rate limit one-shot timers Chunyu Hu <chuhu@xxxxxxxxxx> tracing: Fix kmemleak in instance_rmdir Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> spmi: Include OF based modalias in device uevent Stephen Boyd <stephen.boyd@xxxxxxxxxx> of: device: Export of_device_{get_modalias, uvent_modalias} to modules Paul Mackerras <paulus@xxxxxxxxxx> KVM: PPC: Book3S HV: Context-switch EBB registers properly Imre Deak <imre.deak@xxxxxxxxx> drm/mst: Avoid processing partially received up/down message transactions Imre Deak <imre.deak@xxxxxxxxx> drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req() Imre Deak <imre.deak@xxxxxxxxx> drm/mst: Fix error handling during MST sideband message reception Michael Gugino <michael.gugino.2@xxxxxxxxx> staging: rtl8188eu: add TL-WN722N v2 support Ingo Molnar <mingo@xxxxxxxxxx> Revert "perf/core: Drop kernel samples even though :u is specified" Jin Yao <yao.jin@xxxxxxxxxxxxxxx> perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target Jiang Yi <jiangyilism@xxxxxxxxx> target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce Jan Kara <jack@xxxxxxx> udf: Fix deadlock between writeback and udf_setsize() NeilBrown <neilb@xxxxxxxx> NFS: only invalidate dentrys that are clearly invalid. Chen Hong <chenhong3@xxxxxxxxxx> Input: i8042 - fix crash at boot time Maciej W. Rozycki <macro@xxxxxxxxxx> MIPS: math-emu: Prevent wrong ISA mode instruction emulation Maciej W. Rozycki <macro@xxxxxxxxxx> MIPS: Fix unaligned PC interpretation in `compute_return_epc' Maciej W. Rozycki <macro@xxxxxxxxxx> MIPS: Actually decode JALX in `__compute_return_epc_for_insn' James Hogan <james.hogan@xxxxxxxxxx> MIPS: Save static registers before sysmips Seunghun Han <kkamagui@xxxxxxxxx> x86/acpi: Prevent out of bound access caused by broken ACPI tables James Hogan <james.hogan@xxxxxxxxxx> MIPS: Negate error syscall return in trace James Hogan <james.hogan@xxxxxxxxxx> MIPS: Fix mips_atomic_set() with EVA James Hogan <james.hogan@xxxxxxxxxx> MIPS: Fix mips_atomic_set() retry condition Alex Williamson <alex.williamson@xxxxxxxxxx> vfio: New external user group/file match Alex Williamson <alex.williamson@xxxxxxxxxx> vfio: Fix group release deadlock Jaegeuk Kim <jaegeuk@xxxxxxxxxx> f2fs: Don't clear SGID when inheriting ACLs Alex Deucher <alexander.deucher@xxxxxxx> drm/radeon/ci: disable mclk switching for high refresh rates (v2) Jiri Olsa <jolsa@xxxxxxxxxx> s390/syscalls: Fix out of bounds arguments access Xiao Ni <xni@xxxxxxxxxx> Raid5 should update rdev->sectors after reshape Mikulas Patocka <mpatocka@xxxxxxxxxx> md: don't use flush_signals in userspace processes Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL Johan Hovold <johan@xxxxxxxxxx> USB: cdc-acm: add device-id for quirky printer Colin Ian King <colin.king@xxxxxxxxxxxxx> usb: storage: return on error to avoid a null pointer dereference Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> xhci: Fix NULL pointer dereference when cleaning up streams for removed host Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> xhci: fix 20000ms port resume timeout Chen Yu <yu.c.chen@xxxxxxxxx> PCI/PM: Restore the status of PCI devices across hibernation Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> af_key: Fix sadb_x_ipsecrequest parsing Oliver O'Halloran <oohall@xxxxxxxxx> powerpc/asm: Mark cr0 as clobbered in mftb() Anton Blanchard <anton@xxxxxxxxx> powerpc: Fix emulation of mfocrf in emulate_step() Anton Blanchard <anton@xxxxxxxxx> powerpc: Fix emulation of mcrf in emulate_step() Michael Ellerman <mpe@xxxxxxxxxxxxxx> powerpc/64: Fix atomic64_inc_not_zero() to return an int Maurizio Lombardi <mlombard@xxxxxxxxxx> scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails. Krzysztof Kozlowski <krzk@xxxxxxxxxx> PM / Domains: Fix unsafe iteration over modified list of domain providers Krzysztof Kozlowski <krzk@xxxxxxxxxx> PM / Domains: Fix unsafe iteration over modified list of device links Satish Babu Patakokila <sbpata@xxxxxxxxxxxxxx> ASoC: compress: Derive substream from stream based on direction Jason A. Donenfeld <Jason@xxxxxxxxx> Bluetooth: use constant time memory comparison for secret values Mateusz Jurczyk <mjurczyk@xxxxxxxxxx> NFC: Add sockaddr length checks before accessing sa_family in bind handlers Joe Perches <joe@xxxxxxxxxxx> stddef.h: move offsetofend inside #ifndef/#endif guard, neaten Denys Vlasenko <dvlasenk@xxxxxxxxxx> include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header Mateusz Jurczyk <mjurczyk@xxxxxxxxxx> nfc: Fix the sockaddr length sanitization in llcp_sock_connect Mateusz Jurczyk <mjurczyk@xxxxxxxxxx> nfc: Ensure presence of required attributes in the activate_target handler Johan Hovold <johan@xxxxxxxxxx> NFC: fix broken device allocation Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> ath9k: fix tx99 bus error Miaoqing Pan <miaoqing@xxxxxxxxxxxxxx> ath9k: fix tx99 use after free Pavel Shilovsky <pshilov@xxxxxxxxxxxxx> CIFS: Fix handle_cancelled_mid callback initialization Arnd Bergmann <arnd@xxxxxxxx> ir-core: fix gcc-7 warning on bool arithmetic Colin King <colin.king@xxxxxxxxxxxxx> x86/rtc: Remove duplicate const specifier Jiri Slaby <jslaby@xxxxxxx> kvm: x86: memset whole irq_eoi Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> disable new gcc-7.1.1 warnings for now ------------- Diffstat: Makefile | 7 +++-- arch/mips/include/asm/branch.h | 5 +-- arch/mips/kernel/branch.c | 8 +++-- arch/mips/kernel/ptrace.c | 2 +- arch/mips/kernel/scall32-o32.S | 2 +- arch/mips/kernel/scall64-64.S | 2 +- arch/mips/kernel/scall64-n32.S | 2 +- arch/mips/kernel/scall64-o32.S | 2 +- arch/mips/kernel/syscall.c | 15 +++++++-- arch/mips/math-emu/cp1emu.c | 38 +++++++++++++++++++++++ arch/powerpc/include/asm/atomic.h | 4 +-- arch/powerpc/include/asm/reg.h | 2 +- arch/powerpc/kvm/book3s_hv.c | 16 ++++++++++ arch/powerpc/lib/sstep.c | 19 ++++++++++-- arch/s390/include/asm/syscall.h | 6 ++++ arch/x86/kernel/acpi/boot.c | 8 +++++ arch/x86/kernel/rtc.c | 2 +- drivers/base/power/domain.c | 8 ++--- drivers/gpu/drm/drm_dp_mst_topology.c | 41 ++++++++++++++++++++----- drivers/gpu/drm/radeon/ci_dpm.c | 6 ++++ drivers/input/serio/i8042.c | 12 ++++++-- drivers/md/raid1.c | 5 ++- drivers/md/raid5.c | 9 +++--- drivers/media/rc/imon.c | 2 +- drivers/misc/enclosure.c | 14 ++++++--- drivers/net/wireless/ath/ath9k/ar9003_phy.c | 2 -- drivers/net/wireless/ath/ath9k/tx99.c | 13 +++++--- drivers/of/device.c | 2 ++ drivers/pci/pci-driver.c | 1 + drivers/spmi/spmi.c | 12 ++++++++ drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + drivers/target/target_core_transport.c | 9 ++++++ drivers/usb/class/cdc-acm.c | 3 ++ drivers/usb/host/xhci-hub.c | 3 ++ drivers/usb/host/xhci-ring.c | 11 ++++--- drivers/usb/renesas_usbhs/common.c | 4 ++- drivers/usb/storage/isd200.c | 5 ++- drivers/vfio/vfio.c | 46 +++++++++++++++++++++++++++- fs/cifs/smb2ops.c | 3 +- fs/f2fs/acl.c | 2 +- fs/nfs/dir.c | 12 +++++--- fs/nfs/inode.c | 4 +-- fs/udf/inode.c | 4 +-- include/linux/stddef.h | 15 +++++++-- include/linux/vfio.h | 15 ++------- kernel/events/core.c | 21 ------------- kernel/time/alarmtimer.c | 3 +- kernel/trace/trace.c | 1 + net/bluetooth/smp.c | 5 +-- net/key/af_key.c | 47 ++++++++++++++++------------- net/nfc/core.c | 31 +++++++++++-------- net/nfc/llcp_sock.c | 9 +++--- net/nfc/netlink.c | 4 ++- sound/soc/soc-compress.c | 6 ++-- tools/perf/ui/browser.c | 2 +- virt/kvm/ioapic.c | 2 +- virt/kvm/vfio.c | 27 ++++++++++++----- 57 files changed, 399 insertions(+), 163 deletions(-)