diff options
| author | Osama Abdelkader <osama.abdelkader@gmail.com> | 2026-07-24 19:26:20 +0200 |
|---|---|---|
| committer | Steven Price <steven.price@arm.com> | 2026-07-30 10:49:57 +0100 |
| commit | 2b8f13d3c7e26c46c20d9e367904cf01729c88e6 (patch) | |
| tree | 2c78f6a8182a9cb47d541f1ac050794dbbe2abdb /tools/perf/scripts/python/stackcollapse.py | |
| parent | d6c075f797a672a6e3bd2fd44aee713801698ec2 (diff) | |
drm/panthor: skip zero-sized firmware sections
panthor_fw_load_section_entry() skips BO creation when the firmware section
VA range is empty. If such a section is added to the firmware section list,
section->mem is left as NULL.
Later reload and unplug paths iterate over all firmware sections and
dereference section->mem, which can lead to a NULL pointer dereference.
Zero-sized firmware sections are valid, so accept them as no-op entries but
skip adding them to the section list.
Fixes: 2718d91816ee ("drm/panthor: Add the FW logical block")
Cc: stable@vger.kernel.org
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patch.msgid.link/20260724172621.63046-1-osama.abdelkader@gmail.com
Signed-off-by: Steven Price <steven.price@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
