summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2024-11-20 06:46:03 -0500
committerMiguel Ojeda <ojeda@kernel.org>2025-01-13 23:45:31 +0100
commit14686571a914833e38eef0f907202f58df4ffcd2 (patch)
treecc169fb79d689f8f96f2ad705641ef7c6ca4fdce /tools/perf/scripts/python/bin/stackcollapse-record
parent5d385a356f628bd4a1d9f403588272d9626e3245 (diff)
downloadkernel-14686571a914833e38eef0f907202f58df4ffcd2.tar.gz
rust: kernel: change `ForeignOwnable` pointer to mut
It is slightly more convenient to operate on mut pointers, and this also properly conveys the desired ownership semantics of the trait. Reviewed-by: Alice Ryhl <aliceryhl@google.com> Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org> Signed-off-by: Tamir Duberstein <tamird@gmail.com> Acked-by: Danilo Krummrich <dakr@kernel.org> Link: https://lore.kernel.org/r/20241120-borrow-mut-v6-4-80dbadd00951@gmail.com [ Reworded title slightly. - Miguel ] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
>ASoC: ad193x: tweak style to match other codecsScott Jiang 2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen 2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula 2010-11-16ASoC: Fix incorrect kfree in ad193x_probe error pathAxel Lin 2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood 2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood 2010-05-21ASoC: ad193x: add set_sysclk entry to support different clock inputBarry Song 2010-04-23ASoC: ad193x: fix typo, delete redundant spaceBarry Song 2010-04-23ASoC: ad193x: fix wrong register setting in ad193x_set_dai_fmtBarry Song 2010-04-17ASoC: Add indirection for CODEC private dataMark Brown 2010-03-29ASoC: ad193x: move codec register/unregister to bus probe/removeBarry Song 2010-03-29ASoC: update for removeal of slab.h from percpu.hStephen Rothwell 2010-03-19ASoC: Unexport AD193x bus probe/remove functionsMark Brown 2010-03-19ASoC: rename ad1938 to ad193x and add support for ad1936/7/8/9Barry Song