From 0ba9672551029c30b6e45037bb4151fe418a8006 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 20 Feb 2019 10:25:50 +0100 Subject: [PATCH] Linux 4.19.24 Merge 81 patches from 4.19.24 stable branch (86 total) beside 5 already merged patches: 80c8452 blk-mq: fix a hung issue when fsync c6f27cd cpufreq: check if policy is inactive early in __cpufreq_get() 095cfdf nvme-pci: fix out of bounds access in nvme_cqe_pending c4609e8 mmc: block: handle complete_work on separate workqueue 657fbf7 Revert "mm: slowly shrink slabs with a relatively small number of objects" Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dcf3f2363c1..370ad0d34076 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 23 +SUBLEVEL = 24 EXTRAVERSION = NAME = "People's Front" -- GitLab