From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.199 commit a89b48fe9308d976d9dcb2112e264d647f7efce4
--------------------------------
Merge 118 patches from 4.19.199 stable branch (120 total) beside 2 already merged patches: 23db13b25fbbb scsi: libsas: Add LUN number check in .slave_alloc callback bb7dd800a5bef mm: slab: fix kmem_cache_create failed when sysfs node not destroyed
Link: https://lore.kernel.org/r/20210726153832.339431936@linuxfoundation.org Tested-by: Shuah Khan skhan@linuxfoundation.org Link: https://lore.kernel.org/r/20210727071938.046014616@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Jon Hunter jonathanh@nvidia.com Link: https://lore.kernel.org/r/20210727112108.341674321@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Pavel Machek (CIP) pavel@denx.de 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 3f46d810cc3ce..8c4ebfbc9b2f3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 198 +SUBLEVEL = 199 EXTRAVERSION = NAME = "People's Front"