From 15d07b56507e1d4f1d641232b498c1a57ad4d0d7 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 8 May 2019 15:14:38 +0800 Subject: [PATCH] Linux 4.19.41 Merge 86 patches from 4.19.41 stable branch (102 total) beside 16 already merged patches: 3067378 nvme-loop: init nvmet_ctrl fatal_err_work when allocate 0424b0b igb: Fix WARN_ONCE on runtime suspend f0112b6 debugfs: fix use-after-free on symlink traversal 98d6651 arm64: fix wrong check of on_sdei_stack in nmi context 7e7befd net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw() 7713ee6 net: hns: Use NAPI_POLL_WEIGHT for hns driver 1ff38d3 net: hns: Fix probabilistic memory overwrite when HNS driver initialized c9f4310 net: hns: fix ICMP6 neighbor solicitation messages discard problem 5c5e9f2 net: hns: Fix WARNING when remove HNS driver with SMMU enabled b51fdcbe hugetlbfs: fix memory leak for resv_map is different 96e4471 block: pass no-op callback to INIT_WORK(). is different dabcbe5 IB/core: Unregister notifier before freeing MAD security 6b13ae5 selinux: avoid silent denials in permissive mode under RCU walk 574be22 selinux: never allow relabeling on context mounts c48b027 x86/mm: Fix a crash with kmemleak_scan() 7a32cbf x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3822720a8a1c..ba3b8504b689 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 40 +SUBLEVEL = 41 EXTRAVERSION = NAME = "People's Front" -- GitLab