summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPetko Manolov <petkan@nucleusys.com>2026-01-06 10:48:21 +0200
committerJakub Kicinski <kuba@kernel.org>2026-01-08 08:40:20 -0800
commitafa27621a28af317523e0836dad430bec551eb54 (patch)
treef0121427cc8bdf8b92688117b635fda06ae54169 /tools/perf/scripts/python
parenta4e305ed60f7c41bbf9aabc16dd75267194e0de3 (diff)
downloadkernel-afa27621a28af317523e0836dad430bec551eb54.tar.gz
net: usb: pegasus: fix memory leak in update_eth_regs_async()
When asynchronously writing to the device registers and if usb_submit_urb() fail, the code fail to release allocated to this point resources. Fixes: 323b34963d11 ("drivers: net: usb: pegasus: fix control urb submission") Signed-off-by: Petko Manolov <petkan@nucleusys.com> Link: https://patch.msgid.link/20260106084821.3746677-1-petko.manolov@konsulko.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar 2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar 2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal 2016-04-29mptsas: fix checks for dma mapping errorsAlexey Khoroshilov 2016-04-11scsi: disable automatic target scanHannes Reinecke 2016-02-23mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne 2016-02-23mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann