All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] scripts/faddr2line: fix location of start_kernel in comment
@ 2018-11-01 23:42 Randy Dunlap
  2018-11-02 14:59 ` Josh Poimboeuf
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-11-01 23:42 UTC (permalink / raw)
  To: LKML, Josh Poimboeuf, Andrew Morton

From: Randy Dunlap <rdunlap@infradead.org>

Fix a source file reference location to the correct path name.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
---
 scripts/faddr2line |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20181101.orig/scripts/faddr2line
+++ linux-next-20181101/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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH resend] scripts/faddr2line: fix location of start_kernel in comment
  2018-11-01 23:42 [PATCH resend] scripts/faddr2line: fix location of start_kernel in comment Randy Dunlap
@ 2018-11-02 14:59 ` Josh Poimboeuf
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Poimboeuf @ 2018-11-02 14:59 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Andrew Morton

On Thu, Nov 01, 2018 at 04:42:52PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix a source file reference location to the correct path name.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Josh Poimboeuf <jpoimboe@redhat.com>

Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>

-- 
Josh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-02 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01 23:42 [PATCH resend] scripts/faddr2line: fix location of start_kernel in comment Randy Dunlap
2018-11-02 14:59 ` Josh Poimboeuf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.