From: "Juan M. de la Torre" <jmtorre@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: Little bug in O(1) scheduler patch (also in 2.4.19-ac4)
Date: Fri, 6 Sep 2002 10:32:54 +0200 [thread overview]
Message-ID: <20020906083254.GA769@apocalipsis> (raw)
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
next reply other threads:[~2002-09-06 8:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-06 8:32 Juan M. de la Torre [this message]
2002-09-06 9:07 ` Little bug in O(1) scheduler patch (also in 2.4.19-ac4) Ingo Molnar
2002-09-06 10:19 ` Juan M. de la Torre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020906083254.GA769@apocalipsis \
--to=jmtorre@gmx.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.