From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 19 Jun 2003 19:15:16 +0000 Subject: RE: __you_cannot_kmalloc_that_much Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 19 Jun 2003 12:03:43 -0700, "Luck, Tony" said: Tony> undefined reference to `local symbols in discarded section .exit.text' Tony> message. Is this related to the warning about using an old linker? Not likely. It sounds like a driver is failing to use __exit_p() (see linux/init.h). --david