Linux 4.14.141

From: Greg KH
Date: Thu Aug 29 2019 - 07:26:07 EST


I'm announcing the release of the 4.14.141 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/admin-guide/kernel-parameters.txt | 7 +
Makefile | 2
arch/mips/kernel/cacheinfo.c | 2
arch/mips/kernel/i8253.c | 3
arch/powerpc/kernel/misc_64.S | 4
arch/x86/include/asm/bootparam_utils.h | 61 +++++++++++---
arch/x86/include/asm/msr-index.h | 1
arch/x86/include/asm/nospec-branch.h | 2
arch/x86/kernel/apic/apic.c | 68 ++++++++++++----
arch/x86/kernel/cpu/amd.c | 66 ++++++++++++++++
arch/x86/lib/cpu.c | 1
arch/x86/power/cpu.c | 86 +++++++++++++++++----
drivers/ata/libata-scsi.c | 21 +++++
drivers/ata/libata-sff.c | 6 +
drivers/gpio/gpiolib.c | 6 -
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 24 ++++-
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 4
drivers/hid/hid-a4tech.c | 30 ++++++-
drivers/hid/hid-tmff.c | 12 ++
drivers/hid/wacom_wac.c | 4
drivers/isdn/hardware/mISDN/hfcsusb.c | 13 ++-
drivers/md/dm-bufio.c | 4
drivers/md/dm-kcopyd.c | 5 -
drivers/md/dm-table.c | 5 -
drivers/md/dm-zoned-metadata.c | 59 ++++++++++----
drivers/md/dm-zoned-reclaim.c | 44 ++++++++--
drivers/md/dm-zoned-target.c | 67 ++++++++++++++--
drivers/md/dm-zoned.h | 10 ++
drivers/md/persistent-data/dm-btree.c | 31 +++----
drivers/md/persistent-data/dm-space-map-metadata.c | 2
drivers/net/bonding/bond_main.c | 9 ++
drivers/net/can/dev.c | 2
drivers/net/can/sja1000/peak_pcmcia.c | 2
drivers/net/can/usb/peak_usb/pcan_usb_core.c | 2
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 5 -
drivers/net/ethernet/hisilicon/hip04_eth.c | 28 +++---
drivers/net/ethernet/qlogic/qed/qed_int.c | 2
drivers/net/ethernet/qlogic/qed/qed_rdma.c | 2
drivers/net/usb/qmi_wwan.c | 1
drivers/nfc/st-nci/se.c | 2
drivers/nfc/st21nfca/se.c | 2
fs/ceph/locks.c | 3
fs/cifs/smb2ops.c | 10 ++
fs/nfs/nfs4_fs.h | 3
fs/nfs/nfs4client.c | 5 -
fs/nfs/nfs4state.c | 27 +++++-
fs/userfaultfd.c | 25 +++---
fs/xfs/xfs_iops.c | 1
kernel/irq/irqdesc.c | 15 +++
mm/huge_memory.c | 4
mm/zsmalloc.c | 78 +++++++++++++++++--
net/bridge/netfilter/ebtables.c | 4
net/ceph/osd_client.c | 9 --
net/netfilter/ipset/ip_set_core.c | 2
sound/soc/davinci/davinci-mcasp.c | 43 ++++++++--
sound/soc/soc-core.c | 7 +
sound/soc/soc-dapm.c | 8 -
tools/perf/bench/numa.c | 6 -
tools/perf/builtin-ftrace.c | 2
tools/perf/pmu-events/jevents.c | 1
tools/perf/tests/parse-events.c | 27 ------
tools/perf/util/cpumap.c | 5 -
tools/testing/selftests/kvm/config | 3
63 files changed, 785 insertions(+), 210 deletions(-)

Aaron Armstrong Skomra (1):
HID: wacom: correct misreported EKR ring values

Alastair D'Silva (1):
powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB

Bartosz Golaszewski (1):
gpiolib: never report open-drain/source lines as 'input' to user-space

Bob Ham (1):
net: usb: qmi_wwan: Add the BroadMobi BM818 card

Charles Keepax (1):
ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walks

Christophe JAILLET (1):
net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'

Colin Ian King (1):
drm/vmwgfx: fix memory leak when too many retries have occurred

