From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 272 patches from 4.19.118~4.19.121 stable branch (283 total) beside 11 already merged patches: 45533eb scsi: sg: add sg_remove_request in sg_common_write ad8fb61 xsk: Add missing check on user supplied headroom size 4b602f6 iommu/vt-d: Fix mm reference leak abee5de net: ipv6: add net argument to ip6_dst_lookup_flow 5dd6835 net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup 473d7f5 blktrace: Protect q->blk_trace with RCU 6d1444d blktrace: fix dereference after null check ed523cb f2fs: fix to avoid memory leakage in f2fs_listxattr f511dc7 fs/namespace.c: fix mountpoint reference counter race 45ea77b USB: core: Fix free-while-in-use bug in the USB S-Glibrary 215d1f3 s390/mm: fix page table upgrade vs 2ndary address mode accesses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 74b60bf..f7406a6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 120 +SUBLEVEL = 121 EXTRAVERSION = NAME = "People's Front"