From owner-freebsd-x11@freebsd.org Sat Feb 22 11:17:01 2020 Return-Path: Delivered-To: freebsd-x11@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 34E67238D19 for ; Sat, 22 Feb 2020 11:17:01 +0000 (UTC) (envelope-from per@hedeland.org) Received: from mailout.easydns.com (mailout.easydns.com [64.68.202.10]) (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 48Pm4W5yyTz3LQH for ; Sat, 22 Feb 2020 11:16:59 +0000 (UTC) (envelope-from per@hedeland.org) Received: from localhost (localhost [127.0.0.1]) by mailout.easydns.com (Postfix) with ESMTP id 7EAC8A09B0 for ; Sat, 22 Feb 2020 11:16:58 +0000 (UTC) Received: from mailout.easydns.com ([127.0.0.1]) by localhost (emo13-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JFqi9DLJRJ0m for ; Sat, 22 Feb 2020 11:16:58 +0000 (UTC) Received: from hedeland.org (81-228-157-209-no289.tbcn.telia.com [81.228.157.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easydns.com (Postfix) with ESMTPSA id 41E4EA0951 for ; Sat, 22 Feb 2020 11:16:57 +0000 (UTC) Received: from pluto.hedeland.org (pluto.hedeland.org [10.1.1.5]) by tellus.hedeland.org (8.15.2/8.15.2) with ESMTPS id 01MBGtaQ044585 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Sat, 22 Feb 2020 12:16:56 +0100 (CET) (envelope-from per@hedeland.org) To: freebsd-x11@freebsd.org From: Per Hedeland Subject: drm-fbsd12.0-kmod built on 12.1-RELEASE causes boot hang with 12.1-STABLE kernel Message-ID: <3d1e98e9-0e6b-afbd-11eb-07f29b573ebd@hedeland.org> Date: Sat, 22 Feb 2020 12:16:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48Pm4W5yyTz3LQH X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of per@hedeland.org has no SPF policy when checking 64.68.202.10) smtp.mailfrom=per@hedeland.org X-Spamd-Result: default: False [1.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; RECEIVED_SPAMHAUS_PBL(0.00)[209.157.228.81.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.41)[-0.411,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-x11@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.65)[0.649,0]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[hedeland.org]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[10.202.68.64.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16686, ipnet:64.68.200.0/22, country:CA]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.46)[ip: (0.57), ipnet: 64.68.200.0/22(0.11), asn: 16686(1.72), country: CA(-0.09)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 11:17:01 -0000 Hi, I'm not sure if this is old news, and I don't consider it to merit a PR, but it seems to me (I may very well be wrong about that) that it might indicate that the problems with the pre-built package in the 12.0-RELEASE -> 12.1-RELEASE upgrade will be repeated with 12.1-RELEASE -> 12.2-RELEASE - so just a heads-up in case it is needed: I was using i915kms from the port built on 12.1-RELEASE - unfortunately I'm not 100% sure about the port version, but I believe it was 4.16.g20191120 - certainly not newer. When trying a kernel upgrade to 12.1-STABLE at r358121, the boot hung (with a cleared screen...). Rebuilding the port, now at 4.16.g20200115, on the 12.1-STABLE kernel, resolved the problem. --Per Hedeland