From f7ab937cd1cebc2b77735431996f5c5894d84df9 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 6 Apr 2019 16:00:48 +0800 Subject: [PATCH] Linux 4.19.34 Merge 151 patches from 4.19.34 stable branch (187 total) beside 36 already merged patches: 2dbc7c6 ext4: cleanup bh release code in ext4_ind_remove_space() 2938651 CIFS: fix POSIX lock leak and invalid ptr deref b73c7d0 tracing: kdb: Fix ftdump to not sleep 3bddc61 net/mlx5: Avoid panic when setting vport rate 8c50ab8 net/mlx5: Avoid panic when setting vport mac, getting vport config d6ad08a include/linux/relay.h: fix percpu annotation in struct rchan b227f15 sysctl: handle overflow for file-max 7b287c4 mm/sparse: fix a bad comparison 4c6d7dc mm/page_ext.c: fix an imbalance with kmemleak ed3345a mm, swap: bounds check swap_info array accesses to avoid NULL derefs eed3ca0 mm,oom: don't kill global init via memory.oom.group 67abbb9 mm, mempolicy: fix uninit memory access 8a0fc62 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! f09c424 mm/slab.c: kmemleak no scan alien caches d609ecd fs/file.c: initialize init_files.resize_wait a6c56bf page_poison: play nicely with KASAN 8c81fcd dm thin: add sanity checks to thin-pool and external snapshot creation 36a3219 cifs: Fix NULL pointer dereference of devname 709aaa0 netfilter: nf_tables: check the result of dereferencing base_chain->stats 6a817a7 jbd2: fix invalid descriptor block checksum 83c3953 fs: fix guard_bio_eod to check for real EOD errors 224c996 tools lib traceevent: Fix buffer overflow in arg_eval 9546c36 PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove() e6786f8 perf annotate: Fix getting source line failure d60f458 efi: cper: Fix possible out-of-bounds access 8032fc9 scsi: megaraid_sas: return error when create DMA pool failed d41687c perf report: Don't shadow inlined symbol with different addr range c26d61e vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 9154420 jbd2: fix race when writing superblock 924af49 cdrom: Fix race condition in cdrom_sysctl_register c23242c e1000e: fix cyclic resets at link up with active tx b9f257e e1000e: Exclude device from suspend direct complete optimization f056c90 sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK b12a060 efi/memattr: Don't bail on zero VA if it equals the region's PA d0bc74c cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting e30e0b0 selinux: do not override context on context mounts Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1a5d7deaf5f..8fdfe0af5862 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 33 +SUBLEVEL = 34 EXTRAVERSION = NAME = "People's Front" -- GitLab