From 063bfcbd7c5b4d6d9e34007bc8340e135d18d66a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 5 Aug 2021 17:12:20 +0800 Subject: [PATCH] Linux 4.19.201 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) Tested-by: Linux Kernel Functional Testing Tested-by: Sudip Mukherjee Tested-by: Jon Hunter Tested-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bf2a8a9bf42..1ff40a737a05 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" -- GitLab