]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scripts: fix faddr2line to work on last symbol
authorNeilBrown <neilb@suse.com>
Thu, 12 Oct 2017 03:22:04 +0000 (14:22 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Oct 2017 19:26:52 +0000 (12:26 -0700)
commit2aab9c3ca47dd4fcc19a8743c6e4d348640dd3fa
tree9cbb926764c55f857ea6a367c96514a53d4b8897
parent3206e7d5e25ef94b5a29e2c81e6fb8d5fb48422f
scripts: fix faddr2line to work on last symbol

If faddr2line is given a function name which is the last one listed by
"nm -n", it will fail because it never finds the next symbol.

So teach the awk script to catch that possibility, and use 'size' to
provide the end point of the last function.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/faddr2line