[LITMUS^RT] preparing a new release

Christopher Kenna cjk at cs.unc.edu
Tue Dec 11 17:43:48 CET 2012


On Tue, Nov 27, 2012 at 2:02 PM, Björn Brandenburg <bbb at mpi-sws.org> wrote:
>
> 1) Everyone, please test the current staging branch.

I pushed a small change to staging here:
https://github.com/LITMUS-RT/litmus-rt/commit/31477ed8ca65bb0a3ed3de4cb6df841e6a785471

This patch makes CONFIG_PREEMPT_STATE_TRACE depend on
CONFIG_DEBUG_KERNEL. Prior to this patch, selecting PREEMPT_STATE_TRACE
resulted in linker errors (see below), because sched_state_name is not
built unless DEBUG_KERNEL is selected.

kernel/built-in.o: In function `schedule':
(.sched.text+0x3d2): undefined reference to `sched_state_name'




More information about the litmus-dev mailing list