summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-31scsi: efct: Fix possible memleak in efct_device_init()Chen Zhongjin1-0/+1
2022-12-31scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang1-1/+3
2022-12-31scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang1-1/+2
2022-12-31scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang1-0/+2
2022-12-31padata: Fix list iterator in padata_do_serial()Daniel Jordan1-2/+5
2022-12-31padata: Always leave BHs disabled when running ->parallel()Daniel Jordan1-3/+5
2022-12-31crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun1-9/+0
2022-12-31scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can1-1/+1
2022-12-31PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li1-1/+1
2022-12-31dt-bindings: visconti-pcie: Fix interrupts array max constraintsSerge Semin1-3/+4
2022-12-31dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mqSerge Semin1-4/+42
2022-12-31RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2022-12-31RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-12-31RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-12-31crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-12-31RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-12-31PCI: Check for alloc failure in pci_request_irq()Zeng Heng1-0/+2
2022-12-31RDMA/hns: Fix incorrect sge nums calculationLuoyouming5-30/+125
2022-12-31RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-12-31RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-12-31RDMA/rxe: Fix mr->map double freeLi Zhijian1-7/+2
2022-12-31crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2022-12-31crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu1-17/+19
2022-12-31crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-12-31scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli1-1/+1
2022-12-31RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-12-31RDMA/irdma: Fix RQ completion opcodeMustafa Ismail5-45/+71
2022-12-31RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail3-104/+119
2022-12-31RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler1-2/+2
2022-12-31RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-12-31RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang1-6/+11
2022-12-31RDMA/restrack: Release MR restrack when deleteMark Zhang1-2/+0
2022-12-31PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-12-31PCI: vmd: Disable MSI remapping after suspendNirmal Patel1-0/+5
2022-12-31IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich2-14/+4
2022-12-31RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2-6/+58
2022-12-31scsi: qla2xxx: Fix set-but-not-used variable warningsBart Van Assche4-21/+15
2022-12-31RDMA/irdma: Report the correct link speedShiraz Saleem1-32/+3
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-12-31f2fs: fix the assign logic of iocbMukesh Ojha1-15/+19
2022-12-31f2fs: allow to set compression for inlined fileJaegeuk Kim1-0/+4
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-12-31fortify: Do not cast to "unsigned char"Kees Cook1-1/+1
2022-12-31fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook1-14/+15
2022-12-31apparmor: Fix memleak in alloc_ns()Xiu Jianfeng1-1/+1
2022-12-31crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-12-31crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-12-31crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-12-31crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38