From 713766cc14de0f8d56ecabb639aa95f4d82d775b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 23 Feb 2019 09:07:27 +0100 Subject: [PATCH] Linux 4.19.25 Merge 21 patches from 4.19.25 stable branch (29 total) beside 8 already merged patches: 6a3f723 netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs bc5d972 PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter f9e6a18 mmc: meson-gx: fix interrupt name a3b6fa3 vxlan: test dev->flags & IFF_UP before calling netif_rx() 03a6fc5 vsock: cope with memory allocation failure at socket creation time 4c1b91b net: fix IPv6 prefix route residue eb5e686 net: crypto set sk to NULL when af_alg_release. bbbefe8 af_packet: fix raw sockets over 6in4 tunnel Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 370ad0d34076..2caa131ff306 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 24 +SUBLEVEL = 25 EXTRAVERSION = NAME = "People's Front" -- GitLab