From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 12 Feb 2002 22:09:43 +0000 Subject: Re: [Linux-ia64] null pointer dereference patch 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 Tue, 12 Feb 2002 14:51:22 -0700, Bjorn Helgaas said: Bjorn> Without the attached patch, unaligned references before Bjorn> init_modules() is called result in null pointer dereferences. Bjorn> This is against 2.4.17-ia64-011226. I wonder whether module_list shouldn't be made to be NULL until init_modules() has had a chance to initialize it. Keith? --david