From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 31 19:51:11 2015 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADEF9286 for ; Sat, 31 Jan 2015 19:51:11 +0000 (UTC) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA87352 for ; Sat, 31 Jan 2015 19:51:11 +0000 (UTC) Received: from zeppelin.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.14.9) with ESMTPSA id t0VJp4V8013588 (version=TLSv1.2 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 31 Jan 2015 11:51:04 -0800 Message-ID: <54CD3228.3090702@freebsd.org> Date: Sat, 31 Jan 2015 11:51:04 -0800 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: FreeBSD PowerPC ML Subject: HEADS UP: powerpc64 kernel format change Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVa8LSeXB0yV4N7zKPs6NqvRxWqtBZrig/a/46mwmUutRvd86gYHLHnr0uJXAapiZnjKvZkQt5bNKVLZ1jrVTBL/RiAltA0SE1E= X-Sonic-ID: C;qEJ2fYKp5BGuQ2S47jkJAQ== M;9JzAfYKp5BGuQ2S47jkJAQ== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 19:51:11 -0000 As of r277990, the powerpc64 kernel in 11-CURRENT is now a different executable format (PIE). If you update past this revision, you *must* make sure that you update loader(8) (through updating world) *before* you reboot with a new kernel. If you do not this, your machine will not boot (although you should be able to recover by booting kernel.old from the loader prompt). -Nathan