summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao1-0/+1
2023-01-18serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7
2023-01-18serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2023-01-18serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3
2023-01-18staging: vme_user: Fix possible UAF in tsi148_dma_list_addGaosheng Cui1-0/+1
2023-01-18usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2023-01-18uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca1-1/+4
2023-01-18uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca1-5/+3
2023-01-18vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2023-01-18class: fix possible memory leak in __class_register()Yang Yingliang1-0/+5
2023-01-18drivers: dio: fix possible memory leak in dio_init()Yang Yingliang1-0/+8
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2023-01-18hwrng: geode - Fix PCI device refcount leakXiongfeng Wang1-8/+28
2023-01-18hwrng: amd - Fix PCI device refcount leakXiongfeng Wang1-5/+13
2023-01-18crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2023-01-18orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2023-01-18RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2023-01-18scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui1-0/+3
2023-01-18scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin1-0/+1
2023-01-18scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing1-1/+9
2023-01-18scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang1-9/+10
2023-01-18scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang1-1/+3
2023-01-18scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang1-1/+2
2023-01-18RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2023-01-18RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2023-01-18PCI: Check for alloc failure in pci_request_irq()Zeng Heng1-0/+2
2023-01-18apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui1-1/+3
2023-01-18stmmac: fix potential division by 0Piergiorgio Beruto2-2/+3
2023-01-18Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+3
2023-01-18ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore1-2/+2
2023-01-18net: lan9303: Fix read error execution pathJerry Ray1-1/+3
2023-01-18net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2023-01-18net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2-2/+2
2023-01-18hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+3
2023-01-18net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+2
2023-01-18net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2023-01-18net: farsync: Fix kmemleak when rmmods farsyncLi Zetao1-0/+2
2023-01-18ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2023-01-18net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2023-01-18net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2023-01-18blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong1-1/+2