From 199a4cdaeb984f97ad2e2f9bff750af35f93338e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 27 May 2019 20:22:38 +0800 Subject: [PATCH] Linux 4.19.46 Merge 105 patches from 4.19.46 stable branch (116 total) beside 11 already merged patches: 7928396 proc: prevent changes to overridden credentials d3dd605 NFS4: Fix v4.0 client state corruption when mount f4be6b7 PCI: Mark AMD Stoney Radeon R7 GPU ATS as broken 29d0314 PCI: Mark Atheros AR9462 to avoid bus reset 2e75749 PCI/AER: Change pci_aer_init() stub to return void c951650 xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink 64f214c xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module 159269c vti4: ipip tunnel deregistration fixes. d410ef7 xfrm: clean up xfrm protocol checks 6faa620 xfrm: Honor original L3 slave device in xfrmi policy lookup a469646 PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b21dd3866b63..5383dd317d59 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 45 +SUBLEVEL = 46 EXTRAVERSION = NAME = "People's Front" -- GitLab