From da94fe3fc28a3681e74946d7f7c058cbb4b7190c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 7 Nov 2019 17:34:43 +0800 Subject: [PATCH] Linux 4.19.82 Merge 142 patches from 4.19.82 stable branch (151 total) beside 9 already merged patches: 6021dd8 arm64: Add MIDR encoding for HiSilicon Taishan CPUs e322715 arm64: kpti: Whitelist HiSilicon Taishan v110 CPUs f251c83 ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT 646e5c7 exec: load_script: Do not exec truncated interpreter path a897f54 PCI/PME: Fix possible use-after-free on remove ca2cc4b nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request da24be8 NFSv4: Fix leak of clp->cl_acceptor string 696da02 ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() 64efcbc rtlwifi: Fix potential overflow on P2P code Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c146e8d93dc..6af1c13d8753 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 81 +SUBLEVEL = 82 EXTRAVERSION = NAME = "People's Front" -- GitLab