From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.206 commit b172b44fcb1771e083aad806fa96f3f60e2ddfac
--------------------------------
Merge 31 patches from 4.19.206 stable branch (34 total) beside 3 already merged patches: 8313432df224d bpf: Fix 32 bit src register truncation on div/mod 39f74b7c81cca bpf: Fix truncation handling for mod32 dst reg wrt zero 7014a0479d421 once: Fix panic when module unload
Link: https://lore.kernel.org/r/20210901122250.752620302@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Hulk Robot hulkrobot@huawei.com Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Linux Kernel Functional Testing lkft@linaro.org 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 75c10d627904b..101fdb2f0574d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 205 +SUBLEVEL = 206 EXTRAVERSION = NAME = "People's Front"