Little bug in O(1) scheduler patch (also in 2.4.19-ac4)

From: Juan M. de la Torre (jmtorre@gmx.net)
Date: Fri Sep 06 2002 - 03:32:54 EST


 Hi,

 a module compiled for kernel 2.4.19-ac4, with CONFIG_MODVERSIONS, and
importing flush_signals() from kernel, fails to load, reporting
"unresolved symbol flush_signals_xxxxxxxx".

 The problem is that the type of the argument passed to flush_signals()
has been changed from "struct task_struct *" to "task_t *" in sched.h,
but it remains unchanged in kernel/signal.c. The same happens with
flush_signal_handlers().

 Sorry if this is a known issue.

Regargs,
Juanma

PS: First sent to Ingo Molnar, since no response, reposting here again.

-- 
/jm

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:28 EST