summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2024-07-17 10:47:19 +0200
committerPaolo Abeni <pabeni@redhat.com>2024-07-18 12:29:51 +0200
commit4e076ff6ad5302c015617da30d877b4cdcbdf613 (patch)
treee422f70b46386dfaeefef66507ce7c97760cf2e8 /tools/perf/scripts/python/bin/task-analyzer-record
parenta1a305375dc356865b22a43cbe09869bf8fae9ca (diff)
downloadkernel-4e076ff6ad5302c015617da30d877b4cdcbdf613.tar.gz
net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()
Move page_pool_get_dma_dir() inside the while loop of airoha_qdma_cleanup_rx_queue routine in order to avoid possible NULL pointer dereference if airoha_qdma_init_rx_queue() fails before properly allocating the page_pool pointer. Fixes: 23020f049327 ("net: airoha: Introduce ethernet support for EN7581 SoC") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/7330a41bba720c33abc039955f6172457a3a34f0.1721205981.git.lorenzo@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
>vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe 2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe 2022-03-03vfio: Define device migration protocol v2Jason Gunthorpe 2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe 2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig 2021-09-30vfio: remove unused method from vfio_iommu_driver_opsChristoph Hellwig 2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig 2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe 2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe 2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe 2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy 2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe 2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe 2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe 2021-04-06vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe 2021-02-01vfio: iommu driver notify callbackSteve Sistare 2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu