From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 237 patches from 4.19.149 stable branch (245 total) beside 8 already merged patches: 1904f6dfcbbd selinux: allow labeling before policy is loaded c85bf62a0d6f bcache: fix a lost wake-up problem caused by mca_cannibalize_lock f9cb6b6124ac mm: pagewalk: fix termination condition in walk_pte_range() 627b771be7d7 timekeeping: Prevent 32bit truncation in scale64_check_overflow() 47c5fa5b550b ext4: fix a data race at inode->i_disksize ff331054567b ext4: mark block bitmap corrupted when found instead of BUGON 8cc3afd53d8d mm/swap_state: fix a data race in swapin_nr_pages b0c985d6ae87 kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE
Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Linux Kernel Functional Testing lkft@linaro.org Link: https://lore.kernel.org/r/20200929142826.951084251@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 3ffd5b03e6dd..3ff5cf33ef55 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 148 +SUBLEVEL = 149 EXTRAVERSION = NAME = "People's Front"