From owner-freebsd-ports@freebsd.org Thu Mar 12 00:22:37 2020 Return-Path: Delivered-To: freebsd-ports@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 891D326EF69 for ; Thu, 12 Mar 2020 00:22:37 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48d8fg2NlMz3yrK for ; Thu, 12 Mar 2020 00:22:34 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from [10.70.7.24] ([10.70.7.24]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id 02C0MQXr034810 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 12 Mar 2020 00:22:26 GMT (envelope-from list1@gjunka.com) Subject: Re: amdgpu panics To: freebsd-ports@freebsd.org References: <6b0092f3-8d90-f1bc-b2ae-cf2fa2f029e0@gjunka.com> From: Grzegorz Junka Message-ID: <47774b7a-0a6d-8806-6dee-4f0036651ace@gjunka.com> Date: Thu, 12 Mar 2020 00:22:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Rspamd-Queue-Id: 48d8fg2NlMz3yrK X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of list1@gjunka.com designates 88.98.225.149 as permitted sender) smtp.mailfrom=list1@gjunka.com X-Spamd-Result: default: False [-5.77 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.91)[-0.915,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:88.98.225.149]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[gjunka.com]; IP_SCORE(-3.55)[ip: (-9.31), ipnet: 88.98.192.0/18(-4.65), asn: 56478(-3.72), country: GB(-0.07)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:56478, ipnet:88.98.192.0/18, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 00:22:37 -0000 On 10/03/2020 19:46, Hans Petter Selasky wrote: > On 2020-03-10 20:29, Grzegorz Junka wrote: >> >> On 09/03/2020 23:04, Hans Petter Selasky wrote: >>> On 2020-03-10 00:03, Grzegorz Junka wrote: >>>> I've upgraded my system to 12.1. I have recompiled all ports with >>>> poudriere using jail 12.1. As soon as "amdgpu" kernel module is >>>> loaded the system panics. Tried with both, "drm-kmo" and >>>> "drm-fbsd12.0-kmod". Any ideas? >>>> >>> >>> Are the kernel sources in the jail matched with your system? >>> >>> --HPS >>> >> >> Sorry, I don't understand your question. Why does it matter? The jail >> was created by poudriere. Does the installed package use sources from >> my system? >> > > All kernel module packages use sources from the build system! > The base system has also been updated to 12.1 if that's what you are asking. I am not sure if the sources are the same. Both the host and the poudriere jail are 12.1. Do they need to be exact to the patch version? I understood that the drm-kmod or drm-fsbsd12.0-kmod are build as packages by poudriere in the poudriere jail. Are you saying that they are build with sources from the host? How is that possible? GrzegorzJ