summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2020-01-15 15:35:16 +0000
committerWill Deacon <will@kernel.org>2020-01-15 16:30:28 +0000
commit92c1d360dcda0ebd49253c0899bfeeb117be91fe (patch)
treec292d09a111905911bb616e66f72770a1e7c55c8 /tools/perf/scripts/python/bin/stackcollapse-record
parenta2be6218e649fb6e444e468dae5d177eea64d328 (diff)
downloadkernel-92c1d360dcda0ebd49253c0899bfeeb117be91fe.tar.gz
iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device
Although we WARN in arm_smmu_add_device() if the device being added has been added already without a subsequent call to arm_smmu_remove_device(), we still continue half-heartedly, initialising the stream-table for any new StreamIDs that may have magically appeared and re-establishing device links that should still be there from last time. Given that calling ->add_device() twice without removing the device in the meantime is indicative of an error in the caller, just return -EBUSY after warning. Cc: Robin Murphy <robin.murphy@arm.com> Cc: Jean Philippe-Brucker <jean-philippe@linaro.org> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
&id=ca6a34935c2c95482b901d76116f785ea356412c'>bus: omap_l3_noc: populate l3->dev and use itNishanth Menon 2014-05-05bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R 2014-05-05bus: omap_l3_noc: Fix copyright informationNishanth Menon 2014-05-05drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi 2014-05-05drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi 2014-05-05drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi 2014-05-05drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi 2014-05-05drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi 2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman 2012-10-01drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson 2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds 2012-09-20drivers: bus: omap_l3: use resources instead of hardcoded irqsOlof Johansson 2012-09-19drivers: bus: Move the OMAP interconnect driver to drivers/bus/Santosh Shilimkar