From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 43 patches from 4.19.96 stable branch (48 total) beside 5 already merged patches: 0aa8632 mwifiex: fix possible heap overflow in mwifiex_process_country_ie() f2bde0e mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf 486f512 scsi: bfa: release allocated memory in case of error 0e27512 rtl8xxxu: prevent leaking urb aed1b68 ath10k: fix memory leak
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 386ab98..3b836cc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 95 +SUBLEVEL = 96 EXTRAVERSION = NAME = "People's Front"