aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorNathan Chancellor <[email protected]>2021-08-25 13:38:59 -0700
committerHerbert Xu <[email protected]>2021-09-17 11:05:10 +0800
commit4a7e1e5fc294687a8941fa3eeb4a7e8539ca5e2f (patch)
tree88b603424f17bd7973c3e4688ed0174b06e60112 /tools/perf/scripts/python/syscall-counts-by-pid.py
parentd5e93b3374e465700fb8c11c955a4433cad5b17e (diff)
crypto: sm4 - Do not change section of ck and sbox
When building with clang and GNU as, there is a warning about ignored changed section attributes: /tmp/sm4-c916c8.s: Assembler messages: /tmp/sm4-c916c8.s:677: Warning: ignoring changed section attributes for .data..cacheline_aligned "static const" places the data in .rodata but __cacheline_aligned has the section attribute to place it in .data..cacheline_aligned, in addition to the aligned attribute. To keep the alignment but avoid attempting to change sections, use the ____cacheline_aligned attribute, which is just the aligned attribute. Fixes: 2b31277af577 ("crypto: sm4 - create SM4 library based on sm4 generic code") Link: https://github.com/ClangBuiltLinux/linux/issues/1441 Signed-off-by: Nathan Chancellor <[email protected]> Reviewed-by: Tianjia Zhang <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions