lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 16 Jun 2018 11:44:55 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.14.50

I'm announcing the release of the 4.14.50 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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

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

 Makefile                                |    2 
 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, 628 insertions(+), 412 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

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

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

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

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

Kevin Easton (1):
      af_key: Always verify length of provided sadb_key

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

Linus Walleij (1):
      gpio: No NULL owner

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

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

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

Taehee Yoo (1):
      netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()

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 (2):
      usb: gadget: function: printer: avoid wrong list handling in printer_write()
      usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