From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 46 patches from 4.19.101 stable branch (50 total) beside 4 already merged patches: 6c11530 sched/fair: Add tmp_alone_branch assertion 2d935df sched/fair: Fix insertion in rq->leaf_cfs_rq_list b0be61a block: cleanup __blkdev_issue_discard() f387897 block: fix 32 bit overflow in __blkdev_issue_discard()
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index f1e4282..ca186bc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 100 +SUBLEVEL = 101 EXTRAVERSION = NAME = "People's Front"