From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 62CF12C0094 for ; Fri, 22 Feb 2013 07:36:35 +1100 (EST) Message-ID: <1361478942.4676.53.camel@pasglop> Subject: Re: PS3: Strange issue with kexec and FreeBSD loader From: Benjamin Herrenschmidt To: Phileas Fogg Date: Thu, 21 Feb 2013 14:35:42 -0600 In-Reply-To: <512685B7.5080404@mail.ru> References: <1360365046.495584377@f356.mail.ru> <5123C729.5040607@mail.ru> <5123D864.4060503@mail.ru> <51253558.1070407@mail.ru> <1361406741.4676.44.camel@pasglop> <512685B7.5080404@mail.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2013-02-21 at 21:38 +0100, Phileas Fogg wrote: > The new 8 bytes at offset 0x90 in dt.dump.hex look suspicously like > the kernel virtual address: 0xc00000000001a4a0. It does indeed. What does that address correspond to in the kernel text ? Can you disassemble around it with "objdump -D vmlinux" ? Cheers, Ben.