Linux 4.14.124

From: Greg KH
Date: Sun Jun 09 2019 - 03:44:23 EST


I'm announcing the release of the 4.14.124 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

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

Documentation/conf.py | 2
Documentation/sphinx/kerneldoc.py | 44 +-
Documentation/sphinx/kernellog.py | 28 +
Documentation/sphinx/kfigure.py | 40 +
Makefile | 2
arch/mips/kvm/mips.c | 3
arch/powerpc/kvm/book3s_xive.c | 4
arch/powerpc/kvm/powerpc.c | 3
arch/powerpc/perf/core-book3s.c | 6
arch/powerpc/perf/power8-pmu.c | 3
arch/powerpc/perf/power9-pmu.c | 3
arch/s390/kvm/kvm-s390.c | 1
arch/sparc/mm/ultra.S | 4
arch/x86/kernel/vmlinux.lds.S | 6
arch/x86/kvm/x86.c | 3
drivers/crypto/vmx/ghash.c | 213 ++++------
drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h | 2
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 26 +
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 2
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c | 15
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c | 21
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.h | 1
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 9
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8
drivers/media/usb/siano/smsusb.c | 33 -
drivers/media/usb/uvc/uvc_driver.c | 2
drivers/net/dsa/mv88e6xxx/chip.c | 2
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2
drivers/net/ethernet/freescale/fec_main.c | 2
drivers/net/ethernet/marvell/mvneta.c | 4
drivers/net/ethernet/marvell/mvpp2.c | 10
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 2
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 3
drivers/net/phy/marvell10g.c | 14
drivers/net/usb/usbnet.c | 6
drivers/s390/scsi/zfcp_ext.h | 1
drivers/s390/scsi/zfcp_scsi.c | 9
drivers/s390/scsi/zfcp_sysfs.c | 55 ++
drivers/s390/scsi/zfcp_unit.c | 8
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c | 9
drivers/staging/wlan-ng/hfa384x_usb.c | 3
drivers/tty/serial/max310x.c | 2
drivers/tty/serial/msm_serial.c | 5
drivers/tty/serial/sh-sci.c | 7
drivers/usb/core/config.c | 4
drivers/usb/core/quirks.c | 3
drivers/usb/host/xhci-ring.c | 17
drivers/usb/host/xhci.c | 24 -
drivers/usb/misc/rio500.c | 41 +
drivers/usb/misc/sisusbvga/sisusb.c | 15
drivers/usb/usbip/stub_dev.c | 75 ++-
drivers/xen/xen-pciback/pciback_ops.c | 2
fs/btrfs/inode.c | 14
fs/btrfs/send.c | 6
fs/btrfs/tree-log.c | 20
fs/cifs/file.c | 4
fs/lockd/xdr.c | 4
fs/lockd/xdr4.c | 4
include/linux/bitops.h | 16
include/linux/compiler-gcc.h | 4
include/linux/compiler_types.h | 4
include/linux/list_lru.h | 1
include/linux/module.h | 4
include/linux/siphash.h | 5
include/net/netns/ipv4.h | 2
include/uapi/linux/tipc_config.h | 10
kernel/signal.c | 2
mm/list_lru.c | 8
net/core/dev.c | 2
net/ipv4/igmp.c | 47 +-
net/ipv4/route.c | 12
net/ipv6/output_core.c | 30 -
net/ipv6/raw.c | 2
net/llc/llc_output.c | 2
net/tipc/core.c | 32 -
net/tipc/subscr.c | 14
net/tipc/subscr.h | 5
scripts/gcc-plugins/gcc-common.h | 4
security/integrity/ima/ima_policy.c | 21
sound/pci/hda/patch_realtek.c | 2
virt/kvm/arm/arm.c | 3
virt/kvm/kvm_main.c | 2
82 files changed, 727 insertions(+), 368 deletions(-)

Alan Stern (3):
USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor
media: usb: siano: Fix general protection fault in smsusb
media: usb: siano: Fix false-positive "uninitialized variable" warning

Andrey Smirnov (1):
xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()

Andy Duan (1):
net: fec: fix the clk mismatch in failed_reset path

Antoine Tenart (1):
net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value

Benjamin Coddington (1):
Revert "lockd: Show pid of lockd for remote locks"

Carsten Schmid (1):
usb: xhci: avoid null pointer deref when bos field is NULL

Chris Packham (1):
tipc: Avoid copying bytes beyond the supplied data

Cédric Le Goater (1):
KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts

