summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorBinbin Zhou <zhoubinbin@loongson.cn>2025-06-07 15:37:38 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2025-06-24 12:43:24 +0200
commit4340922f5cdee69d368a3f2b7ce26672076261c0 (patch)
tree99597c99d1ee0625eaaf82f45627f1f0b30c91bd /tools/perf/scripts/python/bin/stackcollapse-record
parenteb270f417ce66baf465b4381bce63fdd06d9120c (diff)
downloadkernel-4340922f5cdee69d368a3f2b7ce26672076261c0.tar.gz
mmc: sdhci-iproc: Drop the use of sdhci_pltfm_free()
Since the devm_mmc_alloc_host() helper is already in use, sdhci_pltfm_free() is no longer needed. Cc: Ray Jui <rjui@broadcom.com> Cc: Scott Branden <sbranden@broadcom.com> Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Link: https://lore.kernel.org/r/c6496a92e47bfc70550759db5f6eba5564bb4a7d.1749127796.git.zhoubinbin@loongson.cn Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
5-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2024-05-05buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle) 2024-05-05buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle) 2024-05-05buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle) 2024-05-05buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle) 2024-05-05buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle) 2024-05-05buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle) 2024-05-03fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mappingAl Viro 2024-05-03grow_dev_folio(): we only want ->bd_inode->i_mapping thereAl Viro 2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro