[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190327145722.GA8036@kroah.com>
Date: Wed, 27 Mar 2019 23:57:22 +0900
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.109
I'm announcing the release of the 4.14.109 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/mips/include/asm/jump_label.h | 8 +-
arch/mips/kernel/vmlinux.lds.S | 12 +--
arch/mips/loongson64/lemote-2f/irq.c | 2
arch/x86/include/asm/unwind.h | 6 +
arch/x86/kernel/unwind_frame.c | 25 +++++-
arch/x86/kernel/unwind_orc.c | 17 ++++
drivers/bluetooth/hci_h4.c | 4 +
drivers/bluetooth/hci_ldisc.c | 24 +++---
drivers/gpu/drm/drm_mode_object.c | 5 -
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 12 ---
drivers/iommu/amd_iommu.c | 7 +
drivers/media/usb/uvc/uvc_ctrl.c | 2
drivers/media/v4l2-core/v4l2-ctrls.c | 2
drivers/mmc/host/pxamci.c | 2
drivers/net/wireless/ath/ath10k/wmi.c | 2
drivers/pci/dwc/pcie-designware-ep.c | 12 ++-
drivers/pci/dwc/pcie-designware.h | 1
drivers/pci/endpoint/pci-epc-core.c | 10 --
drivers/pci/endpoint/pci-epf-core.c | 4 -
drivers/power/supply/charger-manager.c | 3
drivers/rtc/rtc-lib.c | 6 -
drivers/scsi/ibmvscsi/ibmvscsi.c | 23 ++++-
drivers/scsi/ufs/ufshcd.c | 14 ++-
drivers/usb/core/config.c | 9 +-
drivers/video/backlight/pwm_bl.c | 9 +-
fs/ext4/ext4_jbd2.h | 2
fs/ext4/file.c | 2
fs/ext4/indirect.c | 12 ++-
fs/udf/truncate.c | 3
include/linux/ceph/libceph.h | 2
kernel/futex.c | 4 +
kernel/locking/lockdep.c | 3
kernel/sched/cpufreq_schedutil.c | 3
lib/int_sqrt.c | 3
net/bluetooth/hci_sock.c | 3
net/bridge/netfilter/ebtables.c | 131 +++++++++------------------------
net/ceph/ceph_common.c | 18 ++++
net/ceph/mon_client.c | 9 ++
sound/pci/hda/hda_codec.c | 57 +++++++++++++-
sound/x86/intel_hdmi_audio.c | 1
tools/objtool/check.c | 3
tools/perf/util/probe-event.c | 6 +
43 files changed, 301 insertions(+), 184 deletions(-)
Adrian Hunter (1):
perf probe: Fix getting the kernel map
Andrey Konovalov (1):
USB: core: only clean up what we allocated
Archer Yan (1):
MIPS: Fix kernel crash for R6 in jump label branch function
Arnd Bergmann (2):
mmc: pxamci: fix enum type confusion
ath10k: avoid possible string overflow
Baolin Wang (2):
rtc: Fix overflow when converting time64_t to rtc_time
power: supply: charger-manager: Fix incorrect return value
Chen Jie (1):
futex: Ensure that futex address is aligned in handle_futex_death()
Chris Wilson (1):
drm: Reorder set_property_atomic to avoid returning with an active ww_ctx
Enric Balletbo i Serra (1):
pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
Florian Westphal (1):
netfilter: ebtables: remove BUGPRINT messages
Greg Kroah-Hartman (1):
Linux 4.14.109
Hans Verkuil (1):
media: v4l2-ctrls.c/uvc: zero v4l2_event
Hui Wang (1):
ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
Ilya Dryomov (1):
libceph: wait for latest osdmap in ceph_monc_blacklist_add()
Jan Kara (1):
udf: Fix crash on IO error during truncate
Jann Horn (2):
x86/unwind: Handle NULL pointer calls better in frame unwinder
x86/unwind: Add hardcoded ORC entry for NULL
Jeremy Cline (1):
Bluetooth: hci_ldisc: Initialize hci_dev before open()
Jiufei Xue (1):
ext4: fix NULL pointer dereference while journal is aborted
Josh Poimboeuf (1):
objtool: Move objtool_file struct off the stack
Jules Maselbas (1):
sched/cpufreq/schedutil: Fix error path mutex unlock
Kefeng Wang (1):
Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto()
Kishon Vijay Abraham I (1):
PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()
Lukas Czerner (1):
ext4: fix data corruption caused by unaligned direct AIO
Myungho Jung (2):
Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
Bluetooth: Fix decrementing reference count twice in releasing socket
Niklas Cassel (2):
PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits
PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable
Peter Zijlstra (1):
lib/int_sqrt: optimize small argument
Stanislaw Gruszka (1):
iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
Takashi Iwai (1):
ALSA: hda - Record the current power state before suspend/resume calls
Thomas Zimmermann (1):
drm/vmwgfx: Don't double-free the mode stored in par->set_mode
Tyrel Datwyler (2):
scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
scsi: ibmvscsi: Fix empty event pool access during host removal
Ville Syrjälä (1):
ALSA: x86: Fix runtime PM for hdmi-lpe-audio
Waiman Long (1):
locking/lockdep: Add debug_locks check in __lock_downgrade()
Yasha Cherikovsky (1):
MIPS: Ensure ELF appended dtb is relocated
Yifeng Li (1):
mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
kehuanlin (1):
scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1
zhangyi (F) (1):
ext4: brelse all indirect buffer in ext4_ind_remove_space()
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists