Files
android_kernel_xiaomi_sm8450/scripts
Qian Cai f1733a1d3c 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/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>
2018-12-14 15:05:45 -08:00
..
2018-10-04 14:16:15 -05:00
2017-03-28 16:16:52 +02:00
2018-12-14 15:05:45 -08:00
2012-06-27 12:44:29 -07:00
2018-11-02 22:49:01 +09:00
2018-02-06 18:32:47 -08:00
2014-08-20 16:03:45 +02:00