From 647aee0a62d112c47b39136a4c413d89da21e3cd Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 9 Dec 2019 17:59:30 +0800 Subject: [PATCH] Linux 4.19.88 Merge 286 patches from 4.19.88 stable branch (322 total) beside 36 already merged patches: c5b0bbe bridge: ebtables: don't crash when using dnat target in output chains a8c0f63 scsi: target/tcmu: Fix queue_cmd_ring() declaration 2ec1034 RDMA/hns: Fix the bug while use multi-hop of pbl 5ac0da6 nvme: provide fallback for discard alloc failure 48d37cc crypto: user - support incremental algorithm dumps 3331e61 nvme: fix kernel paging oops 06f464d gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB e58133e crypto/chelsio/chtls: listen fails with multiadapt fa32aee net/mlx5: Continue driver initialization despite debugfs failure 5d8d211 xfs: Align compat attrlist_by_handle with native implementation. 360e6fe7 IB/qib: Fix an error code in qib_sdma_verbs_send() 09a0f8d vxlan: Fix error path in __vxlan_dev_create() 5643569 mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() d393cc6 firmware: arm_sdei: fix wrong of_node_put() in init function eccc6a2 firmware: arm_sdei: Fix DT platform device creation 9803fc4 mm/hotplug: invalid PFNs from pfn_to_online_page() fe68595 xfs: end sync buffer I/O properly on shutdown error 66bccc6 tipc: fix skb may be leaky in tipc_link_input 3d5e2bb geneve: change NET_UDP_TUNNEL dependency to select d1dde41 net: fix possible overflow in __sk_mem_raise_allocated() b3c81ac net: ip_gre: do not report erspan_ver for gre or gretap b277a8a net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap ddb2bad sctp: don't compare hb_timer expire date before starting it 944df7b bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id() 4ccab17 net: dev: Use unsigned integer as an argument to left-shift 1a5df07 bpf: drop refcount if bpf_map_new_fd() fails in map_create() 9b40977 net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED 64e91fa net: hns3: fix PFC not setting problem for DCB module 312846d net: hns3: fix an issue for hclgevf_ae_get_hdev 320ab11 net: hns3: fix an issue for hns3_update_new_int_gl 182215d scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned c665760 RDMA/hns: Fix the bug with updating rq head pointer when flush cqe 53ac199 RDMA/hns: Bugfix for the scene without receiver queue cc84d7b RDMA/hns: Fix the state of rereg mr ec27711 RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp 32a24a3 powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9240f36099de..f9ebb74e8e43 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 87 +SUBLEVEL = 88 EXTRAVERSION = NAME = "People's Front" -- GitLab