From owner-freebsd-current@freebsd.org Sun May 19 21:50:56 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F3115935AB; Sun, 19 May 2019 21:50:56 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 7F89B767D5; Sun, 19 May 2019 21:50:56 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from [IPv6:2600:8800:6900:b09:1265:30ff:fe82:52ff] (unknown [IPv6:2600:8800:6900:b09:1265:30ff:fe82:52ff]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: johalun) by smtp.freebsd.org (Postfix) with ESMTPSA id 1837E14A29; Sun, 19 May 2019 21:50:56 +0000 (UTC) (envelope-from johalun@FreeBSD.org) To: "freebsd-x11@freebsd.org" , FreeBSD Current From: Johannes Lundberg Subject: Heads up for breaking drm update. Message-ID: Date: Sun, 19 May 2019 14:50:54 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 7F89B767D5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 19 May 2019 21:50:57 -0000 Hi Cross posting to -current and -x11. LinuxKPI in base have received a lot of updates recently for Linux 5.0, a couple of them will break drm-current-kmod. So, as of r347973 you will need drm-current-kmod 4.16.g20190519. Ports have been updated and new packages should be available shortly. A drm-???-kmod port for 5.0 drivers will be created as soon as we fixed a pretty serious vm page cache memory leak (limited to 5.0 code in ports). Once 5.0 is regarded stable, it will replace the 4.16 as default for -CURRENT (and future 12.1) (rejoice Vega graphics users:)) Until then, feel free to test with r347973+ and https://github.com/FreeBSDDesktop/kms-drm/tree/drm-v5.0 Cheers!