From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 104 patches from 4.19.193 stable branch (116 total) beside 12 already merged patches: b8a9a6df60319 mm, vmstat: drop zone->lock in /proc/pagetypeinfo f1c2a82c11c8f bpf: Move off_reg into sanitize_ptr_alu 167743a5eae1c bpf: Ensure off_reg has no mixed signed bounds for all types 8ab6572e2081f bpf: Rework ptr_limit into alu_limit and add common error path 656b3f9ef4471 bpf: Improve verifier error messages for users 8827288cb6394 bpf: Refactor and streamline bounds check into helper 7d26173518988 bpf: Move sanitize_val_alu out of op switch 45bfdd767e235 bpf: Tighten speculative pointer arithmetic mask bd9df99da9569 bpf: Fix leakage of uninitialized bpf stack under speculation 963e62364c802 bpf: Wrap aux data inside bpf_sanitize_info container 9324bd041d5c0 bpf: Fix mask direction swap upon off reg sign change a9d5ac78e7ca1 bpf: No need to simulate speculative domain for immediates
Link: https://lore.kernel.org/r/20210531130640.131924542@linuxfoundation.org Tested-by: Jason Self jason@bluehome.net Tested-by: Hulk Robot hulkrobot@huawei.com Tested-by: Pavel Machek (CIP) pavel@denx.de 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 63de3ab68f147..cb6cb3e9c9cca 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 192 +SUBLEVEL = 193 EXTRAVERSION = NAME = "People's Front"