From 73f1359d836e414cb76e0b973adfeaedc3600c46 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 3 Apr 2019 06:26:31 +0200 Subject: [PATCH] Linux 4.19.33 Merge 130 patches from 4.19.33 stable branch (135 total) beside 5 already merged patches: 2318c0e Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt 15d6538 Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer 6bba17f ipmi_si: Fix crash when using hard-coded device d9d215b net-sysfs: call dev_hold if kobject_init_and_add success 72b790c4 fs/open.c: allow opening only regular files during execve() Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 935a780b703c..8de5fab711d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 32 +SUBLEVEL = 33 EXTRAVERSION = NAME = "People's Front" -- GitLab