From e8c88a438183d1593335b92d323d7e7ea6dd812f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 8 Aug 2020 15:49:25 +0000 Subject: [PATCH] Linux 4.19.137 Merge 43 patches from 4.19.137 stable branch (53 total) beside 10 already merged patches: 167edeeb034f crypto: ccp - Release all allocated memory if sha type is invalid 17271f33fd88 media: rc: prevent memory leak in cx23888_ir_probe c57c21353815 iio: imu: adis16400: fix memory leak e15f8a9b0046 drm/amdgpu: fix multiple memory leaks in acp_hw_init 7deb2dcb8963 tracing: Have error path in predicate_parse() free its allocated memory 5b8464dc9a6e ath9k_htc: release allocated buffer if timed out e0cf3ebfcf93 ath9k: release allocated buffer if timed out 60e1b411bf0f drm/amd/display: prevent memory leak 9a84bb13816f sctp: implement memory accounting on tx path ab6291837dcd xfs: fix missed wakeup on l_flush_wait Tested-by: Shuah Khan Signed-off-by: Greg Kroah-Hartman Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a76c159bb605..edf1799c08d2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 136 +SUBLEVEL = 137 EXTRAVERSION = NAME = "People's Front" -- GitLab