From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 66 patches from 4.19.156 stable branch (72 total) beside 6 already merged patches: 8a78b4c0d629 blktrace: fix debugfs use after free eeda803b77d6 btrfs: extent_io: Handle errors better in extent_write_full_page() 1527c0e0229d btrfs: Don't submit any btree write bio if the fs has errors bedd9974c106 btrfs: tree-checker: Enhance chunk checker to validate chunk profile 3384e8d72567 btrfs: tree-checker: Verify inode item 29a975bcc107 perf/core: Fix a memory leak in perf_event_parse_addr_filter()
Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Linux Kernel Functional Testing lkft@linaro.org Link: https://lore.kernel.org/r/20201109125019.906191744@linuxfoundation.org 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 9fc16d34e1bb..82891b34e19e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 155 +SUBLEVEL = 156 EXTRAVERSION = NAME = "People's Front"