From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.208 commit c2276d585654e8d573366c29c565043ec36adf63
--------------------------------
Merge 31 patches from 4.19.208 stable branch (34 total) beside 3 already merged patches: 194d21f10ef6a sctp: validate chunk size in __rcv_asconf_lookup 718094012d82a sctp: add param size validation for SCTP_PARAM_SET_PRIMARY 8936b8ef85ecb blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
Link: https://lore.kernel.org/r/20210924124329.965218583@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Shuah Khan skhan@linuxfoundation.org Link: https://lore.kernel.org/r/20210924124329.965218583@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Hulk Robot hulkrobot@huawei.com 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 6fc17fb739512..adff9aca3291a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 207 +SUBLEVEL = 208 EXTRAVERSION = NAME = "People's Front"