Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754244Ab0FDTrF (ORCPT ); Fri, 4 Jun 2010 15:47:05 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:57071 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827Ab0FDTrB (ORCPT ); Fri, 4 Jun 2010 15:47:01 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=vJIiiPXYPrRTCziRR+d5dcXZoN/YRRKs9ElbFTtU8LBooiF8Za9bR8LU28tnqszgxX TFniV8IaFcEsJ5bU1ykQydn86xFCB98C95Md6R23BeDCWsdp8K0tVLkLUKj59Fud+Nrx Fj8KuIxGpyMNixUTF6LMeDRL6Xvlc9nnxLvws= MIME-Version: 1.0 In-Reply-To: <201006032222.57411.rusty@rustcorp.com.au> References: <20100603134753.710a64b3.sfr@canb.auug.org.au> <201006032222.57411.rusty@rustcorp.com.au> Date: Fri, 4 Jun 2010 12:46:59 -0700 X-Google-Sender-Auth: aqIBSVLRC4RAZ3YHc3AMOWVou2M Message-ID: Subject: Re: linux-next: Tree for June 3 From: Tony Luck To: Rusty Russell Cc: Dave Young , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Linus Torvalds Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 967 Lines: 27 > I've fixed it (by reversing the order of those lines) for tomorrow's > linux-next. Somewhere between next-20100602 and next-20100604 something was changed that results in ia64 taking deref NULL oops in sys_init_module() ... Freeing unused kernel memory: 1984kB freed modprobe[1851]: NaT consumption 2216203124768 [1] Modules linked in: Pid: 1851, CPU 2, comm: modprobe psr : 0000121008526030 ifs : 8000000000000794 ip : [] Not tainted (2.6.35-rc1-generic-smp-next-20100604) ip is at sys_init_module+0x131/0x420 At the point of dereference it looks like we were trying to load a 4-byte data object from offset 552 into the "struct module *" that wa returned by load_module(). -Tony -- 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/