]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Stacktrace dumping has been moved to the GPL-licensed dtrace_os.c because it
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 14 Oct 2011 02:42:27 +0000 (22:42 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 14 Oct 2011 02:42:27 +0000 (22:42 -0400)
commit30ea7300236e3e202a3ca06eb3b8be621d50fa22
tree5a054a9caba8667643fcfbbab7a7cfc603c7e96b
parent9cd75479c267a8656a3e30344566ae614e2e4b2e
Stacktrace dumping has been moved to the GPL-licensed dtrace_os.c because it
depends on a symbol that is exported as GPL-only.  Functionality in dtrace_isa
that requires stacktrace dumping can now use dtrace_stacktrace().

The GPL-licensed dtrace_os.h C header file is now made available through the
/include/linux hierarchy, and it is included in dtrace.h.

Fixed a bug in dtrace_relocs.c where section names where copied into a memory
area that was 1 byte short, causing various unpleasant forms of behaviour.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace.h
dtrace/dtrace_isa.c
dtrace/profile_dev.c
dtrace/systrace.h