summaryrefslogtreecommitdiff
path: root/crypto/cts.c
diff options
context:
space:
mode:
authorQian Cai <cai@lca.pw>2018-12-15 01:17:20 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-13 12:05:31 +0300
commit0769670720e046f850695256547e8e09d40d7b76 (patch)
tree58788051b455f987de4a13548c68a304c1685cfe /crypto/cts.c
parent38a3371158967be5a7a314449f2163d32fd2b8c8 (diff)
downloadlinux-0769670720e046f850695256547e8e09d40d7b76.tar.xz
checkstack.pl: fix for aarch64
[ Upstream commit f1733a1d3cd32a9492f4cf866be37bb46e10163d ] There is actually a space after "sp," like this, ffff2000080813c8: a9bb7bfd stp x29, x30, [sp, #-80]! Right now, checkstack.pl isn't able to print anything on aarch64, because it won't be able to match the stating objdump line of a function due to this missing space. Hence, it displays every stack as zero-size. After this patch, checkpatch.pl is able to match the start of a function's objdump, and is then able to calculate each function's stack correctly. Link: http://lkml.kernel.org/r/20181207195843.38528-1-cai@lca.pw Signed-off-by: Qian Cai <cai@lca.pw> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'crypto/cts.c')
0 files changed, 0 insertions, 0 deletions