From owner-freebsd-current@freebsd.org Sun Feb 16 12:51:05 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3438525D693 for ; Sun, 16 Feb 2020 12:51:05 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48L6Rs0cy9z40wP; Sun, 16 Feb 2020 12:51:05 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id EE08F2768; Sun, 16 Feb 2020 12:51:04 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:2cb3:fce:d24c:10b5]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id E1052120E; Sun, 16 Feb 2020 15:51:00 +0300 (MSK) Date: Sun, 16 Feb 2020 15:51:00 +0300 From: Lev Serebryakov Reply-To: lev@FreeBSD.org Organization: FreeBSD Message-ID: <3610209550.20200216155100@serebryakov.spb.ru> To: freebsd-current , cem@FreeBSD.org Subject: r356096 causes early panic with options RANDOM_ENABLE_UMA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 16 Feb 2020 12:51:05 -0000 Hello freebsd-current, Any kernel built from r356096 and later (till r357508 at least) panics early (sometimes too early to print proper panic diagnostics!) with page fault on this system when I have these options enabled in kernel config: options RANDOM_LOADABLE options RANDOM_ENABLE_UMA It is not fixed at least in r357508 -- Best regards, Lev mailto:lev@FreeBSD.org