Dan Carpenter (1):
dm zoned: fix potential NULL dereference in dmz_do_reclaim()

Darrick J. Wong (1):
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT

Dmitry Fomichev (4):
dm kcopyd: always complete failed jobs
dm zoned: improve error handling in reclaim
dm zoned: improve error handling in i/o map code
dm zoned: properly handle backing device failure

Greg Kroah-Hartman (1):
Linux 4.14.141

He Zhe (2):
perf ftrace: Fix failure to set cpumask when only one cpu is present
perf cpumap: Fix writing to illegal memory in handling cpumap mask

Henry Burns (2):
mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
mm/zsmalloc.c: fix race condition in zs_destroy_pool

Ilya Dryomov (1):
libceph: fix PG split vs OSD (re)connect race

Ilya Trukhanov (1):
HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT

Jason Gerecke (1):
HID: wacom: Correct distance scale for 2nd-gen Intuos devices

Jeff Layton (1):
ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply

Jens Axboe (2):
libata: have ata_scsi_rw_xlat() fail invalid passthrough requests
libata: add SG safety checks in SFF pio transfers

Jia-Ju Bai (1):
isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_chain()

Jiangfeng Xiao (3):
net: hisilicon: make hip04_tx_reclaim non-reentrant
net: hisilicon: fix hip04-xmit never return TX_BUSY
net: hisilicon: Fix dma_map_single failed on arm64

Jin Yao (1):
perf pmu-events: Fix missing "cpu_clk_unhalted.core" event

Jiri Olsa (1):
perf bench numa: Fix cpu0 binding

John Hubbard (2):
x86/boot: Save fields explicitly, zero out everything else
x86/boot: Fix boot regression caused by bootparam sanitizing

Jozsef Kadlecsik (1):
netfilter: ipset: Fix rename concurrency with listing

Juliana Rodrigueiro (1):
isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack

Lyude Paul (1):
drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX

Michael Kelley (1):
genirq: Properly pair kobject_del() with kobject_add()

Michal Kalderon (1):
qed: RDMA - Fix the hw_ver returned in device attributes

Mikulas Patocka (2):
Revert "dm bufio: fix deadlock with loop device"
dm table: fix invalid memory accesses with too high sector number

Naresh Kamboju (1):
selftests: kvm: Adding config fragments

Navid Emamdoost (2):
st21nfca_connectivity_event_received: null check the allocation
st_nci_hci_connectivity_event_received: null check the allocation

Nicolas Saenz Julienne (1):
HID: input: fix a4tech horizontal wheel custom usage

Oleg Nesterov (1):
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx

Peter Ujfalusi (1):
ASoC: ti: davinci-mcasp: Correct slot_width posed constraint

Rasmus Villemoes (1):
can: dev: call netif_carrier_off() in register_candev()

Ricard Wanderlof (1):
ASoC: Fail card instantiation if DAI format setup fails

Sasha Levin (1):
Revert "perf test 6: Fix missing kvm module load for s390"

Sean Christopherson (1):
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386

Sebastien Tisserant (1):
SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL

Thomas Bogendoerfer (1):
MIPS: kernel: only use i8253 clocksource with periodic clockevent

Thomas Falcon (1):
bonding: Force slave speed check after link state recovery for 802.3ad

Thomas Gleixner (1):
x86/apic: Handle missing global clockevent gracefully

Tom Lendacky (1):
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

Trond Myklebust (1):
NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()

Valdis Kletnieks (1):
x86/lib/cpu: Address missing prototypes warning

Vladimir Kondratiev (1):
mips: fix cacheinfo

Vlastimil Babka (1):
mm, page_owner: handle THP splits correctly

Wang Xiayang (3):
can: sja1000: force the string buffer NULL-terminated
can: peak_usb: force the string buffer NULL-terminated
net/ethernet/qlogic/qed: force the string buffer NULL-terminated

Wenwen Wang (1):
netfilter: ebtables: fix a memory leak bug in compat

ZhangXiaoxu (2):
dm btree: fix order of block initialization in btree_split_beneath
dm space map metadata: fix missing store of apply_bops() return value

Attachment: signature.asc
Description: PGP signature