aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKent Overstreet <[email protected]>2022-12-28 15:17:07 -0500
committerKent Overstreet <[email protected]>2023-10-22 17:09:48 -0400
commit2cc9c0db89f7b6e3c3218ddaa7964055af8d95af (patch)
tree23f8779e2fb1b7a123fd81d534bf98e9ceae3756 /tools/perf/scripts/python
parent84464e57529b45e235c24bc7db24b60ffba7f540 (diff)
bcachefs: Fix some memcpy() warnings
With CONFIG_FORTIFY_SOURCE, the compiler attempts to warn about mempcys that extend past struct field boundaries. This results in some spurious warnings where we use embedded variable length structs, this patch switches to unsafe_mecpy() to fix the warnings. Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions