From owner-svn-src-all@FreeBSD.ORG Tue Nov 11 10:45:04 2014 Return-Path: Delivered-To: svn-src-all@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 B12E22E9; Tue, 11 Nov 2014 10:45:04 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 226007D2; Tue, 11 Nov 2014 10:45:03 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id sABAiwiP025072 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Nov 2014 12:44:58 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua sABAiwiP025072 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id sABAiw4M025071; Tue, 11 Nov 2014 12:44:58 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 11 Nov 2014 12:44:58 +0200 From: Konstantin Belousov To: Ed Maste Subject: Re: svn commit: r273582 - in head/sys/amd64: amd64 include Message-ID: <20141111104458.GG17068@kib.kiev.ua> References: <201410240948.s9O9mxNP019487@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Roger Pau Monn?? , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 10:45:04 -0000 On Mon, Nov 10, 2014 at 03:18:04PM -0500, Ed Maste wrote: > On 24 October 2014 05:48, Roger Pau Monn?? wrote: > > Author: royger > > Date: Fri Oct 24 09:48:58 2014 > > New Revision: 273582 > > URL: https://svnweb.freebsd.org/changeset/base/273582 > > > > Log: > > amd64: make uiomove_fromphys functional for pages not mapped by the DMAP > > UEFI boot fails after this commit. I haven't yet investigated in > depth, but it appears to hang after the loader transfers execution to > the kernel. It's likely a panic before the vt console is ready, I > think. > This is weird. The patch does not touch anything which could be used before e.g. filesystem i/o is started. I cannot outright exclude a possibility that it is used too early, but indeed we need a panic message and backtrace, if any. Do you have serial console ? BTW, are you sure that this is EFI-related ? Wouldn't it panic with legacy boot ?