summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/event_analyzing_sample-report
diff options
context:
space:
mode:
authorKetil Johnsen <ketil.johnsen@arm.com>2025-10-27 15:02:15 +0100
committerLiviu Dudau <liviu.dudau@arm.com>2025-11-03 14:25:21 +0000
commit7051f6ba968fa69918d72cc26de4d6cf7ea05b90 (patch)
tree8b2b663848705170390db2f9da1547b921d4b185 /tools/perf/scripts/python/bin/event_analyzing_sample-report
parent94a6d20feadbbe24e8a7b1c56394789ea5358fcc (diff)
downloadkernel-7051f6ba968fa69918d72cc26de4d6cf7ea05b90.tar.gz
drm/panthor: Fix UAF race between device unplug and FW event processing
The function panthor_fw_unplug() will free the FW memory sections. The problem is that there could still be pending FW events which are yet not handled at this point. process_fw_events_work() can in this case try to access said freed memory. Simply call disable_work_sync() to both drain and prevent future invocation of process_fw_events_work(). Signed-off-by: Ketil Johnsen <ketil.johnsen@arm.com> Fixes: de85488138247 ("drm/panthor: Add the scheduler logical block") Reviewed-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patch.msgid.link/20251027140217.121274-1-ketil.johnsen@arm.com Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/event_analyzing_sample-report')
0 files changed, 0 insertions, 0 deletions
terMark Rutland 2021-03-28arm64: setup: name `mair` registerMark Rutland 2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier 2021-02-08arm64: Fix outdated TCR setup commentMarc Zyngier 2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas 2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino 2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas 2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland 2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne 2020-11-10arm64: consistently use reserved_pg_dirMark Rutland 2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino 2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas 2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport 2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport 2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon 2020-05-15arm64: Preserve register x18 when CPU is suspendedSami Tolvanen 2020-04-28arm64: simplify ptrauth initializationMark Rutland 2020-04-28arm64: remove ptrauth_keys_install_kernel sync argMark Rutland 2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas 2020-03-25Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas