[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190511064923.GA27372@kroah.com>
Date: Sat, 11 May 2019 08:49:23 +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.118
I'm announcing the release of the 4.14.118 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:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
arch/arm64/include/asm/futex.h | 55 +++--
arch/mips/kernel/kgdb.c | 3
arch/x86/events/intel/core.c | 8
drivers/block/virtio_blk.c | 2
drivers/gpu/drm/mediatek/mtk_hdmi.c | 2
drivers/hv/hv.c | 1
drivers/hwtracing/intel_th/pci.c | 5
drivers/infiniband/hw/hfi1/rc.c | 4
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 2
drivers/iommu/amd_iommu_init.c | 2
drivers/platform/x86/pmc_atom.c | 2
drivers/scsi/csiostor/csio_scsi.c | 5
drivers/scsi/libsas/sas_expander.c | 9
drivers/scsi/qla2xxx/qla_attr.c | 4
drivers/staging/greybus/power_supply.c | 2
drivers/usb/class/cdc-acm.c | 32 ++-
drivers/usb/dwc3/core.c | 2
drivers/usb/serial/f81232.c | 39 ++++
drivers/usb/storage/scsiglue.c | 26 +-
drivers/usb/storage/uas.c | 35 ++-
drivers/virtio/virtio_pci_common.c | 8
include/linux/kernel.h | 4
include/net/bluetooth/hci_core.h | 3
kernel/futex.c | 188 ++++++++++++--------
kernel/irq/manage.c | 4
lib/ubsan.c | 49 ++---
mm/slab.c | 3
net/bluetooth/hci_conn.c | 8
net/bluetooth/hidp/sock.c | 1
sound/soc/codecs/cs4270.c | 1
sound/soc/codecs/hdmi-codec.c | 118 ++++++------
sound/soc/codecs/nau8810.c | 4
sound/soc/codecs/nau8824.c | 46 ++++
sound/soc/codecs/tlv320aic32x4.c | 2
sound/soc/codecs/wm_adsp.c | 11 -
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 2
sound/soc/intel/common/sst-firmware.c | 8
sound/soc/rockchip/rockchip_pdm.c | 2
sound/soc/samsung/odroid.c | 4
sound/soc/soc-pcm.c | 7
41 files changed, 458 insertions(+), 257 deletions(-)
Alan Stern (1):
usb-storage: Set virt_boundary_mask to avoid SG overflows
Alexander Shishkin (1):
intel_th: pci: Add Comet Lake support
Andrew Vasquez (1):
scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
Andrey Ryabinin (1):
ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
Annaliese McDermond (1):
ASoC: tlv320aic32x4: Fix Common Pins
Charles Keepax (1):
ASoC: wm_adsp: Add locking to wm_adsp2_bus_error
Chong Qiao (1):
MIPS: KGDB: fix kgdb support for SMP platforms.
Dan Carpenter (1):
drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata()
Daniel Mack (1):
ASoC: cs4270: Set auto-increment bit for register writes
Dexuan Cui (1):
Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
Dongli Zhang (1):
virtio-blk: limit number of hw queues by nr_cpu_ids
Greg Kroah-Hartman (1):
Linux 4.14.118
Jann Horn (1):
linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()
Jason Yan (1):
scsi: libsas: fix a race condition when smp task timeout
Ji-Ze Hong (Peter Hong) (1):
USB: serial: f81232: fix interrupt worker not stop
Joerg Roedel (1):
iommu/amd: Set exclusion range correctly
Johan Hovold (2):
staging: greybus: power_supply: fix prop-descriptor request size
USB: cdc-acm: fix unthrottle races
John Hsu (2):
ASoC: nau8824: fix the issue of the widget with prefix name
ASoC: nau8810: fix the issue of widget with prefixed name
Kaike Wan (1):
IB/hfi1: Eliminate opcode tests on mr deref
Kamal Heib (1):
RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_remove
Longpeng (1):
virtio_pci: fix a NULL pointer reference in vp_del_vqs
Marcel Holtmann (1):
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Oliver Neukum (1):
UAS: fix alignment of scatter/gather segments
Peter Zijlstra (1):
perf/x86/intel: Initialize TFA MSR
Prasad Sodagudi (1):
genirq: Prevent use-after-free and work list corruption
Qian Cai (1):
slab: fix a crash by reading /proc/slab_allocators
Rander Wang (1):
ASoC:soc-pcm:fix a codec fixup issue in TDM case
Ross Zwisler (1):
ASoC: Intel: avoid Oops if DMA setup fails
Russell King (1):
ASoC: hdmi-codec: fix S/PDIF DAI
Stephane Eranian (1):
perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS
Stephen Boyd (1):
platform/x86: pmc_atom: Drop __initconst on dmi table
Sugar Zhang (1):
ASoC: rockchip: pdm: fix regmap_ops hang issue
Sylwester Nawrocki (1):
ASoC: samsung: odroid: Fix clock configuration for 44100 sample rate
Thinh Nguyen (1):
usb: dwc3: Fix default lpm_nyet_threshold value
Tzung-Bi Shih (1):
ASoC: Intel: kbl: fix wrong number of channels
Varun Prakash (1):
scsi: csiostor: fix missing data copy in csio_scsi_err_handler()
Wen Yang (1):
drm/mediatek: fix possible object reference leak
Will Deacon (2):
locking/futex: Allow low-level atomic operations to return -EAGAIN
arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
Young Xiao (1):
Bluetooth: hidp: fix buffer overflow
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists