From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 144 patches from 4.19.116 stable branch (148 total) beside 4 already merged patches: a856a90 hinic: fix a bug of waitting for IO stopped 5b274de hinic: fix wrong para of wait_for_completion_timeout 9bc0225 CIFS: Fix bug which the return value by asynchronous read is error 1855c543 powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 9830a71..d85ff69 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 115 +SUBLEVEL = 116 EXTRAVERSION = NAME = "People's Front"