From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 52 patches from 4.19.115 stable branch (56 total) beside 4 already merged patches: 442d766 bitops: protect variables in set_mask_bits() macro 652f7222 include/linux/notifier.h: SRCU: fix ctags fa13803 mm: mempolicy: require at least one nodeid for MPOL_PREFERRED b774578 slcan: Don't transmit uninitialized stack data in padding
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 6f849daf..9830a71 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 114 +SUBLEVEL = 115 EXTRAVERSION = NAME = "People's Front"