From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 48 patches from 4.19.139 stable branch (49 total) beside 1 already merged patches: 61219546f303 vgacon: Fix for missing check in scrollback handling
Tested-by: Shuah Khan skhan@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index daaa8ab2f550..f6012170995e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 138 +SUBLEVEL = 139 EXTRAVERSION = NAME = "People's Front"