From: "Leonidas ." <leonidas137@gmail.com>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Can current macro be accessed from interrupt context?
Date: Thu, 22 Oct 2009 04:43:38 -0700 [thread overview]
Message-ID: <f22d86810910220443u49cdfabg83ef836406cfb36d@mail.gmail.com> (raw)
In-Reply-To: <20091022112746.GA4928@nowhere>
On Thu, Oct 22, 2009 at 4:27 AM, Frederic Weisbecker <fweisbec@gmail.com> wrote:
> On Thu, Oct 22, 2009 at 04:10:49AM -0700, Leonidas . wrote:
>> Hello,
>>
>> Going through UTLK, it says that current macro makes sense only in
>> case of process context,
>> in case of interrupt context it is invalid.
>
>
> Indeed, usually it makes only sense in process context.
>
>
>> But current would still be pointing to interrupted process right? The
>> pointer would still be valid?
>
>
>
> Yeah, unless you irq handler executes in a threaded interrupt, in
> which case current will be pointing to the given irq thread.
Threaded interrupt handlers? I am sorry, I am new to kernel development
and not fully aware of the intricacies. Do you mean bottom half handlers here?
> There are few tiny cases where it is unsafe to deref "current",
> such as the very beginning of a cpu's awakening, when the per cpu
> datas are not yet ready for this cpu.
>
Okay, I guess, in my case this would not be a problem then since this is about
early init.
>> Can I safely assume that whether or not interrupt handlers are
>> executing on separate stacks or
>> interrupted threads stack, current macro can be accessed from interrupt context?
>
>
> Yep.
> For example we do that in the function graph tracer. Because we store return
> addresses of functions in the "current" task structure. Even if the task
> is interrupted, it still makes sense to use current because we want
> to know the flow of execution as a linear thing per cpu, the interrupt
> is part of that flow
>
> I hope that helps.
>
Can you give pointers to the source code of this project?
> Frederic.
>
>
-Leo.
next prev parent reply other threads:[~2009-10-22 11:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-22 11:10 Leonidas .
2009-10-22 11:27 ` Frederic Weisbecker
2009-10-22 11:43 ` Leonidas . [this message]
2009-10-22 11:49 ` Leonidas .
2009-10-22 12:06 ` Frederic Weisbecker
2009-10-22 13:37 ` Leonidas .
2009-10-22 13:45 ` Arjan van de Ven
2009-10-22 15:17 ` Valdis.Kletnieks
2009-10-22 17:46 ` Leonidas .
2009-10-22 18:12 ` Leonidas .
2009-10-23 8:13 ` Clemens Ladisch
2009-10-23 9:34 ` Leonidas .
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=f22d86810910220443u49cdfabg83ef836406cfb36d@mail.gmail.com \
--to=leonidas137@gmail.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.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