From 8f4b0312198052ef393958278b5bb9e461c35e64 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 17 May 2019 16:15:52 +0800 Subject: [PATCH] Linux 4.19.44 Merge 105 patches from 4.19.44 stable branch (114 total) beside 9 already merged patches: 5f72e3a acpi/nfit: Always dump _DSM output payload 7d4d868 tools lib traceevent: Fix missing equality check for strcmp 6536de8 mm: fix inactive list balancing between NUMA nodes and cgroups 74e9b76 init: initialize jump labels before command line option parsing fb67c97 RDMA/hns: Bugfix for mapping user db 6a60fb6 mm/memory_hotplug.c: drop memory device reference after find_memory_block() 5752605 x86/kprobes: Avoid kretprobe recursion bug 9c79732 tuntap: fix dividing by zero in ebpf queue selection 17d8a9e tuntap: synchronize through tfiles array instead of tun->numqueues Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be894b3a97d5..dd11f5a83d2f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 43 +SUBLEVEL = 44 EXTRAVERSION = NAME = "People's Front" -- GitLab