I'm announcing the release of the 4.16.1 kernel.
All users of the 4.16 kernel series must upgrade.
The updated 4.16.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.16.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%3Ba=summar...
thanks,
greg k-h
------------
Documentation/devicetree/bindings/serial/8250.txt | 1 Makefile | 2 arch/arm/crypto/Makefile | 2 arch/arm64/crypto/Makefile | 2 arch/x86/crypto/cast5_avx_glue.c | 3 block/bio.c | 4 crypto/ahash.c | 7 crypto/lrw.c | 2 crypto/testmgr.h | 6 drivers/base/arch_topology.c | 12 - drivers/bluetooth/hci_bcm.c | 6 drivers/char/mem.c | 6 drivers/crypto/caam/ctrl.c | 3 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 2 drivers/crypto/ccp/ccp-crypto-rsa.c | 7 drivers/crypto/ccp/ccp-crypto-sha.c | 2 drivers/crypto/inside-secure/safexcel.c | 2 drivers/crypto/talitos.c | 168 ++++++++-------------- drivers/input/mouse/alps.c | 24 ++- drivers/input/serio/i8042-x86ia64io.h | 24 +++ drivers/media/usb/usbtv/usbtv-core.c | 2 drivers/misc/mei/main.c | 1 drivers/parport/parport_pc.c | 4 drivers/siox/siox-core.c | 2 drivers/staging/comedi/drivers/ni_mio_common.c | 2 drivers/tty/serial/8250/8250_of.c | 1 drivers/tty/serial/8250/8250_port.c | 33 ++++ drivers/tty/vt/vt.c | 6 drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/ftdi_sio.c | 2 drivers/usb/serial/ftdi_sio_ids.h | 9 + fs/btrfs/inode.c | 37 ++++ include/linux/bitmap.h | 22 ++ include/linux/compat.h | 6 include/uapi/asm-generic/siginfo.h | 7 include/uapi/linux/serial_core.h | 3 36 files changed, 268 insertions(+), 155 deletions(-)
Alexander Gerasiov (1): parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
Clemens Werther (1): USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
Colin Ian King (1): mei: remove dev_err message on an unsupported ioctl
Conor McLoughlin (1): crypto: testmgr - Fix incorrect values in PKCS#1 test vector
Dennis Wassenberg (1): Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
Eric Biggers (1): crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
Eric W. Biederman (1): signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
Frank Mori Hess (1): staging: comedi: ni_mio_common: ack ai fifo error interrupts.
Gaku Inami (1): Revert "base: arch_topology: fix section mismatch build warnings"
Gary R Hook (1): crypto: ccp - Fill the result buffer only on digest, finup, and final ops
Gavin Schenk (1): siox: fix possible buffer overflow in device_add_store
Greg Kroah-Hartman (1): Linux 4.16.1
Gregory CLEMENT (1): crypto: inside-secure - fix clock management
Hans de Goede (1): Bluetooth: hci_bcm: Add 6 new ACPI HIDs
Herbert Xu (2): crypto: lrw - Free rctx->ext with kzfree crypto: ahash - Fix early termination in hash walk
Joel Stanley (1): serial: 8250: Add Nuvoton NPCM UART
Johan Hovold (1): USB: serial: cp210x: add ELDAT Easywave RX09 id
Kees Cook (1): /dev/mem: Avoid overwriting "err" in read_mem()
LEROY Christophe (2): crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf crypto: talitos - fix IPsec cipher in length
Leonard Crestez (1): crypto: arm,arm64 - Fix random regeneration of S_shipped
Liu Bo (1): Btrfs: fix unexpected cow in run_delalloc_nocow
Maciej S. Szmigiero (1): crypto: ccp - return an actual key size from RSA max_size callback
Major Hayden (1): USB: serial: ftdi_sio: add RT Systems VX-8 cable
Masaki Ota (1): Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
Mike Frysinger (1): vt: change SGR 21 to follow the standards
Mikulas Patocka (1): Fix slab name "biovec-(1<<(21-12))"
Oliver Neukum (1): media: usbtv: prevent double free in error case
Omar Sandoval (1): bitmap: fix memset optimization on big-endian systems
Ondrej Zary (1): Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
Rui Miguel Silva (1): crypto: caam - Fix null dereference at error path