From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.202 commit 5c66974a63046780925e5d99b6dc6631fe2f9a31
--------------------------------
Merge 14 patches from 4.19.202 stable branch (17 total) beside 0 already merged patches.
3 skip patches: 0129d7637fed0 bdi: move bdi_dev_name out of line 19a845e19ded4 bdi: use bdi_dev_name() to get device name d6c434ae9d3b5 bdi: add a ->dev_name field to struct backing_dev_info
Link: https://lore.kernel.org/r/20210806081111.144943357@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Linux Kernel Functional Testing lkft@linaro.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 1ff40a737a054..72a08b4b52ff0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 201 +SUBLEVEL = 202 EXTRAVERSION = NAME = "People's Front"