From nobody Tue Nov 02 15:55:14 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B539218325D9; Tue, 2 Nov 2021 15:55:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HkDy54DtHz3tLc; Tue, 2 Nov 2021 15:55:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.36.2.165] (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7C00B260196; Tue, 2 Nov 2021 16:55:18 +0100 (CET) Message-ID: <78914e12-b6c2-1e0c-0ba0-f690f2cc97a7@selasky.org> Date: Tue, 2 Nov 2021 16:55:14 +0100 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: current now panics when starting VBox VM Content-Language: en-US To: greg@unrelenting.technology, imb@protected-networks.net, Michael Butler via freebsd-current Cc: "freebsd-emulation@freebsd.org" References: <36923A7F-23DE-490D-B1FA-A8B064740BD6@unrelenting.technology> From: Hans Petter Selasky In-Reply-To: <36923A7F-23DE-490D-B1FA-A8B064740BD6@unrelenting.technology> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HkDy54DtHz3tLc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N On 11/2/21 16:37, Greg V via freebsd-current wrote: > > > On November 2, 2021 5:16:35 PM GMT+03:00, Michael Butler via freebsd-current wrote: >> On current as of this morning (I haven't tried to bisect yet) .. >> >> .. with either graphics/drm-devel-kmod or graphics/drm-current-kmod, >> trying to start a VirtualBox VM triggers this panic .. >> > >> #16 0xffffffff80c81fc8 at calltrap+0x8 >> #17 0xffffffff808b4d69 at sysctl_kern_proc_pathname+0xc9 > > something something https://reviews.freebsd.org/D32738 ? sysctl_kern_proc_pathname was touched recently there. > > (Also can someone commit https://reviews.freebsd.org/D30174 ? These warning-filled reports are unreadable >_<) Done: https://cgit.freebsd.org/src/commit/?id=2390a1441effaba0e3d0f2f447f448aaf20428f1 --HPS