Linux 4.14.113
From: Greg KH
Date: Sat Apr 20 2019 - 10:31:11 EST
I'm announcing the release of the 4.14.113 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/arc/configs/hsdk_defconfig | 1
arch/arc/kernel/head.S | 1
arch/arc/kernel/setup.c | 8
arch/arm/crypto/sha256-armv4.pl | 3
arch/arm/crypto/sha256-core.S_shipped | 3
arch/arm/crypto/sha512-armv4.pl | 3
arch/arm/crypto/sha512-core.S_shipped | 3
arch/arm/kernel/patch.c | 6
arch/arm/plat-samsung/Kconfig | 2
arch/powerpc/kernel/rtasd.c | 17
arch/x86/kernel/cpu/cyrix.c | 14
arch/x86/kernel/hpet.c | 2
arch/x86/kernel/hw_breakpoint.c | 1
arch/x86/kernel/mpparse.c | 4
arch/x86/kvm/vmx.c | 173 ++
drivers/acpi/ec.c | 53
drivers/acpi/sbs.c | 8
drivers/auxdisplay/hd44780.c | 2
drivers/base/node.c | 7
drivers/crypto/axis/artpec6_crypto.c | 28
drivers/gpio/gpio-pxa.c | 6
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c | 52
drivers/gpu/drm/nouveau/include/nvkm/subdev/volt.h | 1
drivers/gpu/drm/nouveau/nouveau_debugfs.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 2
drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild | 1
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gf117.c | 60
drivers/gpu/drm/panel/panel-innolux-p079zca.c | 11
drivers/hid/i2c-hid/Makefile | 3
drivers/hid/i2c-hid/i2c-hid-core.c | 1299 +++++++++++++++++++++
drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 376 ++++++
drivers/hid/i2c-hid/i2c-hid.c | 1279 --------------------
drivers/hid/i2c-hid/i2c-hid.h | 20
drivers/hwtracing/coresight/coresight-cpu-debug.c | 4
drivers/infiniband/hw/mlx4/alias_GUID.c | 2
drivers/iommu/dmar.c | 2
drivers/iommu/intel-iommu.c | 3
drivers/irqchip/irq-mbigen.c | 3
drivers/md/dm-crypt.c | 10
drivers/md/dm-integrity.c | 4
drivers/media/usb/au0828/au0828-core.c | 1
drivers/misc/lkdtm.h | 2
drivers/misc/lkdtm_core.c | 2
drivers/misc/lkdtm_perms.c | 36
drivers/mmc/host/davinci_mmc.c | 2
drivers/net/ethernet/netronome/nfp/bpf/verifier.c | 9
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6
drivers/net/wireless/rsi/rsi_common.h | 1
drivers/scsi/scsi_transport_iscsi.c | 2
drivers/soc/tegra/pmc.c | 8
drivers/thermal/broadcom/bcm2835_thermal.c | 9
drivers/thermal/int340x_thermal/int3400_thermal.c | 21
drivers/thermal/intel_powerclamp.c | 4
drivers/tty/serial/xilinx_uartps.c | 2
fs/9p/v9fs.c | 21
fs/9p/v9fs.h | 1
fs/9p/vfs_dir.c | 8
fs/9p/vfs_file.c | 6
fs/cifs/inode.c | 67 -
fs/cifs/smb2maperror.c | 3
fs/ext4/ioctl.c | 7
fs/ext4/resize.c | 17
fs/f2fs/super.c | 34
include/linux/atalk.h | 20
include/linux/bpf_verifier.h | 29
include/linux/compiler.h | 5
include/linux/filter.h | 10
include/linux/swap.h | 4
include/uapi/linux/netfilter/xt_cgroup.h | 16
kernel/bpf/core.c | 51
kernel/bpf/inode.c | 32
kernel/bpf/map_in_map.c | 17
kernel/bpf/verifier.c | 804 +++++++++---
kernel/events/core.c | 2
kernel/hung_task.c | 30
lib/div64.c | 4
net/9p/protocol.c | 3
net/appletalk/atalk_proc.c | 2
net/appletalk/ddp.c | 37
net/appletalk/sysctl_net_atalk.c | 5
net/netfilter/xt_cgroup.c | 72 +
sound/drivers/opl3/opl3_voice.h | 2
sound/isa/sb/sb8.c | 4
sound/pci/echoaudio/echoaudio.c | 5
tools/perf/Documentation/perf-config.txt | 2
tools/perf/builtin-top.c | 5
tools/perf/tests/evsel-tp-sched.c | 1
tools/perf/tests/expr.c | 5
tools/perf/tests/openat-syscall-all-cpus.c | 4
tools/perf/util/build-id.c | 1
tools/perf/util/config.c | 3
tools/perf/util/evsel.c | 1
tools/perf/util/hist.c | 4
tools/perf/util/parse-events.c | 2
tools/power/x86/turbostat/turbostat.c | 3
tools/testing/selftests/bpf/test_verifier.c | 6
tools/usb/usbip/libsrc/vhci_driver.c | 2
98 files changed, 3184 insertions(+), 1759 deletions(-)
Aditya Pakki (1):
x86/hpet: Prevent potential NULL pointer dereference
Alexei Starovoitov (3):
bpf: reduce verifier memory consumption
bpf: fix verifier memory leaks
bpf: fix stack state printing in verifier log
Andy Shevchenko (1):
auxdisplay: hd44780: Fix memory leak on ->remove()
Ard Biesheuvel (2):
crypto: sha256/arm - fix crash bug in Thumb2 build
crypto: sha512/arm - fix crash bug in Thumb2 build
Arnaldo Carvalho de Melo (1):
perf evsel: Free evsel->counts in perf_evsel__exit()
Arnd Bergmann (2):
mmc: davinci: remove extraneous __init annotation
appletalk: Fix compile regression
Balbir Singh (1):
bpf: Fix selftests are changes for CVE 2019-7308
Bartlomiej Zolnierkiewicz (1):
ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms
Brad Love (1):
media: au0828: cannot kfree dev before usb disconnect
Changbin Du (9):
perf list: Don't forget to drop the reference to the allocated thread_map
perf config: Fix an error in the config template documentation
perf config: Fix a memory leak in collect_config()
perf build-id: Fix memory leak in print_sdt_events()
perf top: Fix error handling in cmd_top()
perf hist: Add missing map__put() in error case
perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test
perf tests: Fix memory leak by expr__find_other() in test__expr()
perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()
Chao Yu (1):
f2fs: fix to do sanity check with current segment number
Christophe Leroy (2):
lkdtm: Print real addresses
lkdtm: Add tests for NULL pointer dereference
Colin Ian King (1):
ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration
Corentin Labbe (1):
arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM
Craig Gallek (1):
bpf: fix verifier NULL pointer dereference
Daniel Borkmann (12):
bpf: fix use after free in bpf_evict_inode
bpf: move {prev_,}insn_idx into verifier env
bpf: move tmp variable into ax register in interpreter
bpf: enable access to ax register also from verifier rewrite
bpf: restrict map value pointer arithmetic for unprivileged
bpf: restrict stack pointer arithmetic for unprivileged
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
bpf: fix check_map_access smin_value test when pointer contains offset
bpf: prevent out of bounds speculation on pointer arithmetic
bpf: fix sanitation of alu op with pointer / scalar type from different paths
bpf: fix inner map masking to prevent oob under speculation
bpf: fix sanitation rewrite in case of non-pointers
Darrick J. Wong (1):
ext4: prohibit fstrim in norecovery mode
David Arcari (1):
tools/power turbostat: return the exit status of a command
Dinu-Razvan Chis-Serban (1):
9p locks: add mount option for lock retry interval
Dmitry Osipenko (1):
soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()
Eugeniy Paltsev (1):
ARC: u-boot args: check that magic number is correct
Gertjan Halkes (1):
9p: do not trust pdu content for stat item size
Greg Kroah-Hartman (1):
Linux 4.14.113
Hsin-Yi, Wang (1):
drm/panel: panel-innolux: set display off in innolux_panel_unprepare
Ilia Mirkin (1):
drm/nouveau/volt/gf117: fix speedo readout register
Jack Morgenstein (1):
IB/mlx4: Fix race condition between catas error reset and aliasguid flows
Jianguo Chen (1):
irqchip/mbigen: Don't clear eventid when freeing an MSI
Julia Cartwright (1):
iommu/dmar: Fix buffer overflow during PCI bus notification
Julian Sax (1):
HID: i2c-hid: override HID descriptors for certain devices
Kangjie Lu (2):
ALSA: echoaudio: add a check for ioremap_nocache
ALSA: sb8: add a check for request_region
Kevin Wang (1):
drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)
Konstantin Khlebnikov (1):
mm: hide incomplete nr_indirectly_reclaimable in sysfs
Lars Persson (2):
crypto: axis - fix for recursive locking from bottom half
net: stmmac: Set dma ring length before enabling the DMA
Leo Yan (1):
coresight: cpu-debug: Support for CA73 CPUs
Lu Baolu (1):
iommu/vt-d: Check capability before disabling protected memory
Luc Van Oostenryck (1):
thermal/intel_powerclamp: fix __percpu declaration of worker_data
Lukas Czerner (2):
ext4: add missing brelse() in add_new_gdb_meta_bg()
ext4: report real fs size after failed resize
Maciej Åenczykowski (1):
usbip: fix vhci_hcd controller counting
Matteo Croce (1):
x86/mm: Don't leak kernel addresses
Matthew Garrett (2):
thermal/int340x_thermal: Add additional UUIDs
thermal/int340x_thermal: fix mode setting
Matthew Whitehead (1):
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
Maurizio Lombardi (1):
scsi: iscsi: flush running unbind operations when removing a session
Michal Simek (1):
serial: uartps: console_setup() can't be placed to init section
Mikulas Patocka (1):
dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlock
Nathan Chancellor (1):
x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an error
Nathan Fontenot (1):
powerpc/pseries: Remove prrn_work workqueue
Pablo Neira Ayuso (1):
netfilter: xt_cgroup: shrink size of v2 path
Phil Elwell (1):
thermal: bcm2835: Fix crash in bcm2835_thermal_debugfs
Pi-Hsun Shih (1):
include/linux/swap.h: use offsetof() instead of custom __swapoffset macro
Robert Jarzmik (1):
gpio: pxa: handle corner case of unprobed device
Ronald TschalÃr (1):
ACPI / SBS: Fix GPE storm on recent MacBookPro's
Sean Christopherson (1):
KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail
Siva Rebbagondla (1):
rsi: improve kernel thread handling to fix kernel panic
Stanislaw Gruszka (1):
lib/div64.c: off by one in shift
Stephane Eranian (1):
perf/core: Restore mmap record type correctly
Steve French (2):
fix incorrect error code mapping for OBJECTID_NOT_FOUND
cifs: fallback to older infolevels on findfirst queryinfo retry
Vitaly Kuznetsov (1):
kernel: hung_task.c: disable on suspend
Xu Yu (1):
bpf: do not restore dst_reg when cur_state is freed
Yang Shi (1):
ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_t
YueHaibing (2):
drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure
appletalk: Fix use-after-free in atalk_proc_exit
Zhang Rui (2):
thermal/intel_powerclamp: fix truncated kthread name
Revert "ACPI / EC: Remove old CLEAR_ON_RESUME quirk"
ndesaulniers@xxxxxxxxxx (1):
compiler.h: update definition of unreachable()
Attachment:
signature.asc
Description: PGP signature