From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:49818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965329AbeFNOJB (ORCPT ); Thu, 14 Jun 2018 10:09:01 -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, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.16 00/43] 4.16.16-stable review Date: Thu, 14 Jun 2018 16:04:04 +0200 Message-Id: <20180614132135.111973468@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.16.16 release. There are 43 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 Jun 16 13:21:17 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.16.16-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.16.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.16.16-rc1 Bin Liu crypto: omap-sham - fix memleak Michael Ellerman crypto: vmx - Remove overly verbose printk from AES XTS init Michael Ellerman crypto: vmx - Remove overly verbose printk from AES init routines Jan Glauber crypto: cavium - Limit result reading attempts Jan Glauber crypto: cavium - Fix fallout from CONFIG_VMAP_STACK Horia Geantă crypto: caam - fix size of RSA prime factor q Horia Geantă crypto: caam/qi - fix IV DMA mapping and updating Horia Geantă crypto: caam - fix IV DMA mapping and updating Horia Geantă crypto: caam - fix DMA mapping dir for generated IV Horia Geantă crypto: caam - strip input zeros from RSA input buffer Johannes Wienke Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID Ethan Lee Input: goodix - add new ACPI id for GPD Win 2 touch screen Paolo Bonzini kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access Dave Martin tty: pl011: Avoid spuriously stuck-off interrupts Gil Kupfer vmw_balloon: fixing double free when batching mode is off Tony Lindgren serial: 8250: omap: Fix idling of clocks for unused uarts Marek Szyprowski serial: samsung: fix maxburst parameter for DMA transactions Sebastian Andrzej Siewior tty/serial: atmel: use port->name as name in request_irq() Geert Uytterhoeven serial: sh-sci: Stop using printk format %pCr Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: should remove debugfs Yoshihiro Shimoda usb: gadget: udc: renesas_usb3: fix double phy_put() Yoshihiro Shimoda usb: gadget: function: printer: avoid wrong list handling in printer_write() Heikki Krogerus usb: typec: wcove: Remove dependency on HW FSM Ruslan Bilovol usb: core: message: remove extra endianness conversion in usb_set_isoch_delay Manu Gautam phy: qcom-qusb2: Fix crash if nvmem cell not specified Ethan Lee Input: xpad - add GPD Win 2 Controller USB IDs Alexander Kappner usb-storage: Add compatibility quirk flags for G-Technologies G-Drive Alexander Kappner usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver Gustavo A. R. Silva usbip: vhci_sysfs: fix potential Spectre v1 Greg Kroah-Hartman NFC: pn533: don't send USB data off of the stack Laura Abbott staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy Paolo Bonzini KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system Felix Wilhelm kvm: nVMX: Enforce cpl=0 for VMX instructions Paolo Bonzini KVM: x86: introduce linear_{read,write}_system Wanpeng Li KVM: X86: Fix reserved bits check for MOV to CR3 Kevin Easton af_key: Always verify length of provided sadb_key Bart Van Assche blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers Atul Gupta crypto: chelsio - request to HW should wrap Taehee Yoo netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump() ------------- Diffstat: Makefile | 4 +- arch/x86/include/asm/kvm_emulate.h | 6 +- arch/x86/kvm/emulate.c | 76 ++++++----- arch/x86/kvm/vmx.c | 38 +++--- arch/x86/kvm/x86.c | 53 +++++--- arch/x86/kvm/x86.h | 4 +- block/blk-zoned.c | 8 +- drivers/crypto/caam/caamalg.c | 231 ++++++++++++++------------------ drivers/crypto/caam/caamalg_qi.c | 227 ++++++++++++++++--------------- drivers/crypto/caam/caampkc.c | 62 ++++++++- drivers/crypto/caam/caampkc.h | 8 ++ drivers/crypto/cavium/zip/common.h | 21 +++ drivers/crypto/cavium/zip/zip_crypto.c | 22 +-- drivers/crypto/cavium/zip/zip_deflate.c | 4 +- drivers/crypto/cavium/zip/zip_inflate.c | 4 +- drivers/crypto/chelsio/chcr_ipsec.c | 35 +++-- drivers/crypto/omap-sham.c | 2 +- drivers/crypto/vmx/aes.c | 2 - drivers/crypto/vmx/aes_cbc.c | 3 - drivers/crypto/vmx/aes_ctr.c | 2 - drivers/crypto/vmx/aes_xts.c | 2 - drivers/crypto/vmx/ghash.c | 2 - drivers/input/joystick/xpad.c | 2 + drivers/input/mouse/elan_i2c_core.c | 1 + drivers/input/touchscreen/goodix.c | 1 + drivers/misc/vmw_balloon.c | 23 +--- drivers/nfc/pn533/usb.c | 42 ++++-- drivers/phy/qualcomm/phy-qcom-qusb2.c | 4 + drivers/staging/android/ion/ion.c | 5 +- drivers/tty/serial/8250/8250_omap.c | 16 ++- drivers/tty/serial/amba-pl011.c | 16 +++ drivers/tty/serial/atmel_serial.c | 5 +- drivers/tty/serial/samsung.c | 7 +- drivers/tty/serial/sh-sci.c | 4 +- drivers/usb/core/message.c | 2 +- drivers/usb/gadget/function/f_printer.c | 6 +- drivers/usb/gadget/udc/renesas_usb3.c | 37 +++-- drivers/usb/storage/uas.c | 6 + drivers/usb/storage/unusual_devs.h | 9 ++ drivers/usb/storage/unusual_uas.h | 9 ++ drivers/usb/typec/typec_wcove.c | 30 ++++- drivers/usb/usbip/vhci_sysfs.c | 24 ++-- net/key/af_key.c | 45 +++++-- net/netfilter/nft_ct.c | 20 +-- 44 files changed, 686 insertions(+), 444 deletions(-)