From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 91 patches from 4.19.100 stable branch (93 total) beside 2 already merged patches: a243850 Documentation: Document arm64 kpti control a3cf10b mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index a2be0c7..f1e4282 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 99 +SUBLEVEL = 100 EXTRAVERSION = NAME = "People's Front"