From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 76 patches from 4.19.108 stable branch (85 total) beside 9 already merged patches: 1d87801 iwlwifi: pcie: fix rb_allocator workqueue allocation a854510 sysrq: Restore original console_loglevel when sysrq disabled 7bc2d23 sysrq: Remove duplicated sysrq message a1f1a978 sched/fair: Optimize update_blocked_averages() d71744b sched/fair: Fix O(nr_cgroups) in the load balancing path 2255c29 perf stat: Use perf_evsel__is_clocki() for clock events 6de4b02 perf stat: Fix shadow stats for clock events e1b49dd mm/huge_memory.c: use head to check huge zero page 469020e mm, thp: fix defrag setting if newline is not used
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 69e2527..313f0c8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 107 +SUBLEVEL = 108 EXTRAVERSION = NAME = "People's Front"