This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 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.17.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.17.2-rc1
Bin Liu b-liu@ti.com crypto: omap-sham - fix memleak
Michael Ellerman mpe@ellerman.id.au crypto: vmx - Remove overly verbose printk from AES XTS init
Michael Ellerman mpe@ellerman.id.au crypto: vmx - Remove overly verbose printk from AES init routines
Jan Glauber jglauber@cavium.com crypto: cavium - Limit result reading attempts
Jan Glauber jglauber@cavium.com crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
Horia Geantă horia.geanta@nxp.com crypto: caam - fix size of RSA prime factor q
Horia Geantă horia.geanta@nxp.com crypto: caam/qi - fix IV DMA mapping and updating
Horia Geantă horia.geanta@nxp.com crypto: caam - fix IV DMA mapping and updating
Horia Geantă horia.geanta@nxp.com crypto: caam - fix DMA mapping dir for generated IV
Horia Geantă horia.geanta@nxp.com crypto: caam - strip input zeros from RSA input buffer
Johannes Wienke languitar@semipol.de Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
Ethan Lee flibitijibibo@gmail.com Input: goodix - add new ACPI id for GPD Win 2 touch screen
Gilad Ben-Yossef gilad@benyossef.com crypto: ccree - correct host regs offset
Dave Martin Dave.Martin@arm.com tty: pl011: Avoid spuriously stuck-off interrupts
Sean Wang sean.wang@mediatek.com arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
Stephen Hemminger stephen@networkplumber.org doc: fix sysfs ABI documentation
Gil Kupfer gilkup@gmail.com vmw_balloon: fixing double free when batching mode is off
Tony Lindgren tony@atomide.com serial: 8250: omap: Fix idling of clocks for unused uarts
Marek Szyprowski m.szyprowski@samsung.com serial: samsung: fix maxburst parameter for DMA transactions
Sebastian Andrzej Siewior bigeasy@linutronix.de tty/serial: atmel: use port->name as name in request_irq()
Geert Uytterhoeven geert+renesas@glider.be serial: sh-sci: Stop using printk format %pCr
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: should remove debugfs
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: udc: renesas_usb3: fix double phy_put()
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: gadget: function: printer: avoid wrong list handling in printer_write()
Heikki Krogerus heikki.krogerus@linux.intel.com usb: typec: wcove: Remove dependency on HW FSM
Ruslan Bilovol ruslan.bilovol@gmail.com usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Manu Gautam mgautam@codeaurora.org phy: qcom-qusb2: Fix crash if nvmem cell not specified
Ethan Lee flibitijibibo@gmail.com Input: xpad - add GPD Win 2 Controller USB IDs
Alexander Kappner agk@godking.net usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
Alexander Kappner agk@godking.net usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
Gustavo A. R. Silva gustavo@embeddedor.com usbip: vhci_sysfs: fix potential Spectre v1
Greg Kroah-Hartman gregkh@linuxfoundation.org NFC: pn533: don't send USB data off of the stack
Laura Abbott labbott@redhat.com staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
Paolo Bonzini pbonzini@redhat.com kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini pbonzini@redhat.com KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Felix Wilhelm fwilhelm@google.com kvm: nVMX: Enforce cpl=0 for VMX instructions
Michael S. Tsirkin mst@redhat.com kvm: fix typo in flag name
Paolo Bonzini pbonzini@redhat.com KVM: x86: introduce linear_{read,write}_system
Wanpeng Li wanpengli@tencent.com KVM: X86: Fix reserved bits check for MOV to CR3
Bart Van Assche bart.vanassche@wdc.com blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
Atul Gupta atul.gupta@chelsio.com crypto: chelsio - request to HW should wrap
-------------
Diffstat:
Documentation/ABI/stable/sysfs-bus-vmbus | 40 +++--- Makefile | 4 +- arch/arm64/configs/defconfig | 1 + 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 | 61 +++++--- 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/ccree/cc_debugfs.c | 7 +- drivers/crypto/ccree/cc_driver.c | 8 +- drivers/crypto/ccree/cc_driver.h | 2 + drivers/crypto/ccree/cc_host_regs.h | 6 +- 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 ++-- include/uapi/linux/kvm.h | 4 +- tools/include/uapi/linux/kvm.h | 4 +- 50 files changed, 685 insertions(+), 460 deletions(-)
stable-rc/linux-4.17.y boot: 104 boots: 0 failed, 103 passed with 1 untried/unknown (v4.17.1-46-gf11fc3963077)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.17.y/kernel/v4.17... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.17.y/kernel/v4.17.1-46-g...
Tree: stable-rc Branch: linux-4.17.y Git Describe: v4.17.1-46-gf11fc3963077 Git Commit: f11fc39630770031c4dd042acc5ad98adc5de301 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 58 unique boards, 23 SoC families, 15 builds out of 185
--- For more info write to info@kernelci.org
On 06/14/2018 08:03 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 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.17.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Thu, Jun 14, 2018 at 04:31:26PM -0600, Shuah Khan wrote:
On 06/14/2018 08:03 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 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.17.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
Thanks for testing all of these and letting me know.
greg k-h
On 14 June 2018 at 19:33, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 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.17.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
NOTE: fcntl36 is an intermittent failure on qemu arm32 for all branches. fcntl36.c:205: FAIL: Unexpected data offset 12304 value 9 Old open bug to investigate, https://bugs.linaro.org/show_bug.cgi?id=3339
Summary ------------------------------------------------------------------------
kernel: 4.17.2-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.17.y git commit: f11fc39630770031c4dd042acc5ad98adc5de301 git describe: v4.17.1-46-gf11fc3963077 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.17-oe/build%5C /v4.17.1-46-gf11fc3963077 ^ Please join URL
No regressions (compared to build v4.17.1) ------------------------------------------------------------------------
Boards, architectures and test suites: -------------------------------------
dragonboard-410c - arm64 * boot - pass: 21, * kselftest - skip: 28, pass: 46, fail: 6 * libhugetlbfs - skip: 1, pass: 89, fail: 1 * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 8, pass: 27, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 14, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 131, pass: 1018, * ltp-timers-tests - pass: 13,
hi6220-hikey - arm64 * boot - pass: 21, * kselftest - skip: 22, pass: 53, fail: 4 * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 8, pass: 27, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 132, pass: 1017, * ltp-timers-tests - pass: 13,
juno-r2 - arm64 * boot - pass: 21, * kselftest - skip: 24, pass: 51, fail: 5 * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 9, pass: 26, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 131, pass: 1018, * ltp-timers-tests - pass: 13,
qemu_arm * boot - pass: 21, * kselftest - skip: 32, pass: 45, fail: 8 * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 18, pass: 63, * ltp-cve-tests - skip: 12, pass: 23, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 61, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 7, pass: 7, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 94, pass: 1052, fail: 3 * ltp-timers-tests - pass: 13,
qemu_arm64 * boot - pass: 20, fail: 1 * kselftest - skip: 30, pass: 52, fail: 5 * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 10, pass: 25, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 6, pass: 8, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 154, pass: 995, * ltp-timers-tests - pass: 13,
qemu_x86_64 * boot - pass: 21, * kselftest - skip: 30, pass: 67, fail: 3 * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 4, pass: 31, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 152, pass: 997, * ltp-timers-tests - pass: 13,
x15 - arm * boot - pass: 21, * kselftest - skip: 29, pass: 47, fail: 8 * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 18, pass: 63, * ltp-cve-tests - skip: 10, pass: 25, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 61, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 2, pass: 20, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 76, pass: 1073, * ltp-timers-tests - pass: 13,
x86_64 * boot - pass: 23, * kselftest - skip: 25, pass: 66, fail: 2 * kselftest-vsyscall-mode-native - skip: 25, pass: 67, fail: 3 * kselftest-vsyscall-mode-none - skip: 25, pass: 65, fail: 3 * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-cve-tests - skip: 5, pass: 28, fail: 2 * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 61, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 5, pass: 9, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 116, pass: 1033, * ltp-timers-tests - pass: 13,
On Fri, Jun 15, 2018 at 06:15:48AM +0530, Naresh Kamboju wrote:
On 14 June 2018 at 19:33, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 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.17.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Thanks for testing all of these and letting me know.
greg k-h
On Thu, Jun 14, 2018 at 04:03:51PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 UTC 2018. Anything received after that time might be too late.
Build results: total: 134 pass: 134 fail: 0 Qemu test results: total: 150 pass: 150 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter
On Fri, Jun 15, 2018 at 08:20:10AM -0700, Guenter Roeck wrote:
On Thu, Jun 14, 2018 at 04:03:51PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.2 release. There are 45 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:05 UTC 2018. Anything received after that time might be too late.
Build results: total: 134 pass: 134 fail: 0 Qemu test results: total: 150 pass: 150 fail: 0
Details are available at http://kerneltests.org/builders.
Wonderful, thanks for testing all of these and letting me know.
greg k-h