From 596cfbae756c6a1c7cdfc5b634f6934f89d32eb1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 12 Jul 2019 09:47:17 +0800 Subject: [PATCH] Linux 4.19.58 Merge 86 patches from 4.19.58 stable branch (91 total) beside 5 already merged patches: 2b39351 ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper() 6bf9677 x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting c8c8829 net: hns: Fixes the missing put_device in positive leg for roce reset a8891c5 ip6: fix skb leak in ip6frag_expire_frag_queue() 54e8cf4 bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5412d556b561..5dcd01cd1bf6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 57 +SUBLEVEL = 58 EXTRAVERSION = NAME = "People's Front" -- GitLab