From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.201 commit 6ca2f514c57864e3085a65c5e9d2adca4144bc4c
--------------------------------
Merge 30 patches from 4.19.201 stable branch (31 total) beside 1 already merged patches: 96faa82a5ddb2 can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
Link: https://lore.kernel.org/r/20210802134334.081433902@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Linux Kernel Functional Testing lkft@linaro.org Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Guenter Roeck linux@roeck-us.net 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 3bf2a8a9bf425..1ff40a737a054 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 200 +SUBLEVEL = 201 EXTRAVERSION = NAME = "People's Front"