stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.14 00/36] 4.14.50-stable review
@ 2018-06-14 14:04 Greg Kroah-Hartman
  2018-06-14 14:04 ` [PATCH 4.14 01/36] netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump() Greg Kroah-Hartman
                   ` (32 more replies)
  0 siblings, 33 replies; 34+ messages in thread
From: Greg Kroah-Hartman @ 2018-06-14 14:04 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 4.14.50 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 Sat Jun 16 13:21:44 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.14.50-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.14.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.14.50-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

Paolo Bonzini <pbonzini@redhat.com>
    kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access

Dave Martin <Dave.Martin@arm.com>
    tty: pl011: Avoid spuriously stuck-off interrupts

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: function: printer: avoid wrong list handling in printer_write()

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: 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

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

Linus Walleij <linus.walleij@linaro.org>
    gpio: No NULL owner

Kevin Easton <kevin@guarana.org>
    af_key: Always verify length of provided sadb_key

Bart Van Assche <bart.vanassche@wdc.com>
    blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers

Taehee Yoo <ap420073@gmail.com>
    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/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/gpio/gpiolib.c                  |   9 +-
 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/gadget/function/f_printer.c |   6 +-
 drivers/usb/gadget/udc/renesas_usb3.c   |   7 +
 drivers/usb/storage/uas.c               |   6 +
 drivers/usb/storage/unusual_devs.h      |   9 ++
 drivers/usb/storage/unusual_uas.h       |   9 ++
 drivers/usb/usbip/vhci_sysfs.c          |  24 ++--
 net/key/af_key.c                        |  45 +++++--
 net/netfilter/nft_ct.c                  |  20 +--
 42 files changed, 629 insertions(+), 413 deletions(-)

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2018-06-15 15:19 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 14:04 [PATCH 4.14 00/36] 4.14.50-stable review Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 01/36] netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump() Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 02/36] blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 03/36] af_key: Always verify length of provided sadb_key Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 04/36] gpio: No NULL owner Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 06/36] KVM: x86: introduce linear_{read,write}_system Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 07/36] kvm: nVMX: Enforce cpl=0 for VMX instructions Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 08/36] KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 09/36] staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 10/36] NFC: pn533: dont send USB data off of the stack Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 11/36] usbip: vhci_sysfs: fix potential Spectre v1 Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 12/36] usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 13/36] usb-storage: Add compatibility quirk flags for G-Technologies G-Drive Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 14/36] Input: xpad - add GPD Win 2 Controller USB IDs Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 15/36] phy: qcom-qusb2: Fix crash if nvmem cell not specified Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 16/36] usb: gadget: function: printer: avoid wrong list handling in printer_write() Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 17/36] usb: gadget: udc: renesas_usb3: disable the controllers irqs for reconnecting Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 18/36] serial: sh-sci: Stop using printk format %pCr Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 19/36] tty/serial: atmel: use port->name as name in request_irq() Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 20/36] serial: samsung: fix maxburst parameter for DMA transactions Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 21/36] serial: 8250: omap: Fix idling of clocks for unused uarts Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 22/36] vmw_balloon: fixing double free when batching mode is off Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 23/36] tty: pl011: Avoid spuriously stuck-off interrupts Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 24/36] kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 25/36] Input: goodix - add new ACPI id for GPD Win 2 touch screen Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 26/36] Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 32/36] crypto: cavium - Fix fallout from CONFIG_VMAP_STACK Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 33/36] crypto: cavium - Limit result reading attempts Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 34/36] crypto: vmx - Remove overly verbose printk from AES init routines Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 35/36] crypto: vmx - Remove overly verbose printk from AES XTS init Greg Kroah-Hartman
2018-06-14 14:04 ` [PATCH 4.14 36/36] crypto: omap-sham - fix memleak Greg Kroah-Hartman
2018-06-14 22:35 ` [PATCH 4.14 00/36] 4.14.50-stable review Shuah Khan
2018-06-15  0:38 ` Naresh Kamboju
2018-06-15 15:19 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).