From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.197 commit fcfbdfe9626edd5bf00c732e093eed249ecdbfa1
--------------------------------
Merge 33 patches from 4.19.197 stable branch (35 total) beside 1 already merged patches: cadf5bbcefbd9 KVM: SVM: Periodically schedule when unregistering regions on destroy
1 skipped: 6a6e04ce3bafb ext4: eliminate bogus error in ext4_data_block_valid_rcu()
Link: https://lore.kernel.org/r/20210709131644.969303901@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Shuah Khan skhan@linuxfoundation.org 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 Tested-by: Pavel Machek (CIP) pavel@denx.de 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 b14e925663471..19e495f5b2e35 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 196 +SUBLEVEL = 197 EXTRAVERSION = NAME = "People's Front"