From nobody Thu Jun 10 16:49:26 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 5EDF75D2A38 for ; Thu, 10 Jun 2021 16:48:14 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.adebahr.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G18zy1fZ9z3kVv for ; Thu, 10 Jun 2021 16:48:13 +0000 (UTC) (envelope-from pj@smo.de) Received: from localhost (localhost [127.0.0.1]) by mail.adebahr.de (Postfix) with ESMTP id 4FFE760134051; Thu, 10 Jun 2021 18:48:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=smo.de; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=mail; t= 1623343686; x=1625158087; bh=2c4LrW2drzMehOzxxuyXtpC5v1E2g/Vyipc ZPGNfLzY=; b=ZVsoz9CpzePbLYro472yB/ndFQKvMprdxBp3D73gXkP4QTiDbhx Qphiw7tOIxpTniHzgt4MX3PXihvlqEbk+ZoWB1PFeSMeKkkaQsKQyRUT2bkZLX5X dO5xF85glOZenBOdsGqgFRKpk0lJUz+mTZxXxQa4xG600hklDKS/TDbo= Received: from mail.adebahr.de ([127.0.0.1]) by localhost (mail.adebahr.de [127.0.0.1]) (amavisd-new, port 10026) with LMTP id S1fCVO3eO9eO; Thu, 10 Jun 2021 18:48:06 +0200 (CEST) Received: from skjaldbreidur.intern.smo.de (p5b239a2d.dip0.t-ipconnect.de [91.35.154.45]) by mail.adebahr.de (Postfix) with ESMTPSA id 0CF9D600593DF; Thu, 10 Jun 2021 18:48:05 +0200 (CEST) Subject: Re: drm-kmod kernel crash fatal trap 12 To: Bakul Shah , lausts@acm.org Cc: Current FreeBSD References: <01000179f13a6d3e-da7dd183-162b-4d1e-bf61-cfae3c584814-000000@email.amazonses.com> <4894bd36-92bd-596e-cc18-cd3e6aafe47f@selasky.org> <01000179f645c406-d38fbce4-d9d4-41c2-8c20-54a278d44196-000000@email.amazonses.com> <046B931E-899A-4643-B516-C1863E3D3EC3@iitbombay.org> From: Philipp Ost Message-ID: <725f55b4-6251-78ab-d3f5-f964cd8e5015@smo.de> Date: Thu, 10 Jun 2021 18:49:26 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 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 In-Reply-To: <046B931E-899A-4643-B516-C1863E3D3EC3@iitbombay.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4G18zy1fZ9z3kVv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 6/10/21 5:13 PM, Bakul Shah wrote: > On Jun 10, 2021, at 7:13 AM, Thomas Laus wrote: >> The drm-kmod module is the latest from the pkg server. It all >> worked this past Monday after the recent drm-kmod update. > > This is what I did: > > git clone https://github.com/freebsd/drm-kmod > ln -s $PWD/drm-kmod /usr/local/sys/modules > > Now it gets compiled every time you do make buildkernel. Why don't you set PORTS_MODULES in make.conf accordingly? Philipp