Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Sep 2002 04:26:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Sep 2002 04:26:48 -0400 Received: from 166.Red-80-36-134.pooles.rima-tde.net ([80.36.134.166]:14375 "EHLO apocalipsis") by vger.kernel.org with ESMTP id ; Fri, 6 Sep 2002 04:26:48 -0400 Date: Fri, 6 Sep 2002 10:32:54 +0200 From: "Juan M. de la Torre" To: linux-kernel@vger.kernel.org Subject: Little bug in O(1) scheduler patch (also in 2.4.19-ac4) Message-ID: <20020906083254.GA769@apocalipsis> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 27 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/