From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 76 patches from 4.19.124 stable branch (81 total) beside 5 already merged patches: 34fcb42 scsi: sg: add sg_remove_request in sg_write caf6c20 netlabel: cope with NULL catmap 2afbedc hinic: fix a bug of ndo_stop 0ccd250 netprio_cgroup: Fix unlimited memory leak of v2 cgroups a105bb54 USB: gadget: fix illegal array access in binding with UDC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 7c06c27..292c92c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 123 +SUBLEVEL = 124 EXTRAVERSION = NAME = "People's Front"