Dan Carpenter (1):
staging: vc04_services: prevent integer overflow in create_pagelist()

Daniel Axtens (1):
crypto: vmx - ghash: do nosimd fallback manually

David S. Miller (1):
Revert "tipc: fix modprobe tipc failed after switch order of device registration"

Eric Dumazet (5):
inet: switch IP ID generator to siphash
llc: fix skb leak in llc_build_and_send_ui_pkt()
net-gro: fix use-after-free read in napi_gro_frags()
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST

Fabio Estevam (1):
xhci: Use %zu for printing size_t type

Filipe Manana (4):
Btrfs: fix wrong ctime and mtime of a directory after log replay
Btrfs: fix race updating log root item during fsync
Btrfs: fix fsync not persisting changed attributes of a directory
Btrfs: incremental send, fix file corruption when no-holes feature is enabled

George G. Davis (1):
serial: sh-sci: disable DMA for uart_console

Greg Kroah-Hartman (2):
Revert "x86/build: Move _etext to actual end of .text"
Linux 4.14.124

Henry Lin (1):
xhci: update bounce buffer with correct sg num

James Clarke (1):
sparc64: Fix regression in non-hypervisor TLB flush xcall

Jiri Slaby (1):
memcg: make it work on sparse non-0-node systems

Jisheng Zhang (2):
net: stmmac: fix reset gpio free missing
net: mvneta: Fix err code path of probe

Joe Burmeister (1):
tty: max310x: Fix external crystal register setup

Jonathan Corbet (3):
docs: Fix conf.py for Sphinx 2.0
doc: Cope with the deprecation of AutoReporter
doc: Cope with Sphinx logging deprecations

Jorge Ramirez-Ortiz (1):
tty: serial: msm_serial: Fix XON/XOFF

Junwei Hu (1):
tipc: fix modprobe tipc failed after switch order of device registration

Kailang Yang (1):
ALSA: hda/realtek - Set default power save node to 0

Kees Cook (1):
gcc-plugins: Fix build failures under Darwin host

Kloetzke Jan (1):
usbnet: fix kernel crash after disconnect

Konrad Rzeszutek Wilk (1):
xen/pciback: Don't disable PCI_COMMAND on PCI device reset.

Lyude Paul (1):
drm/nouveau/i2c: Disable i2c bus access after ->fini()

Mauro Carvalho Chehab (1):
media: smsusb: better handle optional alignment

Maximilian Luz (1):
USB: Add LPM quirk for Surface Dock GigE adapter

Michael Chan (1):
bnxt_en: Fix aggregation buffer leak under OOM condition.

Miguel Ojeda (2):
Compiler Attributes: add support for __copy (gcc >= 9)
include/linux/module.h: copy __init/__exit attrs to init/cleanup_module

Mike Manning (1):
ipv6: Consider sk_bound_dev_if when binding a raw socket to an address

Nadav Amit (1):
media: uvcvideo: Fix uvc_alloc_entity() allocation alignment

Oliver Neukum (3):
USB: sisusbvga: fix oops in error path of sisusb_probe
USB: rio500: refuse more than one device at a time
USB: rio500: fix memory leak in close after disconnect

Parav Pandit (1):
net/mlx5: Allocate root ns memory using kzalloc to match kfree

Rasmus Villemoes (2):
net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORT
include/linux/bitops.h: sanitize rotate primitives

Ravi Bangoria (1):
powerpc/perf: Fix MMCRA corruption by bhrb_filter

Roberto Bergantinos Corpas (1):
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM

Roberto Sassu (1):
ima: show rules with IMA_INMASK correctly

Russell King (1):
net: phy: marvell10g: report if the PHY fails to boot firmware

Shuah Khan (2):
usbip: usbip_host: fix BUG: sleeping function called from invalid context
usbip: usbip_host: fix stub_dev lock context imbalance regression

Steffen Maier (2):
scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_remove
scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)

Thomas Hellstrom (1):
drm/vmwgfx: Don't send drm sysfs hotplug events on initial master set

Thomas Huth (1):
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID

Tim Collier (1):
staging: wlan-ng: fix adapter initialization failure

Todd Kjos (2):
Revert "binder: fix handling of misaligned binder object"
binder: fix race between munmap() and direct reclaim

Vicente Bergas (1):
drm/rockchip: shutdown drm subsystem on shutdown

Zhenliang Wei (1):
kernel/signal.c: trace_signal_deliver when signal_group_exit

Attachment: signature.asc
Description: PGP signature