lkml.org 
[lkml]   [2018]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.17.2
I'm announcing the release of the 4.17.2 kernel.

All users of the 4.17 kernel series must upgrade.

The updated 4.17.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.17.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Documentation/ABI/stable/sysfs-bus-vmbus | 40 ++---
Makefile | 2
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, 684 insertions(+), 459 deletions(-)

Alexander Kappner (2):
usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
usb-storage: Add compatibility quirk flags for G-Technologies G-Drive

Atul Gupta (1):
crypto: chelsio - request to HW should wrap

Bart Van Assche (1):
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers

Bin Liu (1):
crypto: omap-sham - fix memleak

Dave Martin (1):
tty: pl011: Avoid spuriously stuck-off interrupts

Ethan Lee (2):
Input: xpad - add GPD Win 2 Controller USB IDs
Input: goodix - add new ACPI id for GPD Win 2 touch screen

Felix Wilhelm (1):
kvm: nVMX: Enforce cpl=0 for VMX instructions

Geert Uytterhoeven (1):
serial: sh-sci: Stop using printk format %pCr

Gil Kupfer (1):
vmw_balloon: fixing double free when batching mode is off

Gilad Ben-Yossef (1):
crypto: ccree - correct host regs offset

Greg Kroah-Hartman (2):
NFC: pn533: don't send USB data off of the stack
Linux 4.17.2

Gustavo A. R. Silva (1):
usbip: vhci_sysfs: fix potential Spectre v1

Heikki Krogerus (1):
usb: typec: wcove: Remove dependency on HW FSM

Horia Geantă (5):
crypto: caam - strip input zeros from RSA input buffer
crypto: caam - fix DMA mapping dir for generated IV
crypto: caam - fix IV DMA mapping and updating
crypto: caam/qi - fix IV DMA mapping and updating
crypto: caam - fix size of RSA prime factor q

Jan Glauber (2):
crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
crypto: cavium - Limit result reading attempts

Johannes Wienke (1):
Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID

Laura Abbott (1):
staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy

Manu Gautam (1):
phy: qcom-qusb2: Fix crash if nvmem cell not specified

Marek Szyprowski (1):
serial: samsung: fix maxburst parameter for DMA transactions

Michael Ellerman (2):
crypto: vmx - Remove overly verbose printk from AES init routines
crypto: vmx - Remove overly verbose printk from AES XTS init

Michael S. Tsirkin (1):
kvm: fix typo in flag name

Paolo Bonzini (3):
KVM: x86: introduce linear_{read,write}_system
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access

Ruslan Bilovol (1):
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay

Sean Wang (1):
arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default

Sebastian Andrzej Siewior (1):
tty/serial: atmel: use port->name as name in request_irq()

Stephen Hemminger (1):
doc: fix sysfs ABI documentation

Tony Lindgren (1):
serial: 8250: omap: Fix idling of clocks for unused uarts

Wanpeng Li (1):
KVM: X86: Fix reserved bits check for MOV to CR3

Yoshihiro Shimoda (7):
usb: gadget: function: printer: avoid wrong list handling in printer_write()
usb: gadget: udc: renesas_usb3: fix double phy_put()
usb: gadget: udc: renesas_usb3: should remove debugfs
usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-06-16 11:44    [W:0.050 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site