From: Ingo Molnar <mingo@elte.hu>
To: Rakib Mullick <rakib.mullick@gmail.com>
Cc: linux-kernel@vger.kernel.org, rostedt@goodmis.org,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH -mm] ftrace : Fix section mismatch warning.
Date: Fri, 24 Oct 2008 13:50:05 +0200 [thread overview]
Message-ID: <20081024115005.GA5214@elte.hu> (raw)
In-Reply-To: <b9df5fa10810240409u311bb337x1ff9815431088685@mail.gmail.com>
* Rakib Mullick <rakib.mullick@gmail.com> wrote:
> Does the following solves the problem?
> Thanks.
>
> --- linux-2.6-orig/arch/x86/kernel/ftrace.c 2008-10-24 16:35:48.000000000 +0600
> +++ linux-2.6/arch/x86/kernel/ftrace.c 2008-10-24 16:40:09.000000000 +0600
> @@ -129,7 +129,7 @@ int __init ftrace_dyn_arch_init(void *da
> asm volatile (
> "jmp ftrace_test_jmp\n"
> /* This code needs to stay around */
> - ".section .text, \"ax\"\n"
> + ".section .text.init, \"ax\"\n"
how about the "This code needs to stay around" comment?
Ingo
next prev parent reply other threads:[~2008-10-24 11:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-13 5:50 Rakib Mullick
2008-10-20 16:27 ` Ingo Molnar
2008-10-22 7:03 ` Ingo Molnar
2008-10-24 11:09 ` Rakib Mullick
2008-10-24 11:50 ` Ingo Molnar [this message]
2008-10-24 12:19 ` Steven Rostedt
2008-10-24 12:22 ` Steven Rostedt
2008-10-24 13:12 ` [PATCH] ftrace: use a real variable for ftrace_nop in x86 Steven Rostedt
2008-10-24 13:17 ` Steven Rostedt
2008-10-27 15:52 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081024115005.GA5214@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rakib.mullick@gmail.com \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome