Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 12 Aug 2002 21:18:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 12 Aug 2002 21:18:21 -0400 Received: from pop017pub.verizon.net ([206.46.170.210]:16543 "EHLO pop017.verizon.net") by vger.kernel.org with ESMTP id ; Mon, 12 Aug 2002 21:18:21 -0400 Message-Id: <200208130131.g7D1VLIp000191@pool-141-150-241-241.delv.east.verizon.net> Date: Mon, 12 Aug 2002 21:31:20 -0400 From: Skip Ford To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.31: modules don't work at all References: <3D57F5D6.C54F5A2A@zip.com.au> <3D5845FF.C6668B15@zip.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D5845FF.C6668B15@zip.com.au>; from akpm@zip.com.au on Mon, Aug 12, 2002 at 04:34:23PM -0700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 663 Lines: 26 Andrew Morton wrote: > > (Untested, uncompiled code) More information. With your patch I hit the BUG in kmem_cache_create at slab.c line 673: [inside kmem_cache_create] /* * Sanity checks... these are all serious usage bugs. */ if ((!name) || in_interrupt() || (size < BYTES_PER_WORD) || (size > (1< size)) BUG(); -- Skip - 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/