From be68a4c57f4aa27cc44555a152ece78724e2d15a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 28 Apr 2019 15:38:26 +0800 Subject: [PATCH] Linux 4.19.37 Merge 87 patches from 4.19.37 stable branch (99 total) beside 12 already merged patches: 4905322 sch_cake: Use tc_skb_protocol() helper for getting packet protocol 8092ecc CIFS: keep FileInfo handle live during oplock break 8fb89b4 cifs: Fix use-after-free in SMB2_write c69330a cifs: Fix use-after-free in SMB2_read 6ff17bc coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping dacdbc1 ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier 82a13a0 nfit/ars: Remove ars_start_flags bc18c25 nfit/ars: Introduce scrub_flags 40221d5 nfit/ars: Allow root to busy-poll the ARS state machine be60858 nfit/ars: Avoid stale ARS results 1c36862 tpm: Fix the type of the return value in calc_tpm2_event_size() cdd369f kernel/sysctl.c: fix out-of-bounds access when setting file-max Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91e265ca0ca5..7b495cad8c2e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 36 +SUBLEVEL = 37 EXTRAVERSION = NAME = "People's Front" -- GitLab