[Xenomai-core] [PATCH 1/2] reorder tracer support

2006-09-29 Thread Jan Kiszka
This patch moves the I-pipe tracer configuration into the kernel hacking section of Kconfig. My feeling is that this is the place where is really belongs. :) Furthermore, it allows to separately control if mcount support should be activated, i.e. logging of each kernel function entry. Switching

[Xenomai-core] [RFC][PATCH 2/2] detect domain violations

2006-09-29 Thread Jan Kiszka
Small patch, fairly useful effect (IMHO): This introduces ipipe_check_context(border_ipd), a test if the caller is running in domain border_ipd or below. If not, a warning + stack trace is issued on the kernel console. The background is that functions of lower-priority domains that are not

[Xenomai-core] Re: [Adeos-main] [RFC][PATCH 2/2] detect domain violations

2006-09-29 Thread Philippe Gerum
On Fri, 2006-09-29 at 17:16 +0200, Jan Kiszka wrote: Jan Kiszka wrote: ... This patch is an RFC as the following issues need to be resolved: o The might be parts of I-pipe remaining that make use of preemp_disable even over non-root contexts. Philippe indicated the PPC PIC