From owner-freebsd-current@freebsd.org Sat Mar 24 00:03:50 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6C1EF58808 for ; Sat, 24 Mar 2018 00:03:50 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 150226C5C3; Sat, 24 Mar 2018 00:03:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id w2O03ZNx017170 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 24 Mar 2018 02:03:39 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w2O03ZNx017170 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w2O03ZAr017169; Sat, 24 Mar 2018 02:03:35 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 24 Mar 2018 02:03:35 +0200 From: Konstantin Belousov To: Mark Peek Cc: Peter Lei , freebsd-current@freebsd.org, huanghwh@163.com, "Jonathan T. Looney" Subject: Re: amd64: panic on -CURRENT @r330539 for certain UEFI hosts Message-ID: <20180324000335.GN76926@kib.kiev.ua> References: <8b8f1352-aa5c-716c-ef6c-3b3cd630043f@ieee.org> <20180316095627.GW76926@kib.kiev.ua> <20180323231902.GM76926@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) 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.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2018 00:03:50 -0000 On Fri, Mar 23, 2018 at 04:44:36PM -0700, Mark Peek wrote: > On Fri, Mar 23, 2018 at 4:19 PM, Konstantin Belousov > wrote: > > > On Fri, Mar 23, 2018 at 04:06:23PM -0700, Mark Peek wrote: > > > I ran into the original issue with r330539 on a Fusion VM. Trying this > > > patch causes a different panic: > > > > > > https://people.freebsd.org/~mp/r330539-patched.png > > > > > > Thoughts? > > > > r331290 should fixed this issue. What is your kernel sources version ? > > > > Thank you for the pointer to r331290. I missed it and thought your patch to > -current was the intended fix. It is, but there is more than one issue. The posted patch fixed code patching, committed as r331258 and r331253. Then there was the fix for sysinit sort in r331290. > > Updated my kernel to r331469 and it is booting on Fusion now. Ok.