projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a76cf1a
)
scripts/faddr2line: fix location of start_kernel in comment
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 16 Nov 2018 23:08:22 +0000
(15:08 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 18 Nov 2018 18:15:09 +0000
(10:15 -0800)
Fix a source file reference location to the correct path name.
Link:
http://lkml.kernel.org/r/1d50bd3d-178e-dcd8-779f-9711887440eb@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/faddr2line
patch
|
blob
|
history
diff --git
a/scripts/faddr2line
b/scripts/faddr2line
index a0149db00be752555ff4178f66540543a5835955..6c6439f69a725f4bd46210fb3bb2c3e80a49fab2 100755
(executable)
--- a/
scripts/faddr2line
+++ b/
scripts/faddr2line
@@
-71,7
+71,7
@@
die() {
# Try to figure out the source directory prefix so we can remove it from the
# addr2line output. HACK ALERT: This assumes that start_kernel() is in
-#
kernel/init
.c! This only works for vmlinux. Otherwise it falls back to
+#
init/main
.c! This only works for vmlinux. Otherwise it falls back to
# printing the absolute path.
find_dir_prefix() {
local objfile=$1