Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Sep 2002 04:58:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Sep 2002 04:58:14 -0400 Received: from mx2.elte.hu ([157.181.151.9]:39378 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Fri, 6 Sep 2002 04:58:13 -0400 Date: Fri, 6 Sep 2002 11:07:13 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: "Juan M. de la Torre" Cc: linux-kernel@vger.kernel.org Subject: Re: Little bug in O(1) scheduler patch (also in 2.4.19-ac4) In-Reply-To: <20020906083254.GA769@apocalipsis> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 795 Lines: 23 On Fri, 6 Sep 2002, Juan M. de la Torre wrote: > 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". what module? > 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(). hm, struct task_struct * is the same as task_t *. Ingo - 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/