From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 98 patches from 4.19.158 stable branch (100 total) beside 2 already merged patches: 65d733cd9d19 nbd: don't update block size after device is started 1cbfb60332f4 perf/core: Fix race in the perf_mmap_close() function
Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Linux Kernel Functional Testing lkft@linaro.org Reviewed-by: Guenter Roeck linux@roeck-us.net Link: https://lore.kernel.org/r/20201117122113.128215851@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 245bcd8dd7b7..698a9cc2864b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 157 +SUBLEVEL = 158 EXTRAVERSION = NAME = "People's Front"