From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 4/5] arm: Fix init_atags_procfs() to check tag->hdr.size Date: Sat, 19 Dec 2009 09:44:28 -0800 Message-ID: <20091219174428.GA11397@atomide.com> References: <20091219034151.26198.26570.stgit@localhost> <20091219034630.26198.35713.stgit@localhost> <20091219090332.GA28047@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:54319 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbZLSRoo (ORCPT ); Sat, 19 Dec 2009 12:44:44 -0500 Content-Disposition: inline In-Reply-To: <20091219090332.GA28047@n2100.arm.linux.org.uk> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Russell King - ARM Linux [091219 01:02]: > On Fri, Dec 18, 2009 at 07:46:30PM -0800, Tony Lindgren wrote: > > The tag->hdr.size cannot be larger than XXX. > > Otherwise we can getsomething similar during boot: > > > > Unable to handle kernel paging request at virtual address 61a05020 > > ... > > NAK. > > Why can't people get the simple ATAG setup right? Fix the boot loader. In this case why can't the kernel get ATAG setup right? This only happens when kexec rebooting multiple times in a row. Sounds like something is not memset/kzalloc'd somewhere? Regards, Tony