diff options
| author | Qian Cai <[email protected]> | 2018-12-14 22:17:20 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-12-14 23:05:45 +0000 |
| commit | f1733a1d3cd32a9492f4cf866be37bb46e10163d (patch) | |
| tree | 8e499ba0aa68e32263632242c19cb0113f609bb7 /scripts/spdxcheck.py | |
| parent | userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered (diff) | |
| download | kernel-f1733a1d3cd32a9492f4cf866be37bb46e10163d.tar.gz kernel-f1733a1d3cd32a9492f4cf866be37bb46e10163d.zip | |
checkstack.pl: fix for aarch64
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/[email protected]
Signed-off-by: Qian Cai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/spdxcheck.py')
0 files changed, 0 insertions, 0 deletions
