Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756508AbXFLIz3 (ORCPT ); Tue, 12 Jun 2007 04:55:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754106AbXFLIzV (ORCPT ); Tue, 12 Jun 2007 04:55:21 -0400 Received: from nat-132.atmel.no ([80.232.32.132]:52517 "EHLO relay.atmel.no" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754078AbXFLIzU (ORCPT ); Tue, 12 Jun 2007 04:55:20 -0400 Date: Tue, 12 Jun 2007 10:55:12 +0200 From: Haavard Skinnemoen To: Christoph Lameter Cc: =?UTF-8?B?SMOldmFyZA==?= Skinnemoen , Linux Kernel , David Brownell Subject: Re: kernel BUG at mm/slub.c:3689! Message-ID: <20070612105512.471ec7e6@dhcp-255-175.norway.atmel.com> In-Reply-To: References: <20070611161926.2a9f8efd@dhcp-255-175.norway.atmel.com> <1defaf580706111011w641b26fbu68d6d34028f6e953@mail.gmail.com> <1defaf580706111122n78ab46c3sda05cbd4ace97319@mail.gmail.com> <1defaf580706111204v35b4dcc9j5dc68e722bd384b1@mail.gmail.com> <1defaf580706111235p7da29d25xc33d221134f3f7a8@mail.gmail.com> <1defaf580706111253q2a4910b1v4802436e32e94953@mail.gmail.com> Organization: Atmel Norway X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 19 On Mon, 11 Jun 2007 20:16:31 -0700 (PDT) Christoph Lameter wrote: > > and I can't do that over VPN. I'll test it first thing in the morning. > > Here is a more general fix Sorry, that didn't work either. One problem is that you're using ARCH_KMALLOC_MIN_ALIGN instead of ARCH_KMALLOC_MINALIGN in slub_defs.h to determine KMALLOC_MIN_SIZE. After fixing that, it fails with undefined references to __kmalloc_size_too_large. It looks like ilog2() is behaving strangely; I'll see if I can figure out what's going on. Haavard - 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/