From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 79 patches from 4.19.144 stable branch (88 total) beside 9 already merged patches: 017265f14215 xfs: fix boundary test in xfs_attr_shortform_verify 6df210762f80 vfio/type1: Support faulting PFNMAP vmas 6c7f2f24a886 vfio-pci: Fault mmaps to enable vma tracking da7aea6eb560 vfio-pci: Invalidate mmaps and block MMIO access on disabled memory 67f03c3d6829 dm cache metadata: Avoid returning cmd->bm wild pointer on error 2c00ee626ed4 dm thin metadata: Avoid returning cmd->bm wild pointer on error af2cf2c5a268 mm: slub: fix conversion of freelist_corrupted() 81fb345971c4 vfio/pci: Fix SR-IOV VF handling with MMIO blocking 221ea9a3da91 mm/hugetlb: fix a race between hugetlb sysctl handlers
Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 6fa3278df77c..ba9d0b4476e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 143 +SUBLEVEL = 144 EXTRAVERSION = NAME = "People's Front"