From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 418 patches from 4.19.191 stable branch (425 total) beside 6 already merged patches: bfa08a47cea2a f2fs: fix to avoid out-of-bounds memory access 7687f5aba0f50 ext4: fix check to prevent false positive report of incorrect used inodes 9d4b68c2c91b0 ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() 35113c4c9fa7c bluetooth: eliminate the potential race condition when removing the HCI controller 2b5f418f6e6ba net: hns3: disable phy loopback setting in hclge_mac_start_phy c923258e341be iomap: fix sub-page uptodate handling
1 skip: a921d014868c5 arm64: vdso: remove commas between macro name and arguments
Link: https://lore.kernel.org/r/20210520092131.308959589@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Hulk Robot hulkrobot@huawei.com Tested-by: Jason Self jason@bluehome.net Tested-by: Linux Kernel Functional Testing lkft@linaro.org Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk 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 931994c6fe822..c827c03699022 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 190 +SUBLEVEL = 191 EXTRAVERSION = NAME = "People's Front"