From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 25 patches from 4.19.176 stable branch (28 total) beside 1 already merged patches: b0393aadc2d22 block: fix NULL pointer dereference in register_disk
2 skip patches: d3fcb6d76c4fb include/trace/events/writeback.h: fix -Wstringop-truncation warnings 050462f040b9c memcg: fix a crash in wb_workfn when a device disappears
Tested-by: Jason Self jason@bluehome.net Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Linux Kernel Functional Testing lkft@linaro.org Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Ross Schmidt ross.schm.dev@gmail.com Link: https://lore.kernel.org/r/20210212074240.963766197@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 db37b39fae693..6bebe3b22b452 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 175 +SUBLEVEL = 176 EXTRAVERSION = NAME = "People's Front"