From owner-freebsd-stable@freebsd.org Tue Jul 11 05:48:17 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CE96D96372 for ; Tue, 11 Jul 2017 05:48:17 +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 20C8F2654; Tue, 11 Jul 2017 05:48:16 +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 v6B5mChC023690 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Jul 2017 08:48:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v6B5mChC023690 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v6B5mCgv023689; Tue, 11 Jul 2017 08:48:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 11 Jul 2017 08:48:12 +0300 From: Konstantin Belousov To: Mark Johnston Cc: "Jos? G. Juanino" , David Boyd , "David.Boyd49@twc.com" , "freebsd-stable@freebsd.org" , re@FreeBSD.org Subject: Re: [SOLVED] Re: Panic with FreeBSD 11.0-RC2 VM-IMAGE when starting vboxservice Message-ID: <20170711054812.GW1935@kib.kiev.ua> References: <1499636909729.64073@secc.org> <20170710192441.3wglwfwv7jpnt7tb@riemann> <20170710194750.xwuopzrwapnh3c6k@riemann> <20170710200005.GA82530@wkstn-mjohnston.west.isilon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170710200005.GA82530@wkstn-mjohnston.west.isilon.com> User-Agent: Mutt/1.8.3 (2017-05-23) 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 05:48:17 -0000 On Mon, Jul 10, 2017 at 01:00:05PM -0700, Mark Johnston wrote: > I suspect that this is a result of r320763. That change removed a field > from struct vm_map_entry, which is embedded in struct vm_map. Virtualbox > does not reference the fields of struct vm_map directly, but it does > call vm_map_pmap(), which is an inline accessor. Thank you for noting. I do not consider vm_map part of the guaranteed stable KBI, but in this case it is simpler to add padding than to follow principles. Fixed in 320889, will ask re for MFS permissions in a day.