summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2025-07-10 12:07:12 +0200
committerTakashi Iwai <tiwai@suse.de>2025-07-11 09:53:35 +0200
commit292e4adb954b8584b74bff0d1f9044af297fa248 (patch)
treea7ad63ad3ad59b031c4da4ab0f156dd45fc3fae9 /tools/perf/scripts/python/bin/stackcollapse-report
parent704a54b84f567ecbefdce250f455c9ff2d4f3860 (diff)
downloadkernel-292e4adb954b8584b74bff0d1f9044af297fa248.tar.gz
ALSA: ppc: Use safer strscpy() instead of strcpy()
Use a safer function strscpy() instead of strcpy() for copying to arrays. Only idiomatic code replacement, and no functional changes. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20250710100727.22653-91-tiwai@suse.de
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
0'>2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google) 2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney 2019-08-13rcu/nocb: Atomic ->len field in rcu_segcblist structurePaul E. McKenney 2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney 2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney 2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_empty()Paul E. McKenney 2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_restempty()Paul E. McKenney 2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney 2019-08-13rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney 2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney 2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney 2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney 2017-07-25rcu: Remove unused RCU list functionsPaul E. McKenney 2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney 2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney 2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney 2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney 2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney 2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar