summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2025-10-28 14:09:05 +0100
committerAlex Deucher <alexander.deucher@amd.com>2025-11-04 11:53:21 -0500
commit36ffc58b8a8704e690a0ce679db26baa5759256f (patch)
tree5b10f7743765ce6b96b06e20e6cebc34b6b48851 /tools/perf/scripts/python/bin/stackcollapse-report
parentc72d41a8f3090c2ecc12afdde1bcf9ed726157ce (diff)
downloadkernel-36ffc58b8a8704e690a0ce679db26baa5759256f.tar.gz
drm/amdgpu: lock bo before calling amdgpu_vm_bo_update_shared
BO's reservation object must be locked before using amdgpu_vm_bo_update_shared otherwise dma_resv_assert_held will complain in amdgpu_vm_update_shared. Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
ernel/commit/fs/affs?h=linux-6.6.y&id=00cd8dd3bf95f2cc8435b4cac01d9995635c6d0b'>stop passing nameidata to ->lookup()Al Viro 2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro 2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro 2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro 2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy 2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy 2012-07-14affs: stop using lock_superArtem Bityutskiy 2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy 2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy 2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy 2012-07-14affs: stop setting bm_flagsArtem Bityutskiy 2012-05-29affs: bury unused macrosAl Viro 2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara 2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro 2012-01-03affs: propagate umode_tAl Viro 2012-01-03switch ->create() to umode_tAl Viro 2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro 2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro 2011-11-02filesystems: add set_nlink()Miklos Szeredi 2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi 2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik 2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil 2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil 2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil 2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds 2011-03-17fs: change to new flag variablematt mooney 2011-03-10block: remove per-queue pluggingJens Axboe