This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug kprobes/5759] probes in sched.c on preempt kernel cause reboot


The __init sections are used by startup code. The storage is
returned/reclaimed after the functions have been run. They won't
contain what you expect once the kernel has finished initialization.

darrell

On 12 Feb 2008 22:59:56 -0000, jkenisto at us dot ibm dot com
<sourceware-bugzilla@sourceware.org> wrote:
>
> ------- Additional Comments From jkenisto at us dot ibm dot com  2008-02-12 22:59 -------
> Er... A common theme with the failures I'm seeing is that the probed functions
> are declared __init.  Wasn't there some wisdom dispensed about this recently?
>
> --
>
>
> http://sourceware.org/bugzilla/show_bug.cgi?id=5759
>
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